@codiac.io/codiac-cli 1.3.189 → 1.3.190

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 CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
21
21
  $ codiac COMMAND
22
22
  running command...
23
23
  $ codiac (--version|-v)
24
- @codiac.io/codiac-cli/1.3.189 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.190 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -303,6 +303,8 @@ USAGE
303
303
  * [`codiac cluster stack capture [NAME]`](#codiac-cluster-stack-capture-name)
304
304
  * [`codiac cluster stack install [CLUSTER]`](#codiac-cluster-stack-install-cluster)
305
305
  * [`codiac cluster stack list`](#codiac-cluster-stack-list)
306
+ * [`codiac cluster stack tag`](#codiac-cluster-stack-tag)
307
+ * [`codiac cluster stack untag`](#codiac-cluster-stack-untag)
306
308
  * [`codiac cluster start [CLUSTER]`](#codiac-cluster-start-cluster)
307
309
  * [`codiac cluster stop [CLUSTER]`](#codiac-cluster-stop-cluster)
308
310
  * [`codiac cluster uninstall`](#codiac-cluster-uninstall)
@@ -440,7 +442,8 @@ USAGE
440
442
  * [`codiac shell init`](#codiac-shell-init)
441
443
  * [`codiac snapshot deploy`](#codiac-snapshot-deploy)
442
444
  * [`codiac snapshot list`](#codiac-snapshot-list)
443
- * [`codiac snapshot tags`](#codiac-snapshot-tags)
445
+ * [`codiac snapshot tag`](#codiac-snapshot-tag)
446
+ * [`codiac snapshot untag`](#codiac-snapshot-untag)
444
447
  * [`codiac stage [FILES]`](#codiac-stage-files)
445
448
  * [`codiac stash [FILE]`](#codiac-stash-file)
446
449
  * [`codiac status`](#codiac-status)
@@ -546,7 +549,7 @@ ALIASES
546
549
  $ codiac asset new
547
550
  ```
548
551
 
549
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/create.ts)_
552
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/create.ts)_
550
553
 
551
554
  ## `codiac asset edit`
552
555
 
@@ -582,7 +585,7 @@ EXAMPLES
582
585
  $ codiac asset edit -e main -n my-api
583
586
  ```
584
587
 
585
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/edit.ts)_
588
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/edit.ts)_
586
589
 
587
590
  ## `codiac asset entrypoint`
588
591
 
@@ -703,7 +706,7 @@ EXAMPLES
703
706
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
704
707
  ```
705
708
 
706
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/entrypoint/delete.ts)_
709
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/entrypoint/delete.ts)_
707
710
 
708
711
  ## `codiac asset entrypoint set`
709
712
 
@@ -772,7 +775,7 @@ EXAMPLES
772
775
  --input=/backup/workflows'
773
776
  ```
774
777
 
775
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/entrypoint/set.ts)_
778
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/entrypoint/set.ts)_
776
779
 
777
780
  ## `codiac asset get [CMD]`
778
781
 
@@ -879,7 +882,7 @@ EXAMPLES
879
882
  $ codiac asset list -e myEnterprise --to-script
880
883
  ```
881
884
 
882
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/list.ts)_
885
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/list.ts)_
883
886
 
884
887
  ## `codiac asset mon [CMD]`
885
888
 
@@ -1104,7 +1107,7 @@ EXAMPLES
1104
1107
  $ codiac asset obliterate -e main -n my-api
1105
1108
  ```
1106
1109
 
1107
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/obliterate.ts)_
1110
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/obliterate.ts)_
1108
1111
 
1109
1112
  ## `codiac asset probe create [CMD]`
1110
1113
 
@@ -1194,7 +1197,7 @@ EXAMPLES
1194
1197
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1195
1198
  ```
1196
1199
 
1197
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/probe/create.ts)_
1200
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/probe/create.ts)_
1198
1201
 
1199
1202
  ## `codiac asset probe delete`
1200
1203
 
@@ -1249,7 +1252,7 @@ EXAMPLES
1249
1252
  $ codiac asset probe delete
1250
1253
  ```
1251
1254
 
1252
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/probe/delete.ts)_
1255
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/probe/delete.ts)_
1253
1256
 
1254
1257
  ## `codiac asset probe list`
1255
1258
 
@@ -1301,7 +1304,7 @@ EXAMPLES
1301
1304
  $ codiac asset probe list
1302
1305
  ```
1303
1306
 
1304
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/probe/list.ts)_
1307
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/probe/list.ts)_
1305
1308
 
1306
1309
  ## `codiac asset recycle`
1307
1310
 
@@ -1341,7 +1344,7 @@ DESCRIPTION
1341
1344
  Deploys a given asset to a given cabinet. Defaults to current version.
1342
1345
  ```
1343
1346
 
1344
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/recycle.ts)_
1347
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/recycle.ts)_
1345
1348
 
1346
1349
  ## `codiac asset undeploy`
1347
1350
 
@@ -1385,7 +1388,7 @@ EXAMPLES
1385
1388
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1386
1389
  ```
1387
1390
 
1388
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/undeploy.ts)_
1391
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/undeploy.ts)_
1389
1392
 
1390
1393
  ## `codiac asset view [CMD]`
1391
1394
 
@@ -1440,7 +1443,7 @@ ALIASES
1440
1443
  $ codiac asset get
1441
1444
  ```
1442
1445
 
1443
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/view.ts)_
1446
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/view.ts)_
1444
1447
 
1445
1448
  ## `codiac asset vol add [MOUNTPATH]`
1446
1449
 
@@ -1711,7 +1714,7 @@ ALIASES
1711
1714
  $ codiac asset volume add
1712
1715
  ```
1713
1716
 
1714
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/volume/create.ts)_
1717
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/volume/create.ts)_
1715
1718
 
1716
1719
  ## `codiac asset volume del`
1717
1720
 
@@ -1799,7 +1802,7 @@ EXAMPLES
1799
1802
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
1800
1803
  ```
1801
1804
 
1802
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/volume/delete.ts)_
1805
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/volume/delete.ts)_
1803
1806
 
1804
1807
  ## `codiac asset volume list`
1805
1808
 
@@ -1848,7 +1851,7 @@ EXAMPLES
1848
1851
  $ codiac asset volume list -e myEnterprise --silent
1849
1852
  ```
1850
1853
 
1851
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/volume/list.ts)_
1854
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/volume/list.ts)_
1852
1855
 
1853
1856
  ## `codiac asset volumes del`
1854
1857
 
@@ -2015,7 +2018,7 @@ EXAMPLES
2015
2018
  $ codiac asset where -e main -a my-api --silent
2016
2019
  ```
2017
2020
 
2018
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/asset/where.ts)_
2021
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/asset/where.ts)_
2019
2022
 
2020
2023
  ## `codiac auth cab allow`
2021
2024
 
@@ -2177,7 +2180,7 @@ EXAMPLES
2177
2180
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2178
2181
  ```
2179
2182
 
2180
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/cabinet/allow.ts)_
2183
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/cabinet/allow.ts)_
2181
2184
 
2182
2185
  ## `codiac auth cabinet allowed`
2183
2186
 
@@ -2225,7 +2228,7 @@ EXAMPLES
2225
2228
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2226
2229
  ```
2227
2230
 
2228
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/cabinet/allowed.ts)_
2231
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/cabinet/allowed.ts)_
2229
2232
 
2230
2233
  ## `codiac auth ent allow`
2231
2234
 
@@ -2416,7 +2419,7 @@ EXAMPLES
2416
2419
  $ codiac auth enterprise allow -r deployer -p none
