@codiac.io/codiac-cli 1.3.238 → 1.3.239

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.238 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.239 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -528,7 +528,7 @@ EXAMPLES
528
528
  $ codiac ai agent install -e ben -t hermes -c dev --to-script
529
529
  ```
530
530
 
531
- _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/ai/agent/install.ts)_
531
+ _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/ai/agent/install.ts)_
532
532
 
533
533
  ## `codiac asset create`
534
534
 
@@ -649,7 +649,7 @@ EXAMPLES
649
649
  $ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
650
650
  ```
651
651
 
652
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/create.ts)_
652
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/create.ts)_
653
653
 
654
654
  ## `codiac asset edit`
655
655
 
@@ -707,7 +707,7 @@ EXAMPLES
707
707
  $ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
708
708
  ```
709
709
 
710
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/edit.ts)_
710
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/edit.ts)_
711
711
 
712
712
  ## `codiac asset entrypoint`
713
713
 
@@ -828,7 +828,7 @@ EXAMPLES
828
828
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
829
829
  ```
830
830
 
831
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/entrypoint/delete.ts)_
831
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/entrypoint/delete.ts)_
832
832
 
833
833
  ## `codiac asset entrypoint set`
834
834
 
@@ -897,7 +897,7 @@ EXAMPLES
897
897
  --input=/backup/workflows'
898
898
  ```
899
899
 
900
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/entrypoint/set.ts)_
900
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/entrypoint/set.ts)_
901
901
 
902
902
  ## `codiac asset get [CMD]`
903
903
 
@@ -1004,7 +1004,7 @@ EXAMPLES
1004
1004
  $ codiac asset list -e myEnterprise --to-script
1005
1005
  ```
1006
1006
 
1007
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/list.ts)_
1007
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/list.ts)_
1008
1008
 
1009
1009
  ## `codiac asset mon [CMD]`
1010
1010
 
@@ -1263,7 +1263,7 @@ EXAMPLES
1263
1263
  $ codiac asset obliterate -e main -n my-api
1264
1264
  ```
1265
1265
 
1266
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/obliterate.ts)_
1266
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/obliterate.ts)_
1267
1267
 
1268
1268
  ## `codiac asset probe create [CMD]`
1269
1269
 
@@ -1353,7 +1353,7 @@ EXAMPLES
1353
1353
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1354
1354
  ```
1355
1355
 
1356
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/probe/create.ts)_
1356
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/probe/create.ts)_
1357
1357
 
1358
1358
  ## `codiac asset probe delete`
1359
1359
 
@@ -1408,7 +1408,7 @@ EXAMPLES
1408
1408
  $ codiac asset probe delete
1409
1409
  ```
1410
1410
 
1411
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/probe/delete.ts)_
1411
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/probe/delete.ts)_
1412
1412
 
1413
1413
  ## `codiac asset probe list`
1414
1414
 
@@ -1460,7 +1460,7 @@ EXAMPLES
1460
1460
  $ codiac asset probe list
1461
1461
  ```
1462
1462
 
1463
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/probe/list.ts)_
1463
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/probe/list.ts)_
1464
1464
 
1465
1465
  ## `codiac asset recycle`
1466
1466
 
@@ -1500,7 +1500,7 @@ DESCRIPTION
1500
1500
  Deploys a given asset to a given cabinet. Defaults to current version.
1501
1501
  ```
1502
1502
 
1503
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/recycle.ts)_
1503
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/recycle.ts)_
1504
1504
 
1505
1505
  ## `codiac asset undeploy`
1506
1506
 
@@ -1544,7 +1544,7 @@ EXAMPLES
1544
1544
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1545
1545
  ```
1546
1546
 
1547
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/undeploy.ts)_
1547
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/undeploy.ts)_
1548
1548
 
1549
1549
  ## `codiac asset view [CMD]`
1550
1550
 
@@ -1599,7 +1599,7 @@ ALIASES
1599
1599
  $ codiac asset get
1600
1600
  ```
1601
1601
 
1602
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/view.ts)_
1602
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/view.ts)_
1603
1603
 
1604
1604
  ## `codiac asset vol add [MOUNTPATH]`
1605
1605
 
@@ -1870,7 +1870,7 @@ ALIASES
1870
1870
  $ codiac asset volume add
1871
1871
  ```
1872
1872
 
1873
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/volume/create.ts)_
1873
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/volume/create.ts)_
1874
1874
 
1875
1875
  ## `codiac asset volume del`
1876
1876
 
@@ -1958,7 +1958,7 @@ EXAMPLES
1958
1958
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
1959
1959
  ```
1960
1960
 
1961
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/volume/delete.ts)_
1961
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/volume/delete.ts)_
1962
1962
 
1963
1963
  ## `codiac asset volume list`
1964
1964
 
@@ -2007,7 +2007,7 @@ EXAMPLES
2007
2007
  $ codiac asset volume list -e myEnterprise --silent
2008
2008
  ```
2009
2009
 
2010
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/volume/list.ts)_
2010
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/volume/list.ts)_
2011
2011
 
2012
2012
  ## `codiac asset volumes del`
2013
2013
 
@@ -2174,7 +2174,7 @@ EXAMPLES
2174
2174
  $ codiac asset where -e main -a my-api --silent
2175
2175
  ```
2176
2176
 
2177
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/asset/where.ts)_
2177
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/asset/where.ts)_
2178
2178
 
2179
2179
  ## `codiac auth cab allow`
2180
2180
 
@@ -2336,7 +2336,7 @@ EXAMPLES
2336
2336
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2337
2337
  ```
2338
2338
 
2339
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/cabinet/allow.ts)_
2339
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/cabinet/allow.ts)_
2340
2340
 
2341
2341
  ## `codiac auth cabinet allowed`
2342
2342
 
@@ -2384,7 +2384,7 @@ EXAMPLES
2384
2384
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2385
2385
  ```
2386
2386
 
2387
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/cabinet/allowed.ts)_
2387
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/cabinet/allowed.ts)_
2388
2388
 
2389
2389
  ## `codiac auth ent allow`
2390
2390
 
@@ -2575,7 +2575,7 @@ EXAMPLES
2575
2575
  $ codiac auth enterprise allow -r deployer -p none
2576
2576
  ```
2577
2577
 
2578
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/enterprise/allow.ts)_
2578
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/enterprise/allow.ts)_
2579
2579
 
2580
2580
  ## `codiac auth enterprise allow onEnvironments`
2581
2581
 
