You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cubejs-cli/src/command/deploy.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ export function configureDeployCommand(program: CommanderStatic) {
65
65
program
66
66
.command('deploy')
67
67
.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')
70
70
.option('--token <token>','Add auth token to CubeCloud')
71
71
.option('--directory [path]','Specify path to conf directory','./')
0 commit comments