2417
2420
  ```
2418
2421
 
2419
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/enterprise/allow.ts)_
2422
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/enterprise/allow.ts)_
2420
2423
 
2421
2424
  ## `codiac auth enterprise allow onEnvironments`
2422
2425
 
@@ -2470,7 +2473,7 @@ EXAMPLES
2470
2473
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2471
2474
  ```
2472
2475
 
2473
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2476
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2474
2477
 
2475
2478
  ## `codiac auth enterprise allowed`
2476
2479
 
@@ -2511,7 +2514,7 @@ EXAMPLES
2511
2514
  $ codiac auth enterprise allowed --enterprise modeling
2512
2515
  ```
2513
2516
 
2514
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/enterprise/allowed.ts)_
2517
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/enterprise/allowed.ts)_
2515
2518
 
2516
2519
  ## `codiac auth env allowed`
2517
2520
 
@@ -2718,7 +2721,7 @@ EXAMPLES
2718
2721
  $ codiac auth environment allow -e qa -r productmanager -p read
2719
2722
  ```
2720
2723
 
2721
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/environment/allow.ts)_
2724
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/environment/allow.ts)_
2722
2725
 
2723
2726
  ## `codiac auth environment allow onCabinets`
2724
2727
 
@@ -2775,7 +2778,7 @@ EXAMPLES
2775
2778
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
2776
2779
  ```
2777
2780
 
2778
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/environment/allow/onCabinets.ts)_
2781
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/environment/allow/onCabinets.ts)_
2779
2782
 
2780
2783
  ## `codiac auth environment allowed`
2781
2784
 
@@ -2820,7 +2823,7 @@ EXAMPLES
2820
2823
  $ codiac auth environment allowed --enterprise modeling -e dev
2821
2824
  ```
2822
2825
 
2823
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/environment/allowed.ts)_
2826
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/environment/allowed.ts)_
2824
2827
 
2825
2828
  ## `codiac auth register`
2826
2829
 
@@ -2866,7 +2869,7 @@ EXAMPLES
2866
2869
  $ codiac auth register
2867
2870
  ```
2868
2871
 
2869
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/register.ts)_
2872
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/register.ts)_
2870
2873
 
2871
2874
  ## `codiac auth role allowed [NAME]`
2872
2875
 
@@ -2913,7 +2916,7 @@ EXAMPLES
2913
2916
  $ codiac auth role allowed -n deployer -e main
2914
2917
  ```
2915
2918
 
2916
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/allowed.ts)_
2919
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/allowed.ts)_
2917
2920
 
2918
2921
  ## `codiac auth role assign`
2919
2922
 
@@ -2945,7 +2948,7 @@ EXAMPLES
2945
2948
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
2946
2949
  ```
2947
2950
 
2948
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/assign.ts)_
2951
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/assign.ts)_
2949
2952
 
2950
2953
  ## `codiac auth role create [NAME]`
2951
2954
 
@@ -2978,7 +2981,7 @@ EXAMPLES
2978
2981
  $ codiac auth role create -n deployer
2979
2982
  ```
2980
2983
 
2981
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/create.ts)_
2984
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/create.ts)_
2982
2985
 
2983
2986
  ## `codiac auth role delete [NAME]`
2984
2987
 
@@ -3014,7 +3017,7 @@ EXAMPLES
3014
3017
  $ codiac auth role delete --id abc123def456
3015
3018
  ```
3016
3019
 
3017
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/delete.ts)_
3020
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/delete.ts)_
3018
3021
 
3019
3022
  ## `codiac auth role list`
3020
3023
 
@@ -3050,7 +3053,7 @@ EXAMPLES
3050
3053
  $ codiac auth role list -o yaml > roles.yaml
3051
3054
  ```
3052
3055
 
3053
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/list.ts)_
3056
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/list.ts)_
3054
3057
 
3055
3058
  ## `codiac auth role unassign`
3056
3059
 
@@ -3082,7 +3085,7 @@ EXAMPLES
3082
3085
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3083
3086
  ```
3084
3087
 
3085
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/role/unassign.ts)_
3088
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/role/unassign.ts)_
3086
3089
 
3087
3090
  ## `codiac auth user invite`
3088
3091
 
@@ -3122,7 +3125,7 @@ EXAMPLES
3122
3125
  $ codiac auth user invite
3123
3126
  ```
3124
3127
 
3125
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/user/invite.ts)_
3128
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/user/invite.ts)_
3126
3129
 
3127
3130
  ## `codiac auth user list`
3128
3131
 
@@ -3158,7 +3161,7 @@ EXAMPLES
3158
3161
  $ codiac auth user list -o yaml > users.yaml
3159
3162
  ```
3160
3163
 
3161
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/auth/user/list.ts)_
3164
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/auth/user/list.ts)_
3162
3165
 
3163
3166
  ## `codiac autocomplete [SHELL]`
3164
3167
 
@@ -3208,7 +3211,7 @@ DESCRIPTION
3208
3211
  Creates a new branch for the parent project and any sourced dependencies.
3209
3212
  ```
3210
3213
 
3211
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/branch.ts)_
3214
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/branch.ts)_
3212
3215
 
3213
3216
  ## `codiac branch current`
3214
3217
 
@@ -3228,7 +3231,7 @@ ALIASES
3228
3231
  $ codiac branches current
3229
3232
  ```
3230
3233
 
3231
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/branch/current.ts)_
3234
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/branch/current.ts)_
3232
3235
 
3233
3236
  ## `codiac branch list`
3234
3237
 
@@ -3250,7 +3253,7 @@ ALIASES
3250
3253
  $ codiac branches list
3251
3254
  ```
3252
3255
 
3253
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/branch/list.ts)_
3256
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/branch/list.ts)_
3254
3257
 
3255
3258
  ## `codiac branches current`
3256
3259
 
@@ -3340,7 +3343,7 @@ DESCRIPTION
3340
3343
  Builds the project and the docker container
3341
3344
  ```
3342
3345
 
3343
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/build.ts)_
3346
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/build.ts)_
3344
3347
 
3345
3348
  ## `codiac cab cluster attach`
3346
3349
 
@@ -3940,7 +3943,7 @@ EXAMPLES
3940
3943
  prod-cluster-1 --to-script
3941
3944
  ```
3942
3945
 
3943
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/cluster/attach.ts)_
3946
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/cluster/attach.ts)_
3944
3947
 
3945
3948
  ## `codiac cabinet contents`
3946
3949
 
@@ -3984,7 +3987,7 @@ EXAMPLES
3984
3987
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
3985
3988
  ```
3986
3989
 
3987
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/contents.ts)_
3990
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/contents.ts)_
3988
3991
 
3989
3992
  ## `codiac cabinet create [CABINET]`
3990
3993
 
@@ -4051,7 +4054,7 @@ EXAMPLES
4051
4054
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4052
4055
  ```
4053
4056
 
4054
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/create.ts)_
4057
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/create.ts)_
4055
4058
 
4056
4059
  ## `codiac cabinet define [CABINET]`
4057
4060
 
@@ -4113,7 +4116,7 @@ EXAMPLES
4113
4116
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4114
4117
  ```
4115
4118
 
4116
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/define.ts)_
4119
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/define.ts)_
4117
4120
 
4118
4121
  ## `codiac cabinet destroy [CABINET]`
4119
4122
 
@@ -4171,7 +4174,7 @@ EXAMPLES
4171
4174
  --environment dev --silent
4172
4175
  ```
4173
4176
 
4174
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/destroy.ts)_
4177
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/destroy.ts)_
4175
4178
 
4176
4179
  ## `codiac cabinet detach [CABINET]`
4177
4180
 
@@ -4228,7 +4231,7 @@ EXAMPLES
4228
4231
  main --environment dev
4229
4232
  ```
4230
4233
 
4231
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/detach.ts)_
4234
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/detach.ts)_
4232
4235
 
4233
4236
  ## `codiac cabinet forget [CABINET]`
4234
4237
 
@@ -4283,7 +4286,7 @@ EXAMPLES
4283
4286
  $ codiac cabinet forget --to-script
4284
4287
  ```
4285
4288
 
4286
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/forget.ts)_
4289
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/forget.ts)_
4287
4290
 
4288
4291
  ## `codiac cabinet list`
4289
4292
 
@@ -4334,7 +4337,7 @@ EXAMPLES
4334
4337
  $ codiac cabinet list -e myEnterprise --silent
4335
4338
  ```
4336
4339
 
4337
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/list.ts)_
4340
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/list.ts)_
4338
4341
 
4339
4342
  ## `codiac cabinet obliterate [CABINET]`
4340
4343
 
@@ -4376,7 +4379,7 @@ ALIASES
4376
4379
  $ codiac infrx cab obliterate
4377
4380
  ```
4378
4381
 
4379
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/obliterate.ts)_
4382
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/obliterate.ts)_
4380
4383
 
4381
4384
  ## `codiac cabinet restore`
4382
4385
 
@@ -4443,7 +4446,7 @@ EXAMPLES
4443
4446
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
4444
4447
  ```
4445
4448
 
4446
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cabinet/restore.ts)_
4449
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cabinet/restore.ts)_
4447
4450
 
4448
4451
  ## `codiac cfg add`
4449
4452
 
@@ -4700,7 +4703,7 @@ DESCRIPTION
4700
4703
  Applies settings to the Codiac CLI itself (scoped to the local machine).
4701
4704
  ```
4702
4705
 
4703
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cli.ts)_
4706
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cli.ts)_
4704
4707
 
4705
4708
  ## `codiac cluster agent configure [CLUSTER]`
4706
4709
 
@@ -4765,7 +4768,7 @@ EXAMPLES
4765
4768
  $ codiac cluster agent configure my-cluster --to-script
4766
4769
  ```
4767
4770
 
4768
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/agent/configure.ts)_
4771
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/agent/configure.ts)_
4769
4772
 
4770
4773
  ## `codiac cluster agent install [CLUSTER]`
4771
4774
 
@@ -4818,7 +4821,7 @@ EXAMPLES
4818
4821
  $ codiac cluster agent install my-cluster --to-script
4819
4822
  ```
4820
4823
 
4821
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/agent/install.ts)_
4824
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/agent/install.ts)_
4822
4825
 
4823
4826
  ## `codiac cluster agent uninstall [CLUSTER]`
4824
4827
 
@@ -4863,7 +4866,7 @@ EXAMPLES
4863
4866
  $ codiac cluster agent uninstall my-cluster --to-script
4864
4867
  ```
4865
4868
 
4866
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/agent/uninstall.ts)_
4869
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/agent/uninstall.ts)_
4867
4870
 
4868
4871
  ## `codiac cluster bootstrap [NAME]`
4869
4872
 
@@ -4926,7 +4929,7 @@ EXAMPLES
4926
4929
  $ codiac cluster bootstrap my-cluster --to-script
4927
4930
  ```
4928
4931
 
4929
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/bootstrap.ts)_
4932
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/bootstrap.ts)_
4930
4933
 
4931
4934
  ## `codiac cluster capture`
4932
4935
 
@@ -5011,7 +5014,7 @@ EXAMPLES
5011
5014
  $ codiac cluster connect my-fav-cluster
5012
5015
  ```
5013
5016
 
5014
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/connect.ts)_
5017
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/connect.ts)_
5015
5018
 
5016
5019
  ## `codiac cluster contents`
5017
5020
 
@@ -5505,7 +5508,7 @@ EXAMPLES
5505
5508
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
5506
5509
  ```
5507
5510
 
5508
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/install.ts)_
5511
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/install.ts)_
5509
5512
 
5510
5513
  ## `codiac cluster journal [CLUSTER]`
5511
5514
 
@@ -5794,7 +5797,7 @@ EXAMPLES
5794
5797
  $ codiac cluster stack capture my-fav-cluster
5795
5798
  ```
5796
5799
 
5797
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/stack/capture.ts)_
5800
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/stack/capture.ts)_
5798
5801
 
5799
5802
  ## `codiac cluster stack install [CLUSTER]`
5800
5803
 
@@ -5846,7 +5849,7 @@ EXAMPLES
5846
5849
  $ codiac cluster stack install my-cluster --to-script
5847
5850
  ```
5848
5851
 
5849
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/stack/install.ts)_
5852
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/stack/install.ts)_
5850
5853
 
5851
5854
  ## `codiac cluster stack list`
5852
5855
 
@@ -5895,6 +5898,88 @@ EXAMPLES
5895
5898
  $ codiac cluster stack list -e myEnterprise --silent
5896
5899
  ```
5897
5900
 
5901
+ ## `codiac cluster stack tag`
5902
+
5903
+ Adds a tag to a snapshot, creating the tag record if it does not already exist on that snapshot.
5904
+
5905
+ ```
5906
+ USAGE
5907
+ $ codiac cluster stack tag [-h] [-e <value>] [-v <value>] [-t <value>] [--silent | --echo | --to-script]
5908
+
5909
+ FLAGS
5910
+ -e, --enterprise=<value> Code name of the enterprise containing the target snapshot.
5911
+ -h, --help Show CLI help.
5912
+ -t, --tag=<value> Name of the tag to add to the snapshot.
5913
+ -v, --version=<value> Version identifier of the snapshot to tag (e.g., 5CJRH7XB).
5914
+ --echo Renders the equivalent non-interactive command for future use before executing.
5915
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
5916
+ --to-script Renders the equivalent non-interactive command without executing it.
5917
+
5918
+ DESCRIPTION
5919
+ Adds a tag to a snapshot, creating the tag record if it does not already exist on that snapshot.
5920
+
5921
+ ALIASES
5922
+ $ codiac cluster stack tag
5923
+
5924
+ EXAMPLES
5925
+ Interactive — select a snapshot then enter a tag name.
5926
+
5927
+ $ codiac cluster stack tag -e myEnterprise
5928
+
5929
+ Non-interactive (scripted).
5930
+
5931
+ $ codiac cluster stack tag -e myEnterprise -v 5CJRH7XB -t production --silent
5932
+
5933
+ Renders the equivalent silent command and then executes.
5934
+
5935
+ $ codiac cluster stack tag -e myEnterprise -v 5CJRH7XB -t production --echo
5936
+
5937
+ Renders the equivalent silent command without executing.
5938
+
5939
+ $ codiac cluster stack tag -e myEnterprise -v 5CJRH7XB -t production --to-script
5940
+ ```
5941
+
5942
+ ## `codiac cluster stack untag`
5943
+
5944
+ Removes a single tag from a snapshot.
5945
+
5946
+ ```
5947
+ USAGE
5948
+ $ codiac cluster stack untag [-h] [-e <value>] [-v <value>] [-t <value>] [--silent | --echo | --to-script]
5949
+
5950
+ FLAGS
5951
+ -e, --enterprise=<value> Code name of the enterprise containing the target snapshot.
5952
+ -h, --help Show CLI help.
5953
+ -t, --tag=<value> Name of the tag to remove from the snapshot.
5954
+ -v, --version=<value> Version identifier of the snapshot from which to remove a tag (e.g., 5CJRH7XB).
5955
+ --echo Renders the equivalent non-interactive command for future use before executing.
5956
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
5957
+ --to-script Renders the equivalent non-interactive command without executing it.
5958
+
5959
+ DESCRIPTION
5960
+ Removes a single tag from a snapshot.
5961
+
5962
+ ALIASES
5963
+ $ codiac cluster stack untag
5964
+
5965
+ EXAMPLES
5966
+ Interactive — select a snapshot then select the tag to remove.
5967
+
5968
+ $ codiac cluster stack untag -e myEnterprise
5969
+
5970
+ Non-interactive (scripted).
5971
+
5972
+ $ codiac cluster stack untag -e myEnterprise -v 5CJRH7XB -t production --silent
5973
+
5974
+ Renders the equivalent silent command and then executes.
5975
+
5976
+ $ codiac cluster stack untag -e myEnterprise -v 5CJRH7XB -t production --echo
5977
+
5978
+ Renders the equivalent silent command without executing.
5979
+
5980
+ $ codiac cluster stack untag -e myEnterprise -v 5CJRH7XB -t production --to-script
5981
+ ```
5982
+
5898
5983
  ## `codiac cluster start [CLUSTER]`
5899
5984
 
5900
5985
  For local machine clusters only. (Idempotent) Ensures that the specified local machine cluster is running and not inactive. Clusters can consume significant local resources, since they cannot be scaled like they can in the cloud, so this command and `cluster stop` together enable a user to determine which a clusters are actually running or not at any given time.
@@ -5930,7 +6015,7 @@ EXAMPLES
5930
6015
  $ codiac cluster start my-fav-cluster
5931
6016
  ```
