@bussolabs/closeyourit-cli 0.12.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/commands/groups/create.d.ts +0 -1
- package/dist/commands/groups/create.js +0 -7
- package/dist/commands/groups/update.d.ts +0 -1
- package/dist/commands/groups/update.js +1 -8
- package/dist/commands/ideas/convert.js +1 -1
- package/dist/commands/projects/create.d.ts +0 -1
- package/dist/commands/projects/create.js +1 -7
- package/dist/commands/projects/settings/update.d.ts +0 -1
- package/dist/commands/projects/settings/update.js +1 -4
- package/dist/commands/projects/update.d.ts +0 -1
- package/dist/commands/projects/update.js +1 -7
- package/dist/commands/tickets/create.d.ts +1 -0
- package/dist/commands/tickets/create.js +1 -1
- package/dist/commands/tickets/update.d.ts +1 -0
- package/dist/commands/tickets/update.js +1 -1
- package/dist/lib/ticket-body.d.ts +1 -0
- package/dist/lib/ticket-body.js +3 -0
- package/oclif.manifest.json +3844 -3844
- package/opencli.json +275 -79
- package/package.json +1 -1
package/opencli.json
CHANGED
|
@@ -178,10 +178,6 @@
|
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
},
|
|
181
|
-
{
|
|
182
|
-
"name": "--roadmap-enabled",
|
|
183
|
-
"description": "Enable the roadmap (feature/improvement tickets + milestones) for this project."
|
|
184
|
-
},
|
|
185
181
|
{
|
|
186
182
|
"name": "--quick-bug-report-enabled",
|
|
187
183
|
"description": "Enable the AI-assisted quick bug report on this project."
|
|
@@ -190,8 +186,7 @@
|
|
|
190
186
|
"examples": [
|
|
191
187
|
"closeyourit projects create driverone-rails --key DRRA",
|
|
192
188
|
"closeyourit projects create driverone-rails --group DriverOne --key DRRA",
|
|
193
|
-
"closeyourit projects create driverone-flutter -g <group-uuid> -k DRFL"
|
|
194
|
-
"closeyourit projects create acme-api -k ACME --roadmap-enabled --quick-bug-report-enabled"
|
|
189
|
+
"closeyourit projects create driverone-flutter -g <group-uuid> -k DRFL"
|
|
195
190
|
]
|
|
196
191
|
},
|
|
197
192
|
{
|
|
@@ -257,10 +252,6 @@
|
|
|
257
252
|
}
|
|
258
253
|
]
|
|
259
254
|
},
|
|
260
|
-
{
|
|
261
|
-
"name": "--roadmap-enabled",
|
|
262
|
-
"description": "Enable/disable the roadmap (feature/improvement tickets + milestones) for this project."
|
|
263
|
-
},
|
|
264
255
|
{
|
|
265
256
|
"name": "--quick-bug-report-enabled",
|
|
266
257
|
"description": "Enable/disable the AI-assisted quick bug report on this project."
|
|
@@ -268,8 +259,7 @@
|
|
|
268
259
|
],
|
|
269
260
|
"examples": [
|
|
270
261
|
"closeyourit projects update --project LBRA --name \"New name\"",
|
|
271
|
-
"closeyourit projects update -p LBRA --group Backend"
|
|
272
|
-
"closeyourit projects update -p LBRA --roadmap-enabled --no-quick-bug-report-enabled"
|
|
262
|
+
"closeyourit projects update -p LBRA --group Backend"
|
|
273
263
|
]
|
|
274
264
|
},
|
|
275
265
|
{
|
|
@@ -381,16 +371,28 @@
|
|
|
381
371
|
"options": [
|
|
382
372
|
{
|
|
383
373
|
"name": "--project",
|
|
384
|
-
"aliases": [
|
|
374
|
+
"aliases": [
|
|
375
|
+
"-p"
|
|
376
|
+
],
|
|
385
377
|
"required": true,
|
|
386
378
|
"description": "Project id (UUID) or key.",
|
|
387
|
-
"arguments": [
|
|
379
|
+
"arguments": [
|
|
380
|
+
{
|
|
381
|
+
"name": "PROJECT",
|
|
382
|
+
"required": true
|
|
383
|
+
}
|
|
384
|
+
]
|
|
388
385
|
},
|
|
389
386
|
{
|
|
390
387
|
"name": "--repository",
|
|
391
388
|
"required": true,
|
|
392
389
|
"description": "GitHub repository as owner/name.",
|
|
393
|
-
"arguments": [
|
|
390
|
+
"arguments": [
|
|
391
|
+
{
|
|
392
|
+
"name": "OWNER/NAME",
|
|
393
|
+
"required": true
|
|
394
|
+
}
|
|
395
|
+
]
|
|
394
396
|
}
|
|
395
397
|
],
|
|
396
398
|
"examples": [
|
|
@@ -481,32 +483,58 @@
|
|
|
481
483
|
"options": [
|
|
482
484
|
{
|
|
483
485
|
"name": "--project",
|
|
484
|
-
"aliases": [
|
|
486
|
+
"aliases": [
|
|
487
|
+
"-p"
|
|
488
|
+
],
|
|
485
489
|
"required": true,
|
|
486
490
|
"description": "Project id (UUID) or key.",
|
|
487
|
-
"arguments": [
|
|
491
|
+
"arguments": [
|
|
492
|
+
{
|
|
493
|
+
"name": "PROJECT",
|
|
494
|
+
"required": true
|
|
495
|
+
}
|
|
496
|
+
]
|
|
488
497
|
},
|
|
489
498
|
{
|
|
490
499
|
"name": "--environment",
|
|
491
|
-
"aliases": [
|
|
500
|
+
"aliases": [
|
|
501
|
+
"-e"
|
|
502
|
+
],
|
|
492
503
|
"required": true,
|
|
493
504
|
"description": "Environment code or id.",
|
|
494
|
-
"arguments": [
|
|
505
|
+
"arguments": [
|
|
506
|
+
{
|
|
507
|
+
"name": "ENVIRONMENT",
|
|
508
|
+
"required": true
|
|
509
|
+
}
|
|
510
|
+
]
|
|
495
511
|
},
|
|
496
512
|
{
|
|
497
513
|
"name": "--servers",
|
|
498
514
|
"description": "Servers capability override.",
|
|
499
|
-
"arguments": [
|
|
515
|
+
"arguments": [
|
|
516
|
+
{
|
|
517
|
+
"name": "inherit|on|off"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
500
520
|
},
|
|
501
521
|
{
|
|
502
522
|
"name": "--uptime",
|
|
503
523
|
"description": "Uptime capability override.",
|
|
504
|
-
"arguments": [
|
|
524
|
+
"arguments": [
|
|
525
|
+
{
|
|
526
|
+
"name": "inherit|on|off"
|
|
527
|
+
}
|
|
528
|
+
]
|
|
505
529
|
},
|
|
506
530
|
{
|
|
507
531
|
"name": "--secrets",
|
|
508
532
|
"description": "Secrets capability override.",
|
|
509
|
-
"arguments": [
|
|
533
|
+
"arguments": [
|
|
534
|
+
{
|
|
535
|
+
"name": "inherit|on|off"
|
|
536
|
+
}
|
|
537
|
+
]
|
|
510
538
|
}
|
|
511
539
|
],
|
|
512
540
|
"examples": [
|
|
@@ -578,10 +606,6 @@
|
|
|
578
606
|
}
|
|
579
607
|
]
|
|
580
608
|
},
|
|
581
|
-
{
|
|
582
|
-
"name": "--roadmap-enabled",
|
|
583
|
-
"description": "Enable/disable the project roadmap."
|
|
584
|
-
},
|
|
585
609
|
{
|
|
586
610
|
"name": "--quick-bug-report-enabled",
|
|
587
611
|
"description": "Enable/disable the AI-assisted quick bug report."
|
|
@@ -593,8 +617,7 @@
|
|
|
593
617
|
],
|
|
594
618
|
"examples": [
|
|
595
619
|
"closeyourit projects settings update --project LBRA --logs-retention-days 30",
|
|
596
|
-
"closeyourit projects settings update -p LBRA --analytics-retention-days 365 --analytics-enabled"
|
|
597
|
-
"closeyourit projects settings update -p LBRA --roadmap-enabled --no-quick-bug-report-enabled"
|
|
620
|
+
"closeyourit projects settings update -p LBRA --analytics-retention-days 365 --analytics-enabled"
|
|
598
621
|
]
|
|
599
622
|
}
|
|
600
623
|
]
|
|
@@ -861,50 +884,90 @@
|
|
|
861
884
|
"options": [
|
|
862
885
|
{
|
|
863
886
|
"name": "--project",
|
|
864
|
-
"aliases": [
|
|
887
|
+
"aliases": [
|
|
888
|
+
"-p"
|
|
889
|
+
],
|
|
865
890
|
"required": true,
|
|
866
891
|
"description": "Project id (UUID) or key.",
|
|
867
|
-
"arguments": [
|
|
892
|
+
"arguments": [
|
|
893
|
+
{
|
|
894
|
+
"name": "PROJECT",
|
|
895
|
+
"required": true
|
|
896
|
+
}
|
|
897
|
+
]
|
|
868
898
|
},
|
|
869
899
|
{
|
|
870
900
|
"name": "--name",
|
|
871
901
|
"required": true,
|
|
872
902
|
"description": "Human-readable token name.",
|
|
873
|
-
"arguments": [
|
|
903
|
+
"arguments": [
|
|
904
|
+
{
|
|
905
|
+
"name": "NAME",
|
|
906
|
+
"required": true
|
|
907
|
+
}
|
|
908
|
+
]
|
|
874
909
|
},
|
|
875
910
|
{
|
|
876
911
|
"name": "--environment-id",
|
|
877
912
|
"required": true,
|
|
878
913
|
"description": "Source environment code or id.",
|
|
879
|
-
"arguments": [
|
|
914
|
+
"arguments": [
|
|
915
|
+
{
|
|
916
|
+
"name": "ENVIRONMENT",
|
|
917
|
+
"required": true
|
|
918
|
+
}
|
|
919
|
+
]
|
|
880
920
|
},
|
|
881
921
|
{
|
|
882
922
|
"name": "--scope",
|
|
883
923
|
"description": "Token scope (repeatable): ingest or read.",
|
|
884
|
-
"arguments": [
|
|
924
|
+
"arguments": [
|
|
925
|
+
{
|
|
926
|
+
"name": "SCOPE"
|
|
927
|
+
}
|
|
928
|
+
]
|
|
885
929
|
},
|
|
886
930
|
{
|
|
887
931
|
"name": "--to-project",
|
|
888
932
|
"required": true,
|
|
889
933
|
"description": "Destination project id or key.",
|
|
890
|
-
"arguments": [
|
|
934
|
+
"arguments": [
|
|
935
|
+
{
|
|
936
|
+
"name": "PROJECT",
|
|
937
|
+
"required": true
|
|
938
|
+
}
|
|
939
|
+
]
|
|
891
940
|
},
|
|
892
941
|
{
|
|
893
942
|
"name": "--to-environment-id",
|
|
894
943
|
"required": true,
|
|
895
944
|
"description": "Destination environment code or id.",
|
|
896
|
-
"arguments": [
|
|
945
|
+
"arguments": [
|
|
946
|
+
{
|
|
947
|
+
"name": "ENVIRONMENT",
|
|
948
|
+
"required": true
|
|
949
|
+
}
|
|
950
|
+
]
|
|
897
951
|
},
|
|
898
952
|
{
|
|
899
953
|
"name": "--secret-name",
|
|
900
954
|
"required": true,
|
|
901
955
|
"description": "Destination vault variable name.",
|
|
902
|
-
"arguments": [
|
|
956
|
+
"arguments": [
|
|
957
|
+
{
|
|
958
|
+
"name": "NAME",
|
|
959
|
+
"required": true
|
|
960
|
+
}
|
|
961
|
+
]
|
|
903
962
|
},
|
|
904
963
|
{
|
|
905
964
|
"name": "--idempotency-key",
|
|
906
965
|
"description": "Stable key for safe request retries.",
|
|
907
|
-
"arguments": [
|
|
966
|
+
"arguments": [
|
|
967
|
+
{
|
|
968
|
+
"name": "KEY"
|
|
969
|
+
}
|
|
970
|
+
]
|
|
908
971
|
},
|
|
909
972
|
{
|
|
910
973
|
"name": "--sync-github",
|
|
@@ -923,28 +986,54 @@
|
|
|
923
986
|
{
|
|
924
987
|
"name": "show",
|
|
925
988
|
"description": "Show secret-free token provision status.",
|
|
926
|
-
"arguments": [
|
|
989
|
+
"arguments": [
|
|
990
|
+
{
|
|
991
|
+
"name": "ID",
|
|
992
|
+
"required": true,
|
|
993
|
+
"description": "Provision id."
|
|
994
|
+
}
|
|
995
|
+
],
|
|
927
996
|
"options": [
|
|
928
997
|
{
|
|
929
998
|
"name": "--project",
|
|
930
|
-
"aliases": [
|
|
999
|
+
"aliases": [
|
|
1000
|
+
"-p"
|
|
1001
|
+
],
|
|
931
1002
|
"required": true,
|
|
932
1003
|
"description": "Project id (UUID) or key.",
|
|
933
|
-
"arguments": [
|
|
1004
|
+
"arguments": [
|
|
1005
|
+
{
|
|
1006
|
+
"name": "PROJECT",
|
|
1007
|
+
"required": true
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
934
1010
|
}
|
|
935
1011
|
]
|
|
936
1012
|
},
|
|
937
1013
|
{
|
|
938
1014
|
"name": "retry",
|
|
939
1015
|
"description": "Retry GitHub synchronization without regenerating or revealing the token.",
|
|
940
|
-
"arguments": [
|
|
1016
|
+
"arguments": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "ID",
|
|
1019
|
+
"required": true,
|
|
1020
|
+
"description": "Provision id."
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
941
1023
|
"options": [
|
|
942
1024
|
{
|
|
943
1025
|
"name": "--project",
|
|
944
|
-
"aliases": [
|
|
1026
|
+
"aliases": [
|
|
1027
|
+
"-p"
|
|
1028
|
+
],
|
|
945
1029
|
"required": true,
|
|
946
1030
|
"description": "Project id (UUID) or key.",
|
|
947
|
-
"arguments": [
|
|
1031
|
+
"arguments": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "PROJECT",
|
|
1034
|
+
"required": true
|
|
1035
|
+
}
|
|
1036
|
+
]
|
|
948
1037
|
}
|
|
949
1038
|
]
|
|
950
1039
|
}
|
|
@@ -1240,13 +1329,22 @@
|
|
|
1240
1329
|
},
|
|
1241
1330
|
{
|
|
1242
1331
|
"name": "--kind",
|
|
1243
|
-
"description": "Ticket kind (default: bug).",
|
|
1332
|
+
"description": "Ticket kind: bug, story, task or epic (default: bug).",
|
|
1244
1333
|
"arguments": [
|
|
1245
1334
|
{
|
|
1246
1335
|
"name": "KIND"
|
|
1247
1336
|
}
|
|
1248
1337
|
]
|
|
1249
1338
|
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "--parent-id",
|
|
1341
|
+
"description": "Parent epic id (of this project) — pass an empty string to detach.",
|
|
1342
|
+
"arguments": [
|
|
1343
|
+
{
|
|
1344
|
+
"name": "PARENT_ID"
|
|
1345
|
+
}
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1250
1348
|
{
|
|
1251
1349
|
"name": "--description",
|
|
1252
1350
|
"description": "Free-form description.",
|
|
@@ -2028,7 +2126,7 @@
|
|
|
2028
2126
|
},
|
|
2029
2127
|
{
|
|
2030
2128
|
"name": "--kind",
|
|
2031
|
-
"description": "Ticket kind
|
|
2129
|
+
"description": "Ticket kind: bug, story, task or epic (default: story).",
|
|
2032
2130
|
"arguments": [
|
|
2033
2131
|
{
|
|
2034
2132
|
"name": "KIND"
|
|
@@ -4584,21 +4682,16 @@
|
|
|
4584
4682
|
"name": "COLOR"
|
|
4585
4683
|
}
|
|
4586
4684
|
]
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "--roadmap-enabled",
|
|
4590
|
-
"description": "Enable the roadmap and cascade it to the projects in this group."
|
|
4591
4685
|
}
|
|
4592
4686
|
],
|
|
4593
4687
|
"examples": [
|
|
4594
4688
|
"closeyourit groups create DriverOne",
|
|
4595
|
-
"closeyourit groups create DriverOne --color indigo"
|
|
4596
|
-
"closeyourit groups create DriverOne --roadmap-enabled"
|
|
4689
|
+
"closeyourit groups create DriverOne --color indigo"
|
|
4597
4690
|
]
|
|
4598
4691
|
},
|
|
4599
4692
|
{
|
|
4600
4693
|
"name": "update",
|
|
4601
|
-
"description": "Update a group (rename, recolor
|
|
4694
|
+
"description": "Update a group (rename, recolor).",
|
|
4602
4695
|
"arguments": [
|
|
4603
4696
|
{
|
|
4604
4697
|
"name": "GROUP",
|
|
@@ -4624,16 +4717,11 @@
|
|
|
4624
4717
|
"name": "COLOR"
|
|
4625
4718
|
}
|
|
4626
4719
|
]
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"name": "--roadmap-enabled",
|
|
4630
|
-
"description": "Enable/disable the roadmap and cascade it to the projects in this group."
|
|
4631
4720
|
}
|
|
4632
4721
|
],
|
|
4633
4722
|
"examples": [
|
|
4634
4723
|
"closeyourit groups update Backend --name \"Backend services\"",
|
|
4635
|
-
"closeyourit groups update Backend --color indigo"
|
|
4636
|
-
"closeyourit groups update Backend --roadmap-enabled"
|
|
4724
|
+
"closeyourit groups update Backend --color indigo"
|
|
4637
4725
|
]
|
|
4638
4726
|
}
|
|
4639
4727
|
]
|
|
@@ -4709,7 +4797,15 @@
|
|
|
4709
4797
|
"name": "list",
|
|
4710
4798
|
"description": "List the environments in your organization.",
|
|
4711
4799
|
"options": [
|
|
4712
|
-
{
|
|
4800
|
+
{
|
|
4801
|
+
"name": "--page",
|
|
4802
|
+
"description": "Page number.",
|
|
4803
|
+
"arguments": [
|
|
4804
|
+
{
|
|
4805
|
+
"name": "N"
|
|
4806
|
+
}
|
|
4807
|
+
]
|
|
4808
|
+
}
|
|
4713
4809
|
],
|
|
4714
4810
|
"examples": [
|
|
4715
4811
|
"closeyourit environments list",
|
|
@@ -4720,16 +4816,58 @@
|
|
|
4720
4816
|
"name": "create",
|
|
4721
4817
|
"description": "Create an environment in your organization.",
|
|
4722
4818
|
"arguments": [
|
|
4723
|
-
{
|
|
4819
|
+
{
|
|
4820
|
+
"name": "CODE",
|
|
4821
|
+
"required": true,
|
|
4822
|
+
"description": "Environment code (lowercase)."
|
|
4823
|
+
}
|
|
4724
4824
|
],
|
|
4725
4825
|
"options": [
|
|
4726
|
-
{
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4826
|
+
{
|
|
4827
|
+
"name": "--label",
|
|
4828
|
+
"required": true,
|
|
4829
|
+
"description": "Human-readable label.",
|
|
4830
|
+
"arguments": [
|
|
4831
|
+
{
|
|
4832
|
+
"name": "LABEL",
|
|
4833
|
+
"required": true
|
|
4834
|
+
}
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"name": "--color",
|
|
4839
|
+
"description": "Color label.",
|
|
4840
|
+
"arguments": [
|
|
4841
|
+
{
|
|
4842
|
+
"name": "COLOR"
|
|
4843
|
+
}
|
|
4844
|
+
]
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "--position",
|
|
4848
|
+
"description": "Sort position.",
|
|
4849
|
+
"arguments": [
|
|
4850
|
+
{
|
|
4851
|
+
"name": "N"
|
|
4852
|
+
}
|
|
4853
|
+
]
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"name": "--active",
|
|
4857
|
+
"description": "Whether the environment is active."
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"name": "--servers",
|
|
4861
|
+
"description": "Servers capability default."
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"name": "--uptime",
|
|
4865
|
+
"description": "Uptime capability default."
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "--secrets",
|
|
4869
|
+
"description": "Secrets capability default."
|
|
4870
|
+
}
|
|
4733
4871
|
],
|
|
4734
4872
|
"examples": [
|
|
4735
4873
|
"closeyourit environments create production --label Production",
|
|
@@ -4740,17 +4878,65 @@
|
|
|
4740
4878
|
"name": "update",
|
|
4741
4879
|
"description": "Update an environment and its default capabilities.",
|
|
4742
4880
|
"arguments": [
|
|
4743
|
-
{
|
|
4881
|
+
{
|
|
4882
|
+
"name": "ENVIRONMENT",
|
|
4883
|
+
"required": true,
|
|
4884
|
+
"description": "Environment id or code."
|
|
4885
|
+
}
|
|
4744
4886
|
],
|
|
4745
4887
|
"options": [
|
|
4746
|
-
{
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4888
|
+
{
|
|
4889
|
+
"name": "--code",
|
|
4890
|
+
"description": "New code.",
|
|
4891
|
+
"arguments": [
|
|
4892
|
+
{
|
|
4893
|
+
"name": "CODE"
|
|
4894
|
+
}
|
|
4895
|
+
]
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"name": "--label",
|
|
4899
|
+
"description": "New label.",
|
|
4900
|
+
"arguments": [
|
|
4901
|
+
{
|
|
4902
|
+
"name": "LABEL"
|
|
4903
|
+
}
|
|
4904
|
+
]
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
"name": "--color",
|
|
4908
|
+
"description": "Color label.",
|
|
4909
|
+
"arguments": [
|
|
4910
|
+
{
|
|
4911
|
+
"name": "COLOR"
|
|
4912
|
+
}
|
|
4913
|
+
]
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"name": "--position",
|
|
4917
|
+
"description": "Sort position.",
|
|
4918
|
+
"arguments": [
|
|
4919
|
+
{
|
|
4920
|
+
"name": "N"
|
|
4921
|
+
}
|
|
4922
|
+
]
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"name": "--active",
|
|
4926
|
+
"description": "Whether the environment is active."
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "--servers",
|
|
4930
|
+
"description": "Servers capability default."
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "--uptime",
|
|
4934
|
+
"description": "Uptime capability default."
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "--secrets",
|
|
4938
|
+
"description": "Secrets capability default."
|
|
4939
|
+
}
|
|
4754
4940
|
],
|
|
4755
4941
|
"examples": [
|
|
4756
4942
|
"closeyourit environments update staging --label \"Staging env\"",
|
|
@@ -4761,12 +4947,22 @@
|
|
|
4761
4947
|
"name": "delete",
|
|
4762
4948
|
"description": "Delete an unreferenced environment.",
|
|
4763
4949
|
"arguments": [
|
|
4764
|
-
{
|
|
4950
|
+
{
|
|
4951
|
+
"name": "ENVIRONMENT",
|
|
4952
|
+
"required": true,
|
|
4953
|
+
"description": "Environment id or code."
|
|
4954
|
+
}
|
|
4765
4955
|
],
|
|
4766
4956
|
"options": [
|
|
4767
|
-
{
|
|
4957
|
+
{
|
|
4958
|
+
"name": "--confirm",
|
|
4959
|
+
"required": true,
|
|
4960
|
+
"description": "Confirm the deletion."
|
|
4961
|
+
}
|
|
4768
4962
|
],
|
|
4769
|
-
"examples": [
|
|
4963
|
+
"examples": [
|
|
4964
|
+
"closeyourit environments delete staging --confirm"
|
|
4965
|
+
]
|
|
4770
4966
|
}
|
|
4771
4967
|
]
|
|
4772
4968
|
},
|