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
@@ -57,7 +65,8 @@ export function configureDeployCommand(program: CommanderStatic) {
57
65
program
58
66
.command('deploy')
59
67
.description('Deploy project to Cube Cloud')
60
-
.option('--upload-env','Upload .env file to CubeCloud')
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')
61
70
.option('--token <token>','Add auth token to CubeCloud')
62
71
.option('--directory [path]','Specify path to conf directory','./')
0 commit comments