5932
6017
 
5933
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/start.ts)_
6018
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/start.ts)_
5934
6019
 
5935
6020
  ## `codiac cluster stop [CLUSTER]`
5936
6021
 
@@ -5967,7 +6052,7 @@ EXAMPLES
5967
6052
  $ codiac cluster start my-fav-cluster
5968
6053
  ```
5969
6054
 
5970
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/cluster/stop.ts)_
6055
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/cluster/stop.ts)_
5971
6056
 
5972
6057
  ## `codiac cluster uninstall`
5973
6058
 
@@ -6029,7 +6114,7 @@ DESCRIPTION
6029
6114
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6030
6115
  ```
6031
6116
 
6032
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/commit.ts)_
6117
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/commit.ts)_
6033
6118
 
6034
6119
  ## `codiac config add`
6035
6120
 
@@ -6139,7 +6224,7 @@ EXAMPLES
6139
6224
  '#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
6140
6225
  ```
6141
6226
 
6142
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/add.ts)_
6227
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/add.ts)_
6143
6228
 
6144
6229
  ## `codiac config delete [SETTING]`
6145
6230
 
@@ -6208,7 +6293,7 @@ ALIASES
6208
6293
  $ codiac cfg delete
6209
6294
  ```
6210
6295
 
6211
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/delete.ts)_
6296
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/delete.ts)_
6212
6297
 
6213
6298
  ## `codiac config deploy`
6214
6299
 
@@ -6249,7 +6334,7 @@ EXAMPLES
6249
6334
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
6250
6335
  ```
6251
6336
 
6252
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/deploy.ts)_
6337
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/deploy.ts)_
6253
6338
 
6254
6339
  ## `codiac config import`
6255
6340
 
@@ -6302,7 +6387,7 @@ EXAMPLES
6302
6387
  $ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
6303
6388
  ```
6304
6389
 
6305
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/import.ts)_
6390
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/import.ts)_
6306
6391
 
6307
6392
  ## `codiac config preview [SETTING]`
6308
6393
 
@@ -6543,7 +6628,7 @@ DESCRIPTION
6543
6628
  Shows the list of clusters.
6544
6629
  ```
6545
6630
 
6546
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/settings/get.ts)_
6631
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/settings/get.ts)_
6547
6632
 
6548
6633
  ## `codiac config view [SETTING]`
6549
6634
 
@@ -6608,7 +6693,7 @@ EXAMPLES
6608
6693
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
6609
6694
  ```
6610
6695
 
6611
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/config/view.ts)_
6696
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/config/view.ts)_
6612
6697
 
6613
6698
  ## `codiac csp creds list`
6614
6699
 
@@ -6656,7 +6741,7 @@ EXAMPLES
6656
6741
  $ codiac csp creds list
6657
6742
  ```
6658
6743
 
6659
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/csp/creds/list.ts)_
6744
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/csp/creds/list.ts)_
6660
6745
 
6661
6746
  ## `codiac csp login [PROVIDER]`
6662
6747
 
@@ -6734,7 +6819,7 @@ EXAMPLES
6734
6819
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
6735
6820
  ```
6736
6821
 
6737
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/csp/login.ts)_
6822
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/csp/login.ts)_
6738
6823
 
6739
6824
  ## `codiac csp logout [PROVIDER]`
6740
6825
 
@@ -6781,7 +6866,7 @@ EXAMPLES
6781
6866
  $ codiac csp logout azure --to-script
6782
6867
  ```
6783
6868
 
6784
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/csp/logout.ts)_
6869
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/csp/logout.ts)_
6785
6870
 
6786
6871
  ## `codiac dep [NAME]`
6787
6872
 
@@ -6802,7 +6887,7 @@ DESCRIPTION
6802
6887
  Installs a package into current project.
6803
6888
  ```
6804
6889
 
6805
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep.ts)_
6890
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep.ts)_
6806
6891
 
6807
6892
  ## `codiac dep create [URL]`
6808
6893
 
@@ -6826,7 +6911,7 @@ DESCRIPTION
6826
6911
  package version is used.
6827
6912
  ```
6828
6913
 
6829
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/create.ts)_
6914
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/create.ts)_
6830
6915
 
6831
6916
  ## `codiac dep install`
6832
6917
 
@@ -6843,7 +6928,7 @@ DESCRIPTION
6843
6928
  installs any missing dependency packages into the local project folder.
6844
6929
  ```
6845
6930
 
6846
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/install.ts)_
6931
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/install.ts)_
6847
6932
 
6848
6933
  ## `codiac dep list`
6849
6934
 
@@ -6860,7 +6945,7 @@ DESCRIPTION
6860
6945
  Shows the dependencies for the project.
6861
6946
  ```
6862
6947
 
6863
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/list.ts)_
6948
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/list.ts)_
6864
6949
 
6865
6950
  ## `codiac dep remove [NAME]`
6866
6951
 
@@ -6883,7 +6968,7 @@ DESCRIPTION
6883
6968
  Removes a dependency from the project.
6884
6969
  ```
6885
6970
 
6886
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/remove.ts)_
6971
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/remove.ts)_
6887
6972
 
6888
6973
  ## `codiac dep source [NAME]`
6889
6974
 
@@ -6909,7 +6994,7 @@ ALIASES
6909
6994
  $ codiac dep src
6910
6995
  ```
6911
6996
 
6912
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/source.ts)_
6997
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/source.ts)_
6913
6998
 
6914
6999
  ## `codiac dep src [NAME]`
6915
7000
 
@@ -6953,7 +7038,7 @@ DESCRIPTION
6953
7038
  Publishes the dependency in its current state and upgrades to it in the main project.
6954
7039
  ```
6955
7040
 
6956
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/syncup.ts)_
7041
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/syncup.ts)_
6957
7042
 
6958
7043
  ## `codiac dep unsource [NAME]`
6959
7044
 
@@ -6981,7 +7066,7 @@ ALIASES
6981
7066
  $ codiac dep unsrc
6982
7067
  ```
6983
7068
 
6984
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/unsource.ts)_
7069
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/unsource.ts)_
6985
7070
 
6986
7071
  ## `codiac dep unsrc [NAME]`
6987
7072
 
@@ -7028,7 +7113,7 @@ DESCRIPTION
7028
7113
  describe the command here
7029
7114
  ```
7030
7115
 
7031
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/dep/upgrade.ts)_
7116
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/dep/upgrade.ts)_
7032
7117
 
7033
7118
  ## `codiac deploy`
7034
7119
 
@@ -7080,7 +7165,7 @@ EXAMPLES
7080
7165
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
7081
7166
  ```
7082
7167
 
7083
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/deploy.ts)_
7168
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/deploy.ts)_
7084
7169
 
7085
7170
  ## `codiac domain map [DOMAIN]`
7086
7171
 
@@ -7230,7 +7315,7 @@ EXAMPLES
7230
7315
  cod enterprise create my-enterprise-code --silent
7231
7316
  ```
7232
7317
 
7233
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/enterprise/create.ts)_
7318
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/enterprise/create.ts)_
7234
7319
 
7235
7320
  ## `codiac enterprise list`
7236
7321
 
@@ -7285,7 +7370,7 @@ EXAMPLES
7285
7370
  $ codiac enterprise list --to-script
7286
7371
  ```
7287
7372
 
7288
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/enterprise/list.ts)_
7373
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/enterprise/list.ts)_
7289
7374
 
7290
7375
  ## `codiac env add [SETTING]`
7291
7376
 
@@ -7335,7 +7420,7 @@ EXAMPLES
7335
7420
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
7336
7421
  ```
7337
7422
 
7338
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/env/add.ts)_
7423
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/env/add.ts)_
7339
7424
 
7340
7425
  ## `codiac enviro cluster attach`
7341
7426
 
@@ -7638,7 +7723,7 @@ ALIASES
7638
7723
  $ codiac infrx enviro cluster attach
7639
7724
  ```
7640
7725
 
7641
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/environment/cluster/attach.ts)_
7726
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/environment/cluster/attach.ts)_
7642
7727
 
7643
7728
  ## `codiac environment cluster detach`
7644
7729
 
@@ -7684,7 +7769,7 @@ ALIASES
7684
7769
  $ codiac infrx enviro cluster detach
7685
7770
  ```
7686
7771
 
7687
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/environment/cluster/detach.ts)_
7772
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/environment/cluster/detach.ts)_
7688
7773
 
7689
7774
  ## `codiac environment create [NAME]`
7690
7775
 
@@ -7747,7 +7832,7 @@ EXAMPLES
7747
7832
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
7748
7833
  ```
7749
7834
 
7750
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/environment/create.ts)_
7835
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/environment/create.ts)_
7751
7836
 
7752
7837
  ## `codiac environment delete [NAME]`
7753
7838
 
@@ -7808,7 +7893,7 @@ EXAMPLES
7808
7893
  $ codiac environment delete dev --enterprise main --to-script
7809
7894
  ```
7810
7895
 
7811
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/environment/delete.ts)_
7896
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/environment/delete.ts)_
7812
7897
 
7813
7898
  ## `codiac environment list`
7814
7899
 
@@ -7859,7 +7944,7 @@ EXAMPLES
7859
7944
  $ codiac environment list -e myEnterprise --silent
7860
7945
  ```
7861
7946
 
7862
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/environment/list.ts)_
7947
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/environment/list.ts)_
7863
7948
 
7864
7949
  ## `codiac fileshare capture`
7865
7950
 
@@ -7943,7 +8028,7 @@ ALIASES
7943
8028
  $ codiac fileshare capture
7944
8029
  ```
7945
8030
 
7946
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/filestore/capture.ts)_
8031
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/filestore/capture.ts)_
7947
8032
 
7948
8033
  ## `codiac filestore forget`
7949
8034
 
@@ -7990,7 +8075,7 @@ EXAMPLES
7990
8075
  $ codiac filestore forget
7991
8076
  ```
7992
8077
 
7993
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/filestore/forget.ts)_
8078
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/filestore/forget.ts)_
7994
8079
 
7995
8080
  ## `codiac filestore list`
7996
8081
 
@@ -8036,7 +8121,7 @@ EXAMPLES
8036
8121
  $ codiac filestore list
8037
8122
  ```
8038
8123
 
8039
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/filestore/list.ts)_
8124
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/filestore/list.ts)_
8040
8125
 
8041
8126
  ## `codiac help [COMMANDS]`
8042
8127
 
@@ -8122,7 +8207,7 @@ EXAMPLES
8122
8207
  $ codiac host delete
8123
8208
  ```
8124
8209
 
8125
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/host/delete.ts)_
8210
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/host/delete.ts)_
8126
8211
 
8127
8212
  ## `codiac host list [DOMAIN]`
8128
8213
 
@@ -8166,7 +8251,7 @@ EXAMPLES
8166
8251
  $ codiac host list
8167
8252
  ```
8168
8253
 
8169
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/host/list.ts)_
8254
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/host/list.ts)_
8170
8255
 
8171
8256
  ## `codiac host map [DOMAIN]`
8172
8257
 
@@ -8214,7 +8299,7 @@ EXAMPLES
8214
8299
  $ codiac host map my-company.com -e myEnterprise --to-script
8215
8300
  ```
8216
8301
 
8217
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/host/map.ts)_
8302
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/host/map.ts)_
8218
8303
 
8219
8304
  ## `codiac host view [DOMAIN]`
8220
8305
 
@@ -8259,7 +8344,7 @@ EXAMPLES
8259
8344
  $ codiac host view
8260
8345
  ```
8261
8346
 
8262
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/host/view.ts)_
8347
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/host/view.ts)_
8263
8348
 
8264
8349
  ## `codiac identify [TOKENNAME]`
8265
8350
 
@@ -8331,7 +8416,7 @@ ALIASES
8331
8416
  $ codiac token
8332
8417
  ```
8333
8418
 
8334
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/identity.ts)_
8419
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/identity.ts)_
8335
8420
 
8336
8421
  ## `codiac identity delete [NAME]`
8337
8422
 
@@ -8356,7 +8441,7 @@ ALIASES
8356
8441
  $ codiac token remove
8357
8442
  ```
8358
8443
 
8359
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/identity/delete.ts)_
8444
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/identity/delete.ts)_
8360
8445
 
8361
8446
  ## `codiac identity list`
8362
8447
 
@@ -8378,7 +8463,7 @@ ALIASES
8378
8463
  $ codiac token list
8379
8464
  ```
8380
8465
 
8381
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/identity/list.ts)_
8466
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/identity/list.ts)_
8382
8467
 
8383
8468
  ## `codiac identity remove [NAME]`
8384
8469
 
@@ -8699,7 +8784,7 @@ DESCRIPTION
8699
8784
  Saves a reference to an existing container registry.
8700
8785
  ```
8701
8786
 
8702
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/imageRegistry/capture.ts)_
8787
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/imageRegistry/capture.ts)_
8703
8788
 
8704
8789
  ## `codiac imageRegistry forget`
8705
8790
 
