Skip to content

Register legacy CLI commands in new system#25

Merged
MarcosBrendonDePaula merged 1 commit intomainfrom
claude/restore-cli-commands-011CV4nJvGfj6iQv6PHEofCy
Nov 12, 2025
Merged

Register legacy CLI commands in new system#25
MarcosBrendonDePaula merged 1 commit intomainfrom
claude/restore-cli-commands-011CV4nJvGfj6iQv6PHEofCy

Conversation

@MarcosBrendonDePaula
Copy link
Copy Markdown
Collaborator

Adds missing CLI commands that existed in legacy system:

  • frontend - start frontend dev server only (port 5173)
  • backend - start backend dev server only (port 3001)
  • start - start production server from dist/
  • build:frontend - shortcut for build --frontend-only
  • build:backend - shortcut for build --backend-only

All commands are now registered in the modern CLI registry with proper documentation, options, and examples.

Updated package.json to use CLI commands consistently.

Fixes: #CLI-COMMANDS-MISSING

Adds missing CLI commands that existed in legacy system:
- `frontend` - start frontend dev server only (port 5173)
- `backend` - start backend dev server only (port 3001)
- `start` - start production server from dist/
- `build:frontend` - shortcut for `build --frontend-only`
- `build:backend` - shortcut for `build --backend-only`

All commands are now registered in the modern CLI registry
with proper documentation, options, and examples.

Updated package.json to use CLI commands consistently.

Fixes: #CLI-COMMANDS-MISSING
@MarcosBrendonDePaula MarcosBrendonDePaula merged commit fa9a691 into main Nov 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants