File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kontent-ai/cli" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Command line interface tool that can be used for generating and runningKontent.ai migration scripts" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/types/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const kontentBackupCommand: yargs.CommandModule = {
28
28
default : true ,
29
29
} ,
30
30
'environment-id' : {
31
- alias : 'e ' ,
31
+ alias : 'eid ' ,
32
32
describe : 'Environment ID to run the migration script on' ,
33
33
type : 'string' ,
34
34
} ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const addEnvironmentCommand: yargs.CommandModule = {
13
13
type : 'string' ,
14
14
} ,
15
15
'environment-id' : {
16
- alias : 'e ' ,
16
+ alias : 'eid ' ,
17
17
describe : 'Environment ID to run the migration script on' ,
18
18
type : 'string' ,
19
19
} ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const runMigrationCommand: yargs.CommandModule = {
22
22
type : 'string' ,
23
23
} ,
24
24
'environment-id' : {
25
- alias : 'e ' ,
25
+ alias : 'eid ' ,
26
26
describe : 'Environment ID to run the migration script on' ,
27
27
type : 'string' ,
28
28
} ,
You can’t perform that action at this time.
0 commit comments