We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc05bc commit ba6c809Copy full SHA for ba6c809
packages/cli-v3/src/commands/deploy.ts
@@ -134,9 +134,7 @@ export function configureDeployCommand(program: Command) {
134
).hideHelp()
135
)
136
// Local build options
137
- .addOption(
138
- new CommandOption("--force-local-build", "Force a local build of the image").hideHelp()
139
- )
+ .addOption(new CommandOption("--force-local-build", "Force a local build of the image"))
140
.addOption(new CommandOption("--push", "Push the image after local builds").hideHelp())
141
.addOption(
142
new CommandOption("--no-push", "Do not push the image after local builds").hideHelp()
0 commit comments