@@ -2629,7 +2629,7 @@ EXAMPLES
2629
2629
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2630
2630
  ```
2631
2631
 
2632
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2632
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2633
2633
 
2634
2634
  ## `codiac auth enterprise allowed`
2635
2635
 
@@ -2670,7 +2670,7 @@ EXAMPLES
2670
2670
  $ codiac auth enterprise allowed --enterprise modeling
2671
2671
  ```
2672
2672
 
2673
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/enterprise/allowed.ts)_
2673
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/enterprise/allowed.ts)_
2674
2674
 
2675
2675
  ## `codiac auth env allowed`
2676
2676
 
@@ -2877,7 +2877,7 @@ EXAMPLES
2877
2877
  $ codiac auth environment allow -e qa -r productmanager -p read
2878
2878
  ```
2879
2879
 
2880
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/environment/allow.ts)_
2880
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/environment/allow.ts)_
2881
2881
 
2882
2882
  ## `codiac auth environment allow onCabinets`
2883
2883
 
@@ -2934,7 +2934,7 @@ EXAMPLES
2934
2934
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
2935
2935
  ```
2936
2936
 
2937
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/environment/allow/onCabinets.ts)_
2937
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/environment/allow/onCabinets.ts)_
2938
2938
 
2939
2939
  ## `codiac auth environment allowed`
2940
2940
 
@@ -2979,7 +2979,7 @@ EXAMPLES
2979
2979
  $ codiac auth environment allowed --enterprise modeling -e dev
2980
2980
  ```
2981
2981
 
2982
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/environment/allowed.ts)_
2982
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/environment/allowed.ts)_
2983
2983
 
2984
2984
  ## `codiac auth register`
2985
2985
 
@@ -3025,7 +3025,7 @@ EXAMPLES
3025
3025
  $ codiac auth register
3026
3026
  ```
3027
3027
 
3028
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/register.ts)_
3028
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/register.ts)_
3029
3029
 
3030
3030
  ## `codiac auth role allowed [NAME]`
3031
3031
 
@@ -3072,7 +3072,7 @@ EXAMPLES
3072
3072
  $ codiac auth role allowed -n deployer -e main
3073
3073
  ```
3074
3074
 
3075
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/allowed.ts)_
3075
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/allowed.ts)_
3076
3076
 
3077
3077
  ## `codiac auth role assign`
3078
3078
 
@@ -3104,7 +3104,7 @@ EXAMPLES
3104
3104
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3105
3105
  ```
3106
3106
 
3107
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/assign.ts)_
3107
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/assign.ts)_
3108
3108
 
3109
3109
  ## `codiac auth role create [NAME]`
3110
3110
 
@@ -3137,7 +3137,7 @@ EXAMPLES
3137
3137
  $ codiac auth role create -n deployer
3138
3138
  ```
3139
3139
 
3140
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/create.ts)_
3140
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/create.ts)_
3141
3141
 
3142
3142
  ## `codiac auth role delete [NAME]`
3143
3143
 
@@ -3173,7 +3173,7 @@ EXAMPLES
3173
3173
  $ codiac auth role delete --id abc123def456
3174
3174
  ```
3175
3175
 
3176
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/delete.ts)_
3176
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/delete.ts)_
3177
3177
 
3178
3178
  ## `codiac auth role list`
3179
3179
 
@@ -3209,7 +3209,7 @@ EXAMPLES
3209
3209
  $ codiac auth role list -o yaml > roles.yaml
3210
3210
  ```
3211
3211
 
3212
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/list.ts)_
3212
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/list.ts)_
3213
3213
 
3214
3214
  ## `codiac auth role unassign`
3215
3215
 
@@ -3241,7 +3241,7 @@ EXAMPLES
3241
3241
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3242
3242
  ```
3243
3243
 
3244
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/role/unassign.ts)_
3244
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/role/unassign.ts)_
3245
3245
 
3246
3246
  ## `codiac auth user invite`
3247
3247
 
@@ -3281,7 +3281,7 @@ EXAMPLES
3281
3281
  $ codiac auth user invite
3282
3282
  ```
3283
3283
 
3284
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/user/invite.ts)_
3284
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/user/invite.ts)_
3285
3285
 
3286
3286
  ## `codiac auth user list`
3287
3287
 
@@ -3317,7 +3317,7 @@ EXAMPLES
3317
3317
  $ codiac auth user list -o yaml > users.yaml
3318
3318
  ```
3319
3319
 
3320
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/auth/user/list.ts)_
3320
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/auth/user/list.ts)_
3321
3321
 
3322
3322
  ## `codiac autocomplete [SHELL]`
3323
3323
 
@@ -3367,7 +3367,7 @@ DESCRIPTION
3367
3367
  Creates a new branch for the parent project and any sourced dependencies.
3368
3368
  ```
3369
3369
 
3370
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/branch.ts)_
3370
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/branch.ts)_
3371
3371
 
3372
3372
  ## `codiac branch current`
3373
3373
 
@@ -3387,7 +3387,7 @@ ALIASES
3387
3387
  $ codiac branches current
3388
3388
  ```
3389
3389
 
3390
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/branch/current.ts)_
3390
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/branch/current.ts)_
3391
3391
 
3392
3392
  ## `codiac branch list`
3393
3393
 
@@ -3409,7 +3409,7 @@ ALIASES
3409
3409
  $ codiac branches list
3410
3410
  ```
3411
3411
 
3412
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/branch/list.ts)_
3412
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/branch/list.ts)_
3413
3413
 
3414
3414
  ## `codiac branches current`
3415
3415
 
@@ -3499,7 +3499,7 @@ DESCRIPTION
3499
3499
  Builds the project and the docker container
3500
3500
  ```
3501
3501
 
3502
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/build.ts)_
3502
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/build.ts)_
3503
3503
 
3504
3504
  ## `codiac cab attach`
3505
3505
 
@@ -4248,7 +4248,7 @@ EXAMPLES
4248
4248
  prod-cluster-1 --to-script
4249
4249
  ```
4250
4250
 
4251
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/cluster/attach.ts)_
4251
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/cluster/attach.ts)_
4252
4252
 
4253
4253
  ## `codiac cabinet contents`
4254
4254
 
@@ -4292,7 +4292,7 @@ EXAMPLES
4292
4292
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4293
4293
  ```
4294
4294
 
4295
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/contents.ts)_
4295
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/contents.ts)_
4296
4296
 
4297
4297
  ## `codiac cabinet create [CABINET]`
4298
4298
 
@@ -4359,7 +4359,7 @@ EXAMPLES
4359
4359
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4360
4360
  ```
4361
4361
 
4362
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/create.ts)_
4362
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/create.ts)_
4363
4363
 
4364
4364
  ## `codiac cabinet define [CABINET]`
4365
4365
 
@@ -4421,7 +4421,7 @@ EXAMPLES
4421
4421
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4422
4422
  ```
4423
4423
 
4424
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/define.ts)_
4424
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/define.ts)_
4425
4425
 
4426
4426
  ## `codiac cabinet destroy [CABINET]`
4427
4427
 
@@ -4479,7 +4479,7 @@ EXAMPLES
4479
4479
  --environment dev --silent
4480
4480
  ```
4481
4481
 
4482
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/destroy.ts)_
4482
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/destroy.ts)_
4483
4483
 
4484
4484
  ## `codiac cabinet detach [CABINET]`
4485
4485
 
@@ -4536,7 +4536,7 @@ EXAMPLES
4536
4536
  main --environment dev
4537
4537
  ```
4538
4538
 
4539
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/detach.ts)_
4539
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/detach.ts)_
4540
4540
 
4541
4541
  ## `codiac cabinet forget [CABINET]`
4542
4542
 
@@ -4591,7 +4591,7 @@ EXAMPLES
4591
4591
  $ codiac cabinet forget --to-script
4592
4592
  ```
4593
4593
 
4594
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/forget.ts)_
4594
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/forget.ts)_
4595
4595
 
4596
4596
  ## `codiac cabinet list`
4597
4597
 
@@ -4642,7 +4642,7 @@ EXAMPLES
4642
4642
  $ codiac cabinet list -e myEnterprise --silent
4643
4643
  ```
4644
4644
 
4645
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/list.ts)_
4645
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/list.ts)_
4646
4646
 
4647
4647
  ## `codiac cabinet obliterate [CABINET]`
4648
4648
 
@@ -4684,7 +4684,7 @@ ALIASES
4684
4684
  $ codiac infrx cab obliterate
4685
4685
  ```
4686
4686
 
4687
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/obliterate.ts)_
4687
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/obliterate.ts)_
4688
4688
 
4689
4689
  ## `codiac cabinet restore`
4690
4690
 
@@ -4751,7 +4751,7 @@ EXAMPLES
4751
4751
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
4752
4752
  ```
4753
4753
 
4754
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cabinet/restore.ts)_
4754
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cabinet/restore.ts)_
4755
4755
 
4756
4756
  ## `codiac cfg add`
4757
4757
 
@@ -5038,7 +5038,7 @@ DESCRIPTION
5038
5038
  Applies settings to the Codiac CLI itself (scoped to the local machine).
5039
5039
  ```
5040
5040
 
5041
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cli.ts)_
5041
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cli.ts)_
5042
5042
 
5043
5043
  ## `codiac cluster agent configure [CLUSTER]`
5044
5044
 
@@ -5106,7 +5106,7 @@ EXAMPLES
5106
5106
  $ codiac cluster agent configure my-cluster --to-script
5107
5107
  ```
5108
5108
 
5109
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/agent/configure.ts)_
5109
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/agent/configure.ts)_
5110
5110
 
5111
5111
  ## `codiac cluster agent install [CLUSTER]`
5112
5112
 
@@ -5162,7 +5162,7 @@ EXAMPLES
5162
5162
  $ codiac cluster agent install my-cluster --to-script
5163
5163
  ```
5164
5164
 
5165
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/agent/install.ts)_
5165
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/agent/install.ts)_
5166
5166
 
5167
5167
  ## `codiac cluster agent uninstall [CLUSTER]`
5168
5168
 
@@ -5210,7 +5210,7 @@ EXAMPLES
5210
5210
  $ codiac cluster agent uninstall my-cluster --to-script
5211
5211
  ```
5212
5212
 
5213
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/agent/uninstall.ts)_
5213
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/agent/uninstall.ts)_
5214
5214
 
5215
5215
  ## `codiac cluster bootstrap [NAME]`
5216
5216
 
@@ -5273,7 +5273,7 @@ EXAMPLES
5273
5273
  $ codiac cluster bootstrap my-cluster --to-script
5274
5274
  ```
5275
5275
 
5276
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/bootstrap.ts)_
5276
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/bootstrap.ts)_
5277
5277
 
5278
5278
  ## `codiac cluster capture`
5279
5279
 
@@ -5358,7 +5358,7 @@ EXAMPLES
5358
5358
  $ codiac cluster connect my-fav-cluster
5359
5359
  ```
5360
5360
 
5361
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/connect.ts)_
5361
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/connect.ts)_
5362
5362
 
5363
5363
  ## `codiac cluster contents`
5364
5364
 
@@ -6023,7 +6023,7 @@ EXAMPLES
6023
6023
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
6024
6024
  ```
6025
6025
 
6026
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/install.ts)_
6026
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/install.ts)_
6027
6027
 
6028
6028
  ## `codiac cluster journal [CLUSTER]`
6029
6029
 
@@ -6312,7 +6312,7 @@ EXAMPLES
6312
6312
  $ codiac cluster stack capture my-fav-cluster
6313
6313
  ```
6314
6314
 
6315
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/stack/capture.ts)_
6315
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/stack/capture.ts)_
6316
6316
 
6317
6317
  ## `codiac cluster stack install [CLUSTER]`
6318
6318
 
@@ -6364,7 +6364,7 @@ EXAMPLES
6364
6364
  $ codiac cluster stack install my-cluster --to-script
6365
6365
  ```
6366
6366
 
6367
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/stack/install.ts)_
6367
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/stack/install.ts)_
6368
6368
 
6369
6369
  ## `codiac cluster stack list`
6370
6370
 
@@ -6530,7 +6530,7 @@ EXAMPLES
6530
6530
  $ codiac cluster start my-fav-cluster
6531
6531
  ```
6532
6532
 
6533
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/start.ts)_
6533
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/start.ts)_
6534
6534
 
6535
6535
  ## `codiac cluster stop [CLUSTER]`
6536
6536
 
@@ -6567,7 +6567,7 @@ EXAMPLES
6567
6567
  $ codiac cluster start my-fav-cluster
6568
6568
  ```
6569
6569
 
6570
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/cluster/stop.ts)_
6570
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/cluster/stop.ts)_
6571
6571
 
6572
6572
  ## `codiac cluster uninstall`
6573
6573
 
@@ -6629,7 +6629,7 @@ DESCRIPTION
6629
6629
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6630
6630
  ```
6631
6631
 
6632
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/commit.ts)_
6632
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/commit.ts)_
6633
6633
 
6634
6634
  ## `codiac config add`
6635
6635
 
@@ -6769,7 +6769,7 @@ EXAMPLES
6769
6769
  --escape-expressions
6770
6770
  ```
6771
6771
 
6772
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/add.ts)_
6772
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/add.ts)_
6773
6773
 
6774
6774
  ## `codiac config delete [SETTING]`
6775
6775
 
@@ -6838,7 +6838,7 @@ ALIASES
6838
6838
  $ codiac cfg delete
6839
6839
  ```
6840
6840
 
6841
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/delete.ts)_
6841
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/delete.ts)_
6842
6842
 
6843
6843
  ## `codiac config deploy`
6844
6844
 
@@ -6879,7 +6879,7 @@ EXAMPLES
6879
6879
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
6880
6880
  ```
6881
6881
 
6882
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/deploy.ts)_
6882
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/deploy.ts)_
6883
6883
 
6884
6884
  ## `codiac config import`
6885
6885
 
@@ -6940,7 +6940,7 @@ EXAMPLES
6940
6940
  $ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
6941
6941
  ```
6942
6942
 
6943
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/import.ts)_
6943
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/import.ts)_
6944
6944
 
6945
6945
  ## `codiac config preview [SETTING]`
6946
6946
 
@@ -7211,7 +7211,7 @@ DESCRIPTION
7211
7211
  Shows the list of clusters.
7212
7212
  ```
7213
7213
 
7214
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/settings/get.ts)_
7214
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/settings/get.ts)_
7215
7215
 
7216
7216
  ## `codiac config view [SETTING]`
7217
7217
 
@@ -7276,7 +7276,7 @@ EXAMPLES
7276
7276
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7277
7277
  ```
7278
7278
 
7279
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/config/view.ts)_
7279
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/config/view.ts)_
7280
7280
 
7281
7281
  ## `codiac csp creds list`
7282
7282
 
@@ -7324,7 +7324,7 @@ EXAMPLES
7324
7324
  $ codiac csp creds list
7325
7325
  ```
7326
7326
 
7327
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/csp/creds/list.ts)_
7327
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/csp/creds/list.ts)_
7328
7328
 
7329
7329
  ## `codiac csp login [PROVIDER]`
7330
7330
 
@@ -7402,7 +7402,7 @@ EXAMPLES
7402
7402
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7403
7403
  ```
7404
7404
 
7405
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/csp/login.ts)_
7405
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/csp/login.ts)_
7406
7406
 
7407
7407
  ## `codiac csp logout [PROVIDER]`
7408
7408
 
@@ -7449,7 +7449,7 @@ EXAMPLES
7449
7449
  $ codiac csp logout azure --to-script
7450
7450
  ```
7451
7451
 
7452
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/csp/logout.ts)_
7452
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/csp/logout.ts)_
7453
7453
 
7454
7454
  ## `codiac dep [NAME]`
7455
7455
 
@@ -7470,7 +7470,7 @@ DESCRIPTION
7470
7470
  Installs a package into current project.
7471
7471
  ```
7472
7472
 
7473
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep.ts)_
7473
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep.ts)_
7474
7474
 
7475
7475
  ## `codiac dep create [URL]`
7476
7476
 
@@ -7494,7 +7494,7 @@ DESCRIPTION
7494
7494
  package version is used.
7495
7495
  ```
7496
7496
 
7497
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/create.ts)_
7497
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/create.ts)_
7498
7498
 
7499
7499
  ## `codiac dep install`
7500
7500
 
@@ -7511,7 +7511,7 @@ DESCRIPTION
7511
7511
  installs any missing dependency packages into the local project folder.
7512
7512
  ```
7513
7513
 
7514
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/install.ts)_
7514
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/install.ts)_
7515
7515
 
7516
7516
  ## `codiac dep list`
7517
7517
 
@@ -7528,7 +7528,7 @@ DESCRIPTION
7528
7528
  Shows the dependencies for the project.
7529
7529
  ```
7530
7530
 
7531
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/list.ts)_
7531
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/list.ts)_
7532
7532
 
7533
7533
  ## `codiac dep remove [NAME]`
7534
7534
 
@@ -7551,7 +7551,7 @@ DESCRIPTION
7551
7551
  Removes a dependency from the project.
7552
7552
  ```
7553
7553
 
7554
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/remove.ts)_
7554
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/remove.ts)_
7555
7555
 
7556
7556
  ## `codiac dep source [NAME]`
7557
7557
 
@@ -7577,7 +7577,7 @@ ALIASES
7577
7577
  $ codiac dep src
7578
7578
  ```
7579
7579
 
7580
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/source.ts)_
7580
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/source.ts)_
7581
7581
 
7582
7582
  ## `codiac dep src [NAME]`
7583
7583
 
@@ -7621,7 +7621,7 @@ DESCRIPTION
7621
7621
  Publishes the dependency in its current state and upgrades to it in the main project.
7622
7622
  ```
7623
7623
 
7624
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/syncup.ts)_
7624
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/syncup.ts)_
7625
7625
 
7626
7626
  ## `codiac dep unsource [NAME]`
7627
7627
 
@@ -7649,7 +7649,7 @@ ALIASES
7649
7649
  $ codiac dep unsrc
7650
7650
  ```
7651
7651
 
7652
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/unsource.ts)_
7652
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/unsource.ts)_
7653
7653
 
7654
7654
  ## `codiac dep unsrc [NAME]`
7655
7655
 
@@ -7696,7 +7696,7 @@ DESCRIPTION
7696
7696
  describe the command here
7697
7697
  ```
7698
7698
 
7699
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/dep/upgrade.ts)_
7699
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/dep/upgrade.ts)_
7700
7700
 
7701
7701
  ## `codiac deploy`
7702
7702
 
@@ -7749,7 +7749,7 @@ EXAMPLES
7749
7749
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
7750
7750
  ```
7751
7751
 
7752
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/deploy.ts)_
7752
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/deploy.ts)_
7753
7753
 
7754
7754
  ## `codiac domain map [DOMAIN]`
7755
7755
 
@@ -7905,7 +7905,7 @@ EXAMPLES
7905
7905
  cod enterprise create my-enterprise-code --silent
7906
7906
  ```
7907
7907
 
7908
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/enterprise/create.ts)_
7908
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/enterprise/create.ts)_
7909
7909
 
7910
7910
  ## `codiac enterprise list`
7911
7911
 
