Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
RusovDmitriy committed Jan 13, 2025
1 parent 23fadfa commit 4d17ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cubejs-cli/src/command/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export function configureDeployCommand(program: CommanderStatic) {
program
.command('deploy')
.description('Deploy project to Cube Cloud')
.option('--upload-env', 'Upload .env file to CubeCloud')
.option('--replace-env', 'Upload .env file to CubeCloud, allowing to replace existing variables')
.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')
.option('--replace-env', 'Use .env file to populate environment variables in Cube Cloud. Replace them with new ones during every upload for this deployment')
.option('--token <token>', 'Add auth token to CubeCloud')
.option('--directory [path]', 'Specify path to conf directory', './')
.action(
Expand Down

0 comments on commit 4d17ef2

Please sign in to comment.