@@ -8720,7 +8805,7 @@ DESCRIPTION
8720
8805
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
8721
8806
  ```
8722
8807
 
8723
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/imageRegistry/forget.ts)_
8808
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/imageRegistry/forget.ts)_
8724
8809
 
8725
8810
  ## `codiac imageRegistry list`
8726
8811
 
@@ -8762,7 +8847,7 @@ EXAMPLES
8762
8847
  $ codiac imageRegistry list -o yaml > registries.yaml
8763
8848
  ```
8764
8849
 
8765
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/imageRegistry/list.ts)_
8850
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/imageRegistry/list.ts)_
8766
8851
 
8767
8852
  ## `codiac imageRegistry pullSecret set`
8768
8853
 
@@ -8798,7 +8883,7 @@ ALIASES
8798
8883
  $ codiac pullsecret
8799
8884
  ```
8800
8885
 
8801
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/imageRegistry/pullSecret/set.ts)_
8886
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/imageRegistry/pullSecret/set.ts)_
8802
8887
 
8803
8888
  ## `codiac imageRegistry pullSecret unset`
8804
8889
 
@@ -8825,7 +8910,7 @@ ALIASES
8825
8910
  $ codiac pullsecret unset
8826
8911
  ```
8827
8912
 
8828
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/imageRegistry/pullSecret/unset.ts)_
8913
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/imageRegistry/pullSecret/unset.ts)_
8829
8914
 
8830
8915
  ## `codiac images add [IMAGENAME]`
8831
8916
 
@@ -8886,7 +8971,7 @@ EXAMPLES
8886
8971
  $ codiac images add your-company/your-image --to-script
8887
8972
  ```
8888
8973
 
8889
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/add.ts)_
8974
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/add.ts)_
8890
8975
 
8891
8976
  ## `codiac images list`
8892
8977
 
@@ -8909,7 +8994,7 @@ ALIASES
8909
8994
  $ codiac img list
8910
8995
  ```
8911
8996
 
8912
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/list.ts)_
8997
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/list.ts)_
8913
8998
 
8914
8999
  ## `codiac images patch IMAGENAME`
8915
9000
 
@@ -8939,7 +9024,7 @@ ALIASES
8939
9024
  $ codiac img patch
8940
9025
  ```
8941
9026
 
8942
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/patch.ts)_
9027
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/patch.ts)_
8943
9028
 
8944
9029
  ## `codiac images remove IMAGENAME`
8945
9030
 
@@ -8965,7 +9050,7 @@ ALIASES
8965
9050
  $ codiac img delete
8966
9051
  ```
8967
9052
 
8968
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/remove.ts)_
9053
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/remove.ts)_
8969
9054
 
8970
9055
  ## `codiac images version NAME`
8971
9056
 
@@ -8991,7 +9076,7 @@ ALIASES
8991
9076
  $ codiac img version get
8992
9077
  ```
8993
9078
 
8994
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/version.ts)_
9079
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/version.ts)_
8995
9080
 
8996
9081
  ## `codiac images version bump NAME`
8997
9082
 
@@ -9024,7 +9109,7 @@ ALIASES
9024
9109
  $ codiac img version bump
9025
9110
  ```
9026
9111
 
9027
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/images/version/bump.ts)_
9112
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/images/version/bump.ts)_
9028
9113
 
9029
9114
  ## `codiac img [IMAGENAME]`
9030
9115
 
@@ -10139,7 +10224,7 @@ DESCRIPTION
10139
10224
  Declares the given folder as a project root
10140
10225
  ```
10141
10226
 
10142
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/init.ts)_
10227
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/init.ts)_
10143
10228
 
10144
10229
  ## `codiac kit create`
10145
10230
 
@@ -10182,7 +10267,7 @@ EXAMPLES
10182
10267
  $ codiac kit create -e myEnterprise -a myApi --to-script
10183
10268
  ```
10184
10269
 
10185
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/kit/create.ts)_
10270
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/kit/create.ts)_
10186
10271
 
10187
10272
  ## `codiac login`
10188
10273
 
@@ -10241,7 +10326,7 @@ EXAMPLES
10241
10326
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
10242
10327
  ```
10243
10328
 
10244
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/login.ts)_
10329
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/login.ts)_
10245
10330
 
10246
10331
  ## `codiac logout`
10247
10332
 
@@ -10274,7 +10359,7 @@ EXAMPLES
10274
10359
  $ codiac logout --to-script
10275
10360
  ```
10276
10361
 
10277
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/logout.ts)_
10362
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/logout.ts)_
10278
10363
 
10279
10364
  ## `codiac merge [BRANCH]`
10280
10365
 
@@ -10295,7 +10380,7 @@ DESCRIPTION
10295
10380
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
10296
10381
  ```
10297
10382
 
10298
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/merge.ts)_
10383
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/merge.ts)_
10299
10384
 
10300
10385
  ## `codiac noc cluster capture`
10301
10386
 
@@ -10347,7 +10432,7 @@ EXAMPLES
10347
10432
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
10348
10433
  ```
10349
10434
 
10350
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/capture.ts)_
10435
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/capture.ts)_
10351
10436
 
10352
10437
  ## `codiac noc cluster create [NAME]`
10353
10438
 
@@ -10437,7 +10522,7 @@ FLAG DESCRIPTIONS
10437
10522
  initialization is always skipped in that mode.
10438
10523
  ```
10439
10524
 
10440
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/create.ts)_
10525
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/create.ts)_
10441
10526
 
10442
10527
  ## `codiac noc cluster credentials-set [NAME]`
10443
10528
 
@@ -10492,7 +10577,7 @@ EXAMPLES
10492
10577
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
10493
10578
  ```
10494
10579
 
10495
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/credentials-set.ts)_
10580
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/credentials-set.ts)_
10496
10581
 
10497
10582
  ## `codiac noc cluster define [NAME]`
10498
10583
 
@@ -10561,7 +10646,7 @@ EXAMPLES
10561
10646
  $ codiac noc cluster define my-cluster --to-script
10562
10647
  ```
10563
10648
 
10564
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/define.ts)_
10649
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/define.ts)_
10565
10650
 
10566
10651
  ## `codiac noc cluster deinit`
10567
10652
 
@@ -10601,7 +10686,7 @@ EXAMPLES
10601
10686
  $ codiac noc cluster deinit -n my-cluster --to-script
10602
10687
  ```
10603
10688
 
10604
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/deinit.ts)_
10689
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/deinit.ts)_
10605
10690
 
10606
10691
  ## `codiac noc cluster destroy [NAME]`
10607
10692
 
@@ -10635,7 +10720,7 @@ ALIASES
10635
10720
  $ codiac cluster destroy
10636
10721
  ```
10637
10722
 
10638
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/destroy.ts)_
10723
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/destroy.ts)_
10639
10724
 
10640
10725
  ## `codiac noc cluster forget`
10641
10726
 
@@ -10686,7 +10771,7 @@ EXAMPLES
10686
10771
  $ codiac noc cluster forget --running
10687
10772
  ```
10688
10773
 
10689
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/forget.ts)_
10774
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/forget.ts)_
10690
10775
 
10691
10776
  ## `codiac noc cluster grant`
10692
10777
 
@@ -10724,7 +10809,7 @@ EXAMPLES
10724
10809
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
10725
10810
  ```
10726
10811
 
10727
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/grant.ts)_
10812
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/grant.ts)_
10728
10813
 
10729
10814
  ## `codiac noc cluster init`
10730
10815
 
@@ -10770,7 +10855,7 @@ EXAMPLES
10770
10855
  $ codiac noc cluster init -n my-cluster --to-script
10771
10856
  ```
10772
10857
 
10773
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/init.ts)_
10858
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/init.ts)_
10774
10859
 