@@ -7960,7 +7960,7 @@ EXAMPLES
7960
7960
  $ codiac enterprise list --to-script
7961
7961
  ```
7962
7962
 
7963
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/enterprise/list.ts)_
7963
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/enterprise/list.ts)_
7964
7964
 
7965
7965
  ## `codiac env add [SETTING]`
7966
7966
 
@@ -8010,7 +8010,7 @@ EXAMPLES
8010
8010
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
8011
8011
  ```
8012
8012
 
8013
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/env/add.ts)_
8013
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/env/add.ts)_
8014
8014
 
8015
8015
  ## `codiac enviro cluster attach`
8016
8016
 
@@ -8313,7 +8313,7 @@ ALIASES
8313
8313
  $ codiac infrx enviro cluster attach
8314
8314
  ```
8315
8315
 
8316
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/environment/cluster/attach.ts)_
8316
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/environment/cluster/attach.ts)_
8317
8317
 
8318
8318
  ## `codiac environment cluster detach`
8319
8319
 
@@ -8359,7 +8359,7 @@ ALIASES
8359
8359
  $ codiac infrx enviro cluster detach
8360
8360
  ```
8361
8361
 
8362
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/environment/cluster/detach.ts)_
8362
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/environment/cluster/detach.ts)_
8363
8363
 
8364
8364
  ## `codiac environment create [NAME]`
8365
8365
 
@@ -8422,7 +8422,7 @@ EXAMPLES
8422
8422
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8423
8423
  ```
8424
8424
 
8425
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/environment/create.ts)_
8425
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/environment/create.ts)_
8426
8426
 
8427
8427
  ## `codiac environment delete [NAME]`
8428
8428
 
@@ -8483,7 +8483,7 @@ EXAMPLES
8483
8483
  $ codiac environment delete dev --enterprise main --to-script
8484
8484
  ```
8485
8485
 
8486
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/environment/delete.ts)_
8486
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/environment/delete.ts)_
8487
8487
 
8488
8488
  ## `codiac environment list`
8489
8489
 
@@ -8534,7 +8534,7 @@ EXAMPLES
8534
8534
  $ codiac environment list -e myEnterprise --silent
8535
8535
  ```
8536
8536
 
8537
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/environment/list.ts)_
8537
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/environment/list.ts)_
8538
8538
 
8539
8539
  ## `codiac fileshare capture`
8540
8540
 
@@ -8618,7 +8618,7 @@ ALIASES
8618
8618
  $ codiac fileshare capture
8619
8619
  ```
8620
8620
 
8621
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/filestore/capture.ts)_
8621
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/filestore/capture.ts)_
8622
8622
 
8623
8623
  ## `codiac filestore forget`
8624
8624
 
@@ -8665,7 +8665,7 @@ EXAMPLES
8665
8665
  $ codiac filestore forget
8666
8666
  ```
8667
8667
 
8668
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/filestore/forget.ts)_
8668
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/filestore/forget.ts)_
8669
8669
 
8670
8670
  ## `codiac filestore list`
8671
8671
 
@@ -8711,7 +8711,7 @@ EXAMPLES
8711
8711
  $ codiac filestore list
8712
8712
  ```
8713
8713
 
8714
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/filestore/list.ts)_
8714
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/filestore/list.ts)_
8715
8715
 
8716
8716
  ## `codiac help [COMMANDS]`
8717
8717
 
@@ -8797,7 +8797,7 @@ EXAMPLES
8797
8797
  $ codiac host delete
8798
8798
  ```
8799
8799
 
8800
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/host/delete.ts)_
8800
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/host/delete.ts)_
8801
8801
 
8802
8802
  ## `codiac host list [DOMAIN]`
8803
8803
 
@@ -8841,7 +8841,7 @@ EXAMPLES
8841
8841
  $ codiac host list
8842
8842
  ```
8843
8843
 
8844
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/host/list.ts)_
8844
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/host/list.ts)_
8845
8845
 
8846
8846
  ## `codiac host map [DOMAIN]`
8847
8847
 
@@ -8895,7 +8895,7 @@ EXAMPLES
8895
8895
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
8896
8896
  ```
8897
8897
 
8898
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/host/map.ts)_
8898
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/host/map.ts)_
8899
8899
 
8900
8900
  ## `codiac host view [DOMAIN]`
8901
8901
 
@@ -8940,7 +8940,7 @@ EXAMPLES
8940
8940
  $ codiac host view
8941
8941
  ```
8942
8942
 
8943
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/host/view.ts)_
8943
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/host/view.ts)_
8944
8944
 
8945
8945
  ## `codiac identify [TOKENNAME]`
8946
8946
 
@@ -9012,7 +9012,7 @@ ALIASES
9012
9012
  $ codiac token
9013
9013
  ```
9014
9014
 
9015
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/identity.ts)_
9015
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/identity.ts)_
9016
9016
 
9017
9017
  ## `codiac identity delete [NAME]`
9018
9018
 
@@ -9037,7 +9037,7 @@ ALIASES
9037
9037
  $ codiac token remove
9038
9038
  ```
9039
9039
 
9040
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/identity/delete.ts)_
9040
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/identity/delete.ts)_
9041
9041
 
9042
9042
  ## `codiac identity list`
9043
9043
 
@@ -9059,7 +9059,7 @@ ALIASES
9059
9059
  $ codiac token list
9060
9060
  ```
9061
9061
 
9062
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/identity/list.ts)_
9062
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/identity/list.ts)_
9063
9063
 
9064
9064
  ## `codiac identity remove [NAME]`
9065
9065
 
@@ -9382,7 +9382,7 @@ DESCRIPTION
9382
9382
  Saves a reference to an existing container registry.
9383
9383
  ```
9384
9384
 
9385
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/imageRegistry/capture.ts)_
9385
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/imageRegistry/capture.ts)_
9386
9386
 
9387
9387
  ## `codiac imageRegistry forget`
9388
9388
 
@@ -9403,7 +9403,7 @@ DESCRIPTION
9403
9403
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
9404
9404
  ```
9405
9405
 
9406
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/imageRegistry/forget.ts)_
9406
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/imageRegistry/forget.ts)_
9407
9407
 
9408
9408
  ## `codiac imageRegistry list`
9409
9409
 
@@ -9445,7 +9445,7 @@ EXAMPLES
9445
9445
  $ codiac imageRegistry list -o yaml > registries.yaml
9446
9446
  ```
9447
9447
 
9448
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/imageRegistry/list.ts)_
9448
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/imageRegistry/list.ts)_
9449
9449
 
