Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ program
.command('deploy')
.description('Deploy your application')
.option('--dry-run', 'Show what would be deployed without making changes')
.option('--skip-build', 'Skip the build step')
.option('--skip-build', 'Skip the remote build step')
.option('--app <name>', 'Deploy a specific app (default: all apps)')
.option('--watch', 'Deploy once, then sync and reload on every local file change')
.option('--build <where>', 'Watch mode: where each cycle builds — remote, local, or none')
Expand Down