Skip to content

Commit ba6c809

Browse files
committed
Show the local build flag in the help output
1 parent 7cc05bc commit ba6c809

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ export function configureDeployCommand(program: Command) {
134134
).hideHelp()
135135
)
136136
// Local build options
137-
.addOption(
138-
new CommandOption("--force-local-build", "Force a local build of the image").hideHelp()
139-
)
137+
.addOption(new CommandOption("--force-local-build", "Force a local build of the image"))
140138
.addOption(new CommandOption("--push", "Push the image after local builds").hideHelp())
141139
.addOption(
142140
new CommandOption("--no-push", "Do not push the image after local builds").hideHelp()

0 commit comments

Comments
 (0)