9450
9450
  ## `codiac imageRegistry pullSecret set`
9451
9451
 
@@ -9481,7 +9481,7 @@ ALIASES
9481
9481
  $ codiac pullsecret
9482
9482
  ```
9483
9483
 
9484
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/imageRegistry/pullSecret/set.ts)_
9484
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/imageRegistry/pullSecret/set.ts)_
9485
9485
 
9486
9486
  ## `codiac imageRegistry pullSecret unset`
9487
9487
 
@@ -9508,7 +9508,7 @@ ALIASES
9508
9508
  $ codiac pullsecret unset
9509
9509
  ```
9510
9510
 
9511
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/imageRegistry/pullSecret/unset.ts)_
9511
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/imageRegistry/pullSecret/unset.ts)_
9512
9512
 
9513
9513
  ## `codiac images add [IMAGENAME]`
9514
9514
 
@@ -9569,7 +9569,7 @@ EXAMPLES
9569
9569
  $ codiac images add your-company/your-image --to-script
9570
9570
  ```
9571
9571
 
9572
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/add.ts)_
9572
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/add.ts)_
9573
9573
 
9574
9574
  ## `codiac images list`
9575
9575
 
@@ -9592,7 +9592,7 @@ ALIASES
9592
9592
  $ codiac img list
9593
9593
  ```
9594
9594
 
9595
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/list.ts)_
9595
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/list.ts)_
9596
9596
 
9597
9597
  ## `codiac images patch IMAGENAME`
9598
9598
 
@@ -9622,7 +9622,7 @@ ALIASES
9622
9622
  $ codiac img patch
9623
9623
  ```
9624
9624
 
9625
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/patch.ts)_
9625
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/patch.ts)_
9626
9626
 
9627
9627
  ## `codiac images remove IMAGENAME`
9628
9628
 
@@ -9648,7 +9648,7 @@ ALIASES
9648
9648
  $ codiac img delete
9649
9649
  ```
9650
9650
 
9651
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/remove.ts)_
9651
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/remove.ts)_
9652
9652
 
9653
9653
  ## `codiac images version NAME`
9654
9654
 
@@ -9674,7 +9674,7 @@ ALIASES
9674
9674
  $ codiac img version get
9675
9675
  ```
9676
9676
 
9677
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/version.ts)_
9677
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/version.ts)_
9678
9678
 
9679
9679
  ## `codiac images version bump NAME`
9680
9680
 
@@ -9707,7 +9707,7 @@ ALIASES
9707
9707
  $ codiac img version bump
9708
9708
  ```
9709
9709
 
9710
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/images/version/bump.ts)_
9710
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/images/version/bump.ts)_
9711
9711
 
9712
9712
  ## `codiac img [IMAGENAME]`
9713
9713
 
@@ -10023,7 +10023,7 @@ EXAMPLES
10023
10023
  $ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
10024
10024
  ```
10025
10025
 
10026
- _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/import/cluster.ts)_
10026
+ _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/import/cluster.ts)_
10027
10027
 
10028
10028
  ## `codiac infrx cab create [CABINET]`
10029
10029
 
@@ -10868,7 +10868,7 @@ DESCRIPTION
10868
10868
  Declares the given folder as a project root
10869
10869
  ```
10870
10870
 
10871
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/init.ts)_
10871
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/init.ts)_
10872
10872
 
10873
10873
  ## `codiac kit create`
10874
10874
 
@@ -10911,7 +10911,7 @@ EXAMPLES
10911
10911
  $ codiac kit create -e myEnterprise -a myApi --to-script
10912
10912
  ```
10913
10913
 
10914
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/kit/create.ts)_
10914
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/kit/create.ts)_
10915
10915
 
10916
10916
  ## `codiac login`
10917
10917
 
@@ -10970,7 +10970,7 @@ EXAMPLES
10970
10970
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
10971
10971
  ```
10972
10972
 
10973
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/login.ts)_
10973
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/login.ts)_
10974
10974
 
10975
10975
  ## `codiac logout`
10976
10976
 
@@ -11003,7 +11003,7 @@ EXAMPLES
11003
11003
  $ codiac logout --to-script
11004
11004
  ```
11005
11005
 
11006
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/logout.ts)_
11006
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/logout.ts)_
11007
11007
 
11008
11008
  ## `codiac merge [BRANCH]`
11009
11009
 
@@ -11024,7 +11024,7 @@ DESCRIPTION
11024
11024
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
11025
11025
  ```
11026
11026
 
11027
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/merge.ts)_
11027
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/merge.ts)_
11028
11028
 
11029
11029
  ## `codiac noc cluster capture`
11030
11030
 
@@ -11076,7 +11076,7 @@ EXAMPLES
11076
11076
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
11077
11077
  ```
11078
11078
 
11079
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/capture.ts)_
11079
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/capture.ts)_
11080
11080
 
11081
11081
  ## `codiac noc cluster create [NAME]`
11082
11082
 
@@ -11166,7 +11166,7 @@ FLAG DESCRIPTIONS
11166
11166
  initialization is always skipped in that mode.
11167
11167
  ```
11168
11168
 
11169
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/create.ts)_
11169
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/create.ts)_
11170
11170
 
11171
11171
  ## `codiac noc cluster credentials-set [NAME]`
11172
11172
 
@@ -11221,7 +11221,7 @@ EXAMPLES
11221
11221
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11222
11222
  ```
11223
11223
 
11224
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/credentials-set.ts)_
11224
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/credentials-set.ts)_
11225
11225
 
11226
11226
  ## `codiac noc cluster define [NAME]`
11227
11227
 
@@ -11295,7 +11295,7 @@ EXAMPLES
11295
11295
  $ codiac noc cluster define my-cluster --to-script
11296
11296
  ```
11297
11297
 
11298
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/define.ts)_
11298
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/define.ts)_
11299
11299
 
11300
11300
  ## `codiac noc cluster deinit`
11301
11301
 
@@ -11335,7 +11335,7 @@ EXAMPLES
11335
11335
  $ codiac noc cluster deinit -n my-cluster --to-script
11336
11336
  ```
11337
11337
 
11338
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/deinit.ts)_
11338
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/deinit.ts)_
11339
11339
 
11340
11340
  ## `codiac noc cluster destroy [NAME]`
11341
11341
 
@@ -11369,7 +11369,7 @@ ALIASES
11369
11369
  $ codiac cluster destroy
11370
11370
  ```
11371
11371
 
11372
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/destroy.ts)_
11372
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/destroy.ts)_
11373
11373
 
