diff --git a/packages/cli-v3/src/commands/deploy.ts b/packages/cli-v3/src/commands/deploy.ts index 5ee7e99c2..47a564345 100644 --- a/packages/cli-v3/src/commands/deploy.ts +++ b/packages/cli-v3/src/commands/deploy.ts @@ -254,7 +254,7 @@ export function configureDeployCommand(program: Command) { .addOption( new CommandOption( "--local-bundle", - "Experimental: bundle the project locally and upload only the build output; the build server runs the container build. Useful when the remote install/bundle step doesn't work for your project setup. Implies using the native build server." + "Experimental: install and bundle locally, upload only the build output, and build the image remotely. Implies using the native build server." ) .implies({ nativeBuildServer: true }) .conflicts(["localBuild", "forceLocalBuild"]) @@ -262,7 +262,7 @@ export function configureDeployCommand(program: Command) { .addOption( new CommandOption( "--from-bundle