File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const argv = require("yargs")
29
29
type : "string" ,
30
30
} )
31
31
. option ( "env" , {
32
- alias : "env " ,
32
+ alias : "environment " ,
33
33
describe : "environment" ,
34
34
type : "string" ,
35
35
} )
@@ -49,7 +49,7 @@ const argv = require("yargs")
49
49
type : "string" ,
50
50
} )
51
51
. option ( "envs" , {
52
- alias : "envs " ,
52
+ alias : "env-variables " ,
53
53
describe : "environment variables" ,
54
54
type : "string" ,
55
55
} )
@@ -79,7 +79,7 @@ const argv = require("yargs")
79
79
type : "string" ,
80
80
} )
81
81
. option ( "sync" , {
82
- alias : "sync" ,
82
+ alias : "sync-mode " ,
83
83
describe : "Sync Build" ,
84
84
type : "string" ,
85
85
} )
@@ -89,7 +89,7 @@ const argv = require("yargs")
89
89
type : "string" ,
90
90
} )
91
91
. option ( "headless" , {
92
- alias : "headless" ,
92
+ alias : "headless-mode " ,
93
93
describe : "Run in headless mode" ,
94
94
type : "boolean" ,
95
95
} )
@@ -121,17 +121,17 @@ const argv = require("yargs")
121
121
demandOption : true ,
122
122
} )
123
123
. option ( "user" , {
124
- alias : "user " ,
124
+ alias : "username " ,
125
125
describe : "username" ,
126
126
type : "string" ,
127
127
} )
128
- . option ( "access_key " , {
129
- alias : "access_key " ,
128
+ . option ( "ak " , {
129
+ alias : "access-key " ,
130
130
describe : "Access Key" ,
131
131
type : "string" ,
132
132
} )
133
133
. option ( "env" , {
134
- alias : "env " ,
134
+ alias : "environment " ,
135
135
describe : "environment" ,
136
136
type : "string" ,
137
137
} ) ;
You can’t perform that action at this time.
0 commit comments