11374
11374
  ## `codiac noc cluster forget`
11375
11375
 
@@ -11420,7 +11420,7 @@ EXAMPLES
11420
11420
  $ codiac noc cluster forget --running
11421
11421
  ```
11422
11422
 
11423
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/forget.ts)_
11423
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/forget.ts)_
11424
11424
 
11425
11425
  ## `codiac noc cluster grant`
11426
11426
 
@@ -11458,7 +11458,7 @@ EXAMPLES
11458
11458
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
11459
11459
  ```
11460
11460
 
11461
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/grant.ts)_
11461
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/grant.ts)_
11462
11462
 
11463
11463
  ## `codiac noc cluster init`
11464
11464
 
@@ -11504,7 +11504,7 @@ EXAMPLES
11504
11504
  $ codiac noc cluster init -n my-cluster --to-script
11505
11505
  ```
11506
11506
 
11507
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/init.ts)_
11507
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/init.ts)_
11508
11508
 
11509
11509
  ## `codiac noc cluster journal [CLUSTER]`
11510
11510
 
@@ -11553,7 +11553,7 @@ EXAMPLES
11553
11553
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
11554
11554
  ```
11555
11555
 
11556
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/journal.ts)_
11556
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/journal.ts)_
11557
11557
 
11558
11558
  ## `codiac noc cluster list`
11559
11559
 
@@ -11614,7 +11614,7 @@ EXAMPLES
11614
11614
  $ codiac noc cluster list -e myEnterprise --to-script
11615
11615
  ```
11616
11616
 
11617
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/list.ts)_
11617
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/list.ts)_
11618
11618
 
11619
11619
  ## `codiac noc cluster restore [NAME]`
11620
11620
 
@@ -11674,7 +11674,7 @@ EXAMPLES
11674
11674
  $ codiac noc cluster restore prod-cluster-1 --to-script
11675
11675
  ```
11676
11676
 
11677
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/noc/cluster/restore.ts)_
11677
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/noc/cluster/restore.ts)_
11678
11678
 
11679
11679
  ## `codiac pkg add [DEFINITIONFILE]`
11680
11680
 
@@ -11708,7 +11708,7 @@ DESCRIPTION
11708
11708
  Configures a package to be built and published by the project.
11709
11709
  ```
11710
11710
 
11711
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pkg/add.ts)_
11711
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pkg/add.ts)_
11712
11712
 
11713
11713
  ## `codiac pkg delete [PACKAGENAME]`
11714
11714
 
@@ -11746,7 +11746,7 @@ DESCRIPTION
11746
11746
  Renders the list of packages that are configured as project exports.
11747
11747
  ```
11748
11748
 
11749
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pkg/list.ts)_
11749
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pkg/list.ts)_
11750
11750
 
11751
11751
  ## `codiac pkg patch PACKAGENAME`
11752
11752
 
@@ -11772,7 +11772,7 @@ DESCRIPTION
11772
11772
  registryUrl and/or environment.
11773
11773
  ```
11774
11774
 
11775
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pkg/patch.ts)_
11775
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pkg/patch.ts)_
11776
11776
 
11777
11777
  ## `codiac pkg remove [PACKAGENAME]`
11778
11778
 
@@ -11795,7 +11795,7 @@ ALIASES
11795
11795
  $ codiac pkg delete
11796
11796
  ```
11797
11797
 
11798
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pkg/remove.ts)_
11798
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pkg/remove.ts)_
11799
11799
 
11800
11800
  ## `codiac portal`
11801
11801
 
@@ -11828,7 +11828,7 @@ EXAMPLES
11828
11828
  $ codiac portal --to-script
11829
11829
  ```
11830
11830
 
11831
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/portal.ts)_
11831
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/portal.ts)_
11832
11832
 
11833
11833
  ## `codiac probe create [CMD]`
11834
11834
 
@@ -11949,7 +11949,7 @@ DESCRIPTION
11949
11949
  Publishes the exports (packages and images) declared in the ProjectConfig.
11950
11950
  ```
11951
11951
 
11952
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/publish.ts)_
11952
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/publish.ts)_
11953
11953
 
11954
11954
  ## `codiac pull [NAME]`
11955
11955
 
@@ -11973,7 +11973,7 @@ DESCRIPTION
11973
11973
  Pulls all commits from upstream to local.
11974
11974
  ```
11975
11975
 
11976
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pull.ts)_
11976
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pull.ts)_
11977
11977
 
11978
11978
  ## `codiac pullsecret`
11979
11979
 
@@ -12056,7 +12056,7 @@ DESCRIPTION
12056
12056
  Pushes all local commits upstream.
12057
12057
  ```
12058
12058
 
12059
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/push.ts)_
12059
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/push.ts)_
12060
12060
 
12061
12061
  ## `codiac pvc create`
12062
12062
 
@@ -12140,7 +12140,7 @@ EXAMPLES
12140
12140
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
12141
12141
  ```
12142
12142
 
12143
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pvc/create.ts)_
12143
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pvc/create.ts)_
12144
12144
 
12145
12145
  ## `codiac pvc delete`
12146
12146
 
@@ -12187,7 +12187,7 @@ EXAMPLES
12187
12187
  $ codiac pvc delete --id <fileStoreDefId> --silent
12188
12188
  ```
12189
12189
 
12190
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pvc/delete.ts)_
12190
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pvc/delete.ts)_
12191
12191
 
12192
12192
  ## `codiac pvc get`
12193
12193
 
@@ -12228,7 +12228,7 @@ EXAMPLES
12228
12228
  $ codiac pvc get --name app-documents-share --silent -o json
12229
12229
  ```
12230
12230
 
12231
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pvc/get.ts)_
12231
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pvc/get.ts)_
12232
12232
 
12233
12233
  ## `codiac pvc list`
12234
12234
 
@@ -12271,7 +12271,7 @@ EXAMPLES
12271
12271
  $ codiac pvc list -o yaml
12272
12272
  ```
12273
12273
 
12274
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/pvc/list.ts)_
12274
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/pvc/list.ts)_
12275
12275
 
12276
12276
  ## `codiac relay-version`
12277
12277
 
@@ -12288,7 +12288,7 @@ EXAMPLES
12288
12288
  $ codiac relay-version
12289
12289
  ```
12290
12290
 
12291
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/relay-version.ts)_
12291
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/relay-version.ts)_
12292
12292
 
12293
12293
  ## `codiac run`
12294
12294
 
@@ -12330,7 +12330,7 @@ DESCRIPTION
12330
12330
  Runs the latest build of the api container locally.
12331
12331
  ```