10775
10860
  ## `codiac noc cluster journal [CLUSTER]`
10776
10861
 
@@ -10819,7 +10904,7 @@ EXAMPLES
10819
10904
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
10820
10905
  ```
10821
10906
 
10822
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/journal.ts)_
10907
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/journal.ts)_
10823
10908
 
10824
10909
  ## `codiac noc cluster list`
10825
10910
 
@@ -10880,7 +10965,7 @@ EXAMPLES
10880
10965
  $ codiac noc cluster list -e myEnterprise --to-script
10881
10966
  ```
10882
10967
 
10883
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/list.ts)_
10968
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/list.ts)_
10884
10969
 
10885
10970
  ## `codiac noc cluster restore [NAME]`
10886
10971
 
@@ -10940,7 +11025,7 @@ EXAMPLES
10940
11025
  $ codiac noc cluster restore prod-cluster-1 --to-script
10941
11026
  ```
10942
11027
 
10943
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/noc/cluster/restore.ts)_
11028
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/noc/cluster/restore.ts)_
10944
11029
 
10945
11030
  ## `codiac pkg add [DEFINITIONFILE]`
10946
11031
 
@@ -10974,7 +11059,7 @@ DESCRIPTION
10974
11059
  Configures a package to be built and published by the project.
10975
11060
  ```
10976
11061
 
10977
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/pkg/add.ts)_
11062
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/pkg/add.ts)_
10978
11063
 
10979
11064
  ## `codiac pkg delete [PACKAGENAME]`
10980
11065
 
@@ -11012,7 +11097,7 @@ DESCRIPTION
11012
11097
  Renders the list of packages that are configured as project exports.
11013
11098
  ```
11014
11099
 
11015
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/pkg/list.ts)_
11100
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/pkg/list.ts)_
11016
11101
 
11017
11102
  ## `codiac pkg patch PACKAGENAME`
11018
11103
 
@@ -11038,7 +11123,7 @@ DESCRIPTION
11038
11123
  registryUrl and/or environment.
11039
11124
  ```
11040
11125
 
11041
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/pkg/patch.ts)_
11126
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/pkg/patch.ts)_
11042
11127
 
11043
11128
  ## `codiac pkg remove [PACKAGENAME]`
11044
11129
 
@@ -11061,7 +11146,7 @@ ALIASES
11061
11146
  $ codiac pkg delete
11062
11147
  ```
11063
11148
 
11064
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/pkg/remove.ts)_
11149
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/pkg/remove.ts)_
11065
11150
 
11066
11151
  ## `codiac portal`
11067
11152
 
@@ -11094,7 +11179,7 @@ EXAMPLES
11094
11179
  $ codiac portal --to-script
11095
11180
  ```
11096
11181
 
11097
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/portal.ts)_
11182
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/portal.ts)_
11098
11183
 
11099
11184
  ## `codiac probe create [CMD]`
11100
11185
 
@@ -11215,7 +11300,7 @@ DESCRIPTION
11215
11300
  Publishes the exports (packages and images) declared in the ProjectConfig.
11216
11301
  ```
11217
11302
 
11218
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/publish.ts)_
11303
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/publish.ts)_
11219
11304
 
11220
11305
  ## `codiac pull [NAME]`
11221
11306
 
@@ -11239,7 +11324,7 @@ DESCRIPTION
11239
11324
  Pulls all commits from upstream to local.
11240
11325
  ```
11241
11326
 
11242
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/pull.ts)_
11327
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/pull.ts)_
11243
11328
 
11244
11329
  ## `codiac pullsecret`
11245
11330
 
@@ -11322,7 +11407,7 @@ DESCRIPTION
11322
11407
  Pushes all local commits upstream.
11323
11408
  ```
11324
11409
 
11325
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/push.ts)_
11410
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/push.ts)_
11326
11411
 
11327
11412
  ## `codiac relay-version`
11328
11413
 
@@ -11339,7 +11424,7 @@ EXAMPLES
11339
11424
  $ codiac relay-version
11340
11425
  ```
11341
11426
 
11342
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/relay-version.ts)_
11427
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/relay-version.ts)_
11343
11428
 
11344
11429
  ## `codiac run`
11345
11430
 
@@ -11381,7 +11466,7 @@ DESCRIPTION
11381
11466
  Runs the latest build of the api container locally.
11382
11467
  ```
11383
11468
 
11384
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/run.ts)_
11469
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/run.ts)_
11385
11470
 
11386
11471
  ## `codiac secretStore`
11387
11472
 
@@ -11443,7 +11528,7 @@ ALIASES
11443
11528
  $ codiac secretStore
11444
11529
  ```
11445
11530
 
11446
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/secretStore/capture.ts)_
11531
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/secretStore/capture.ts)_
11447
11532
 
11448
11533
  ## `codiac secretStore forget`
11449
11534
 
@@ -11464,7 +11549,7 @@ DESCRIPTION
11464
11549
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
11465
11550
  ```
11466
11551
 
11467
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/secretStore/forget.ts)_
11552
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/secretStore/forget.ts)_
11468
11553
 
11469
11554
  ## `codiac secretStore list`
11470
11555
 
@@ -11509,7 +11594,7 @@ EXAMPLES
11509
11594
  $ codiac secretStore list
11510
11595
  ```
11511
11596
 
11512
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/secretStore/list.ts)_
11597
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/secretStore/list.ts)_
11513
11598
 
11514
11599
  ## `codiac shell init`
11515
11600
 
@@ -11547,7 +11632,7 @@ EXAMPLES
11547
11632
  Invoke-Expression (codiac shell init --shell powershell)
11548
11633
  ```
11549
11634
 
11550
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/shell/init.ts)_
11635
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/shell/init.ts)_
11551
11636
 
11552
11637
  ## `codiac snapshot deploy`
11553
11638
 
@@ -11573,7 +11658,7 @@ DESCRIPTION
11573
11658
  Deploys all assets in a snapshot to a target cabinet.
11574
11659
  ```
11575
11660
 
11576
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/snapshot/deploy.ts)_
11661
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/snapshot/deploy.ts)_
11577
11662
 
11578
11663
  ## `codiac snapshot list`
11579
11664
 
@@ -11622,46 +11707,93 @@ EXAMPLES
11622
11707
  $ codiac snapshot list -e myEnterprise --silent
11623
11708
  ```
11624
11709
 
11625
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/snapshot/list.ts)_
11710
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/snapshot/list.ts)_
11711
+
11712
+ ## `codiac snapshot tag`
11713
+
11714
+ Adds a tag to a snapshot, creating the tag record if it does not already exist on that snapshot.
11715
+
11716
+ ```
11717
+ USAGE
11718
+ $ codiac snapshot tag [-h] [-e <value>] [-v <value>] [-t <value>] [--silent | --echo | --to-script]
11719
+
11720
+ FLAGS
11721
+ -e, --enterprise=<value> Code name of the enterprise containing the target snapshot.
11722
+ -h, --help Show CLI help.
11723
+ -t, --tag=<value> Name of the tag to add to the snapshot.
11724
+ -v, --version=<value> Version identifier of the snapshot to tag (e.g., 5CJRH7XB).
11725
+ --echo Renders the equivalent non-interactive command for future use before executing.
11726
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
11727
+ --to-script Renders the equivalent non-interactive command without executing it.
11728
+
11729
+ DESCRIPTION
11730
+ Adds a tag to a snapshot, creating the tag record if it does not already exist on that snapshot.
11731
+
11732
+ ALIASES
11733
+ $ codiac cluster stack tag
11734
+
11735
+ EXAMPLES
11736
+ Interactive — select a snapshot then enter a tag name.
11737
+
11738
+ $ codiac snapshot tag -e myEnterprise
11739
+
11740
+ Non-interactive (scripted).
11741
+
11742
+ $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --silent
11743
+
11744
+ Renders the equivalent silent command and then executes.
11745
+
11746
+ $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --echo
11747
+
11748
+ Renders the equivalent silent command without executing.
11749
+
11750
+ $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
11751
+ ```
11752
+
11753
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/snapshot/tag.ts)_
11626
11754
 
11627
- ## `codiac snapshot tags`
11755
+ ## `codiac snapshot untag`
11628
11756
 
11629
- manage snapshot version tags
11757
+ Removes a single tag from a snapshot.
11630
11758
 
11631
11759
  ```
