Skip to content

Commit 4d17ef2

Browse files
committed
clear
1 parent 23fadfa commit 4d17ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-cli/src/command/deploy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export function configureDeployCommand(program: CommanderStatic) {
6565
program
6666
.command('deploy')
6767
.description('Deploy project to Cube Cloud')
68-
.option('--upload-env', 'Upload .env file to CubeCloud')
69-
.option('--replace-env', 'Upload .env file to CubeCloud, allowing to replace existing variables')
68+
.option('--upload-env', 'Use .env file to populate environment variables in Cube Cloud. Only set them once during the very first upload for this deployment')
69+
.option('--replace-env', 'Use .env file to populate environment variables in Cube Cloud. Replace them with new ones during every upload for this deployment')
7070
.option('--token <token>', 'Add auth token to CubeCloud')
7171
.option('--directory [path]', 'Specify path to conf directory', './')
7272
.action(

0 commit comments

Comments
 (0)