12332
12332
 
12333
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/run.ts)_
12333
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/run.ts)_
12334
12334
 
12335
12335
  ## `codiac secretStore`
12336
12336
 
@@ -12448,7 +12448,7 @@ EXAMPLES
12448
12448
  $ codiac secretStore capture --echo
12449
12449
  ```
12450
12450
 
12451
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/secretStore/capture.ts)_
12451
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/secretStore/capture.ts)_
12452
12452
 
12453
12453
  ## `codiac secretStore forget`
12454
12454
 
@@ -12469,7 +12469,7 @@ DESCRIPTION
12469
12469
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
12470
12470
  ```
12471
12471
 
12472
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/secretStore/forget.ts)_
12472
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/secretStore/forget.ts)_
12473
12473
 
12474
12474
  ## `codiac secretStore list`
12475
12475
 
@@ -12514,7 +12514,7 @@ EXAMPLES
12514
12514
  $ codiac secretStore list
12515
12515
  ```
12516
12516
 
12517
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/secretStore/list.ts)_
12517
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/secretStore/list.ts)_
12518
12518
 
12519
12519
  ## `codiac shell init`
12520
12520
 
@@ -12552,7 +12552,7 @@ EXAMPLES
12552
12552
  Invoke-Expression (codiac shell init --shell powershell)
12553
12553
  ```
12554
12554
 
12555
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/shell/init.ts)_
12555
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/shell/init.ts)_
12556
12556
 
12557
12557
  ## `codiac snapshot deploy`
12558
12558
 
@@ -12580,7 +12580,7 @@ DESCRIPTION
12580
12580
  Deploys all assets in a snapshot to a target cabinet.
12581
12581
  ```
12582
12582
 
12583
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/snapshot/deploy.ts)_
12583
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/snapshot/deploy.ts)_
12584
12584
 
12585
12585
  ## `codiac snapshot list`
12586
12586
 
@@ -12629,7 +12629,7 @@ EXAMPLES
12629
12629
  $ codiac snapshot list -e myEnterprise --silent
12630
12630
  ```
12631
12631
 
12632
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/snapshot/list.ts)_
12632
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/snapshot/list.ts)_
12633
12633
 
12634
12634
  ## `codiac snapshot tag`
12635
12635
 
@@ -12672,7 +12672,7 @@ EXAMPLES
12672
12672
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
12673
12673
  ```
12674
12674
 
12675
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/snapshot/tag.ts)_
12675
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/snapshot/tag.ts)_
12676
12676
 
12677
12677
  ## `codiac snapshot untag`
12678
12678
 
@@ -12715,7 +12715,7 @@ EXAMPLES
12715
12715
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
12716
12716
  ```
12717
12717
 
12718
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/snapshot/untag.ts)_
12718
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/snapshot/untag.ts)_
12719
12719
 
12720
12720
  ## `codiac stage [FILES]`
12721
12721
 
@@ -12737,7 +12737,7 @@ DESCRIPTION
12737
12737
  Flags files to be included in the next commit.
12738
12738
  ```
12739
12739
 
12740
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/stage.ts)_
12740
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/stage.ts)_
12741
12741
 
12742
12742
  ## `codiac stash [FILE]`
12743
12743
 
@@ -12759,7 +12759,7 @@ DESCRIPTION
12759
12759
  describe the command here
12760
12760
  ```
12761
12761
 
12762
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/stash.ts)_
12762
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/stash.ts)_
12763
12763
 
12764
12764
  ## `codiac status`
12765
12765
 
@@ -12778,7 +12778,7 @@ DESCRIPTION
12778
12778
  Shows the current uncommitted changes in the current branch.
12779
12779
  ```
12780
12780
 
12781
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/status.ts)_
12781
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/status.ts)_
12782
12782
 
12783
12783
  ## `codiac stop`
12784
12784
 
@@ -12796,7 +12796,7 @@ DESCRIPTION
12796
12796
  Stops the running container for this project
12797
12797
  ```
12798
12798
 
12799
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/stop.ts)_
12799
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/stop.ts)_
12800
12800
 
12801
12801
  ## `codiac switch [NAME]`
12802
12802
 
@@ -12816,7 +12816,7 @@ DESCRIPTION
12816
12816
  Changes branch on the main project and any sourced dependencies.
12817
12817
  ```
12818
12818
 
12819
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/switch.ts)_
12819
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/switch.ts)_
12820
12820
 
12821
12821
  ## `codiac sync [NAME]`
12822
12822
 
@@ -12841,7 +12841,7 @@ DESCRIPTION
12841
12841
  Merges the given branch into the current branch.
12842
12842
  ```
12843
12843
 
12844
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/sync.ts)_
12844
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/sync.ts)_
12845
12845
 
12846
12846
  ## `codiac tenant create [NAME]`
12847
12847
 
@@ -12884,7 +12884,7 @@ EXAMPLES
12884
12884
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
12885
12885
  ```
12886
12886
 
12887
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/tenant/create.ts)_
12887
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/tenant/create.ts)_
12888
12888
 
12889
12889
  ## `codiac tenant switch [CODE]`
12890
12890
 
@@ -12924,7 +12924,7 @@ EXAMPLES
12924
12924
  $ codiac tenant switch my-tenant-code --to-script
12925
12925
  ```
12926
12926
 
12927
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/tenant/switch.ts)_
12927
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/tenant/switch.ts)_
12928
12928
 
12929
12929
  ## `codiac token [TOKENNAME]`
12930
12930
 
@@ -13046,7 +13046,7 @@ DESCRIPTION
13046
13046
  Flags files to be included in the next commit.
13047
13047
  ```
13048
13048
 
13049
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/unstage.ts)_
13049
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/unstage.ts)_
13050
13050
 
13051
13051
  ## `codiac update [CHANNEL]`
13052
13052
 
@@ -13233,7 +13233,7 @@ EXAMPLES
13233
13233
  $ codiac whereami --to-script
13234
13234
  ```
13235
13235
 
13236
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/whereami.ts)_
13236
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/whereami.ts)_
13237
13237
 
13238
13238
  ## `codiac whoami`
13239
13239
 
@@ -13275,5 +13275,5 @@ EXAMPLES
13275
13275
  $ codiac whoami --to-script
13276
13276
  ```
13277
13277
 
13278
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.238/src/commands/whoami.ts)_
13278
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.239/src/commands/whoami.ts)_
13279
13279
  <!-- commandsstop -->