11632
11760
  USAGE
11633
- $ codiac snapshot tags [-c <value>] [-d <value>] [-v <value>] [-t <value>] [--addTags <value> -s] [--removeTags
11634
- <value> ] [--toScript] [--to-script | | ] [--pageSize <value>]
11761
+ $ codiac snapshot untag [-h] [-e <value>] [-v <value>] [-t <value>] [--silent | --echo | --to-script]
11635
11762
 
11636
11763
  FLAGS
11637
- -c, --filterCabinets=<value>... Filter by cabinet
11638
- -d, --filterDates=<value>... Filter by exact date
11639
- -s, --silent Run in silent mode without interactive prompts
11640
- -t, --filterTags=<value>... Filter by tag
11641
- -v, --filterVersions=<value>... Filter by version
11642
- --addTags=<value>... Tags to add
11643
- --pageSize=<value> [default: 10] Number of records per page
11644
- --removeTags=<value>... Tags to remove
11645
- --to-script scripts interaction mode; renders the equivalent non-interactive cli command WITHOUT
11646
- any execution.
11647
- --toScript Generate script command without executing
11764
+ -e, --enterprise=<value> Code name of the enterprise containing the target snapshot.
11765
+ -h, --help Show CLI help.
11766
+ -t, --tag=<value> Name of the tag to remove from the snapshot.
11767
+ -v, --version=<value> Version identifier of the snapshot from which to remove a tag (e.g., 5CJRH7XB).
11768
+ --echo Renders the equivalent non-interactive command for future use before executing.
11769
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
11770
+ --to-script Renders the equivalent non-interactive command without executing it.
11648
11771
 
11649
11772
  DESCRIPTION
11650
- manage snapshot version tags
11773
+ Removes a single tag from a snapshot.
11774
+
11775
+ ALIASES
11776
+ $ codiac cluster stack untag
11651
11777
 
11652
11778
  EXAMPLES
11653
- $ codiac snapshot tags
11779
+ Interactive select a snapshot then select the tag to remove.
11654
11780
 
11655
- $ codiac snapshot tags --silent --addTags prod --addTags stable --filterVersions 10036A9Z --filterVersions 000000
11781
+ $ codiac snapshot untag -e myEnterprise
11656
11782
 
11657
- $ codiac snapshot tags --silent --removeTags deprecated --removeTags stable --filterCabinet west
11783
+ Non-interactive (scripted).
11658
11784
 
11659
- echo -n '{"filters":{"versions":["587JZ95N"]},"add":["tag1","tag2"]}' | codiac snapshot tags --silent --addTags tag3 --filterVersions 00000000
11785
+ $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --silent
11786
+
11787
+ Renders the equivalent silent command and then executes.
11788
+
11789
+ $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --echo
11790
+
11791
+ Renders the equivalent silent command without executing.
11660
11792
 
11661
- $ codiac snapshot tags --to-script --filterVersions 10036A9Z
11793
+ $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
11662
11794
  ```
11663
11795
 
11664
- _See code: [src/commands/snapshot/tags.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/snapshot/tags.ts)_
11796
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/snapshot/untag.ts)_
11665
11797
 
11666
11798
  ## `codiac stage [FILES]`
11667
11799
 
@@ -11683,7 +11815,7 @@ DESCRIPTION
11683
11815
  Flags files to be included in the next commit.
11684
11816
  ```
11685
11817
 
11686
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/stage.ts)_
11818
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/stage.ts)_
11687
11819
 
11688
11820
  ## `codiac stash [FILE]`
11689
11821
 
@@ -11705,7 +11837,7 @@ DESCRIPTION
11705
11837
  describe the command here
11706
11838
  ```
11707
11839
 
11708
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/stash.ts)_
11840
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/stash.ts)_
11709
11841
 
11710
11842
  ## `codiac status`
11711
11843
 
@@ -11724,7 +11856,7 @@ DESCRIPTION
11724
11856
  Shows the current uncommitted changes in the current branch.
11725
11857
  ```
11726
11858
 
11727
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/status.ts)_
11859
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/status.ts)_
11728
11860
 
11729
11861
  ## `codiac stop`
11730
11862
 
@@ -11742,7 +11874,7 @@ DESCRIPTION
11742
11874
  Stops the running container for this project
11743
11875
  ```
11744
11876
 
11745
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/stop.ts)_
11877
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/stop.ts)_
11746
11878
 
11747
11879
  ## `codiac switch [NAME]`
11748
11880
 
@@ -11762,7 +11894,7 @@ DESCRIPTION
11762
11894
  Changes branch on the main project and any sourced dependencies.
11763
11895
  ```
11764
11896
 
11765
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/switch.ts)_
11897
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/switch.ts)_
11766
11898
 
11767
11899
  ## `codiac sync [NAME]`
11768
11900
 
@@ -11787,7 +11919,7 @@ DESCRIPTION
11787
11919
  Merges the given branch into the current branch.
11788
11920
  ```
11789
11921
 
11790
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/sync.ts)_
11922
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/sync.ts)_
11791
11923
 
11792
11924
  ## `codiac tenant create [NAME]`
11793
11925
 
@@ -11830,7 +11962,7 @@ EXAMPLES
11830
11962
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
11831
11963
  ```
11832
11964
 
11833
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/tenant/create.ts)_
11965
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/tenant/create.ts)_
11834
11966
 
11835
11967
  ## `codiac tenant switch [CODE]`
11836
11968
 
@@ -11870,7 +12002,7 @@ EXAMPLES
11870
12002
  $ codiac tenant switch my-tenant-code --to-script
11871
12003
  ```
11872
12004
 
11873
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/tenant/switch.ts)_
12005
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/tenant/switch.ts)_
11874
12006
 
11875
12007
  ## `codiac token [TOKENNAME]`
11876
12008
 
@@ -11992,7 +12124,7 @@ DESCRIPTION
11992
12124
  Flags files to be included in the next commit.
11993
12125
  ```
11994
12126
 
11995
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/unstage.ts)_
12127
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/unstage.ts)_
11996
12128
 
11997
12129
  ## `codiac update [CHANNEL]`
11998
12130
 
@@ -12179,7 +12311,7 @@ EXAMPLES
12179
12311
  $ codiac whereami --to-script
12180
12312
  ```
12181
12313
 
12182
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/whereami.ts)_
12314
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/whereami.ts)_
12183
12315
 
12184
12316
  ## `codiac whoami`
12185
12317
 
@@ -12221,5 +12353,5 @@ EXAMPLES
12221
12353
  $ codiac whoami --to-script
12222
12354
  ```
12223
12355
 
12224
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.189/src/commands/whoami.ts)_
12356
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.190/src/commands/whoami.ts)_
12225
12357
  <!-- commandsstop -->