@codiac.io/codiac-cli 1.3.247 → 1.3.251

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.247 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.251 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -531,7 +531,7 @@ EXAMPLES
531
531
  $ codiac ai agent install -e ben -t hermes -c dev --to-script
532
532
  ```
533
533
 
534
- _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/ai/agent/install.ts)_
534
+ _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/ai/agent/install.ts)_
535
535
 
536
536
  ## `codiac asset create`
537
537
 
@@ -652,7 +652,7 @@ EXAMPLES
652
652
  $ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
653
653
  ```
654
654
 
655
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/create.ts)_
655
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/create.ts)_
656
656
 
657
657
  ## `codiac asset edit`
658
658
 
@@ -710,7 +710,7 @@ EXAMPLES
710
710
  $ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
711
711
  ```
712
712
 
713
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/edit.ts)_
713
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/edit.ts)_
714
714
 
715
715
  ## `codiac asset entrypoint`
716
716
 
@@ -831,7 +831,7 @@ EXAMPLES
831
831
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
832
832
  ```
833
833
 
834
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/entrypoint/delete.ts)_
834
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/entrypoint/delete.ts)_
835
835
 
836
836
  ## `codiac asset entrypoint set`
837
837
 
@@ -900,7 +900,7 @@ EXAMPLES
900
900
  --input=/backup/workflows'
901
901
  ```
902
902
 
903
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/entrypoint/set.ts)_
903
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/entrypoint/set.ts)_
904
904
 
905
905
  ## `codiac asset get [CMD]`
906
906
 
@@ -1008,7 +1008,7 @@ EXAMPLES
1008
1008
  $ codiac asset list -e myEnterprise --to-script
1009
1009
  ```
1010
1010
 
1011
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/list.ts)_
1011
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/list.ts)_
1012
1012
 
1013
1013
  ## `codiac asset mon [CMD]`
1014
1014
 
@@ -1269,7 +1269,7 @@ EXAMPLES
1269
1269
  $ codiac asset obliterate -e main -n my-api
1270
1270
  ```
1271
1271
 
1272
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/obliterate.ts)_
1272
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/obliterate.ts)_
1273
1273
 
1274
1274
  ## `codiac asset probe create [CMD]`
1275
1275
 
@@ -1359,7 +1359,7 @@ EXAMPLES
1359
1359
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1360
1360
  ```
1361
1361
 
1362
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/probe/create.ts)_
1362
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/probe/create.ts)_
1363
1363
 
1364
1364
  ## `codiac asset probe delete`
1365
1365
 
@@ -1414,7 +1414,7 @@ EXAMPLES
1414
1414
  $ codiac asset probe delete
1415
1415
  ```
1416
1416
 
1417
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/probe/delete.ts)_
1417
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/probe/delete.ts)_
1418
1418
 
1419
1419
  ## `codiac asset probe list`
1420
1420
 
@@ -1466,7 +1466,7 @@ EXAMPLES
1466
1466
  $ codiac asset probe list
1467
1467
  ```
1468
1468
 
1469
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/probe/list.ts)_
1469
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/probe/list.ts)_
1470
1470
 
1471
1471
  ## `codiac asset recycle`
1472
1472
 
@@ -1506,7 +1506,7 @@ DESCRIPTION
1506
1506
  Deploys a given asset to a given cabinet. Defaults to current version.
1507
1507
  ```
1508
1508
 
1509
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/recycle.ts)_
1509
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/recycle.ts)_
1510
1510
 
1511
1511
  ## `codiac asset undeploy`
1512
1512
 
@@ -1550,7 +1550,7 @@ EXAMPLES
1550
1550
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1551
1551
  ```
1552
1552
 
1553
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/undeploy.ts)_
1553
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/undeploy.ts)_
1554
1554
 
1555
1555
  ## `codiac asset view [CMD]`
1556
1556
 
@@ -1606,7 +1606,7 @@ ALIASES
1606
1606
  $ codiac asset get
1607
1607
  ```
1608
1608
 
1609
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/view.ts)_
1609
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/view.ts)_
1610
1610
 
1611
1611
  ## `codiac asset vol add [MOUNTPATH]`
1612
1612
 
@@ -1877,7 +1877,7 @@ ALIASES
1877
1877
  $ codiac asset volume add
1878
1878
  ```
1879
1879
 
1880
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/volume/create.ts)_
1880
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/volume/create.ts)_
1881
1881
 
1882
1882
  ## `codiac asset volume del`
1883
1883
 
@@ -1965,7 +1965,7 @@ EXAMPLES
1965
1965
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
1966
1966
  ```
1967
1967
 
1968
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/volume/delete.ts)_
1968
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/volume/delete.ts)_
1969
1969
 
1970
1970
  ## `codiac asset volume list`
1971
1971
 
@@ -2014,7 +2014,7 @@ EXAMPLES
2014
2014
  $ codiac asset volume list -e myEnterprise --silent
2015
2015
  ```
2016
2016
 
2017
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/volume/list.ts)_
2017
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/volume/list.ts)_
2018
2018
 
2019
2019
  ## `codiac asset volumes del`
2020
2020
 
@@ -2181,7 +2181,7 @@ EXAMPLES
2181
2181
  $ codiac asset where -e main -a my-api --silent
2182
2182
  ```
2183
2183
 
2184
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/asset/where.ts)_
2184
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/asset/where.ts)_
2185
2185
 
2186
2186
  ## `codiac auth cab allow`
2187
2187
 
@@ -2343,7 +2343,7 @@ EXAMPLES
2343
2343
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2344
2344
  ```
2345
2345
 
2346
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/cabinet/allow.ts)_
2346
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/cabinet/allow.ts)_
2347
2347
 
2348
2348
  ## `codiac auth cabinet allowed`
2349
2349
 
@@ -2391,7 +2391,7 @@ EXAMPLES
2391
2391
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2392
2392
  ```
2393
2393
 
2394
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/cabinet/allowed.ts)_
2394
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/cabinet/allowed.ts)_
2395
2395
 
2396
2396
  ## `codiac auth ent allow`
2397
2397
 
@@ -2582,7 +2582,7 @@ EXAMPLES
2582
2582
  $ codiac auth enterprise allow -r deployer -p none
2583
2583
  ```
2584
2584
 
2585
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/enterprise/allow.ts)_
2585
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/enterprise/allow.ts)_
2586
2586
 
2587
2587
  ## `codiac auth enterprise allow onEnvironments`
2588
2588
 
@@ -2636,7 +2636,7 @@ EXAMPLES
2636
2636
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2637
2637
  ```
2638
2638
 
2639
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2639
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2640
2640
 
2641
2641
  ## `codiac auth enterprise allowed`
2642
2642
 
@@ -2677,7 +2677,7 @@ EXAMPLES
2677
2677
  $ codiac auth enterprise allowed --enterprise modeling
2678
2678
  ```
2679
2679
 
2680
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/enterprise/allowed.ts)_
2680
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/enterprise/allowed.ts)_
2681
2681
 
2682
2682
  ## `codiac auth env allowed`
2683
2683
 
@@ -2884,7 +2884,7 @@ EXAMPLES
2884
2884
  $ codiac auth environment allow -e qa -r productmanager -p read
2885
2885
  ```
2886
2886
 
2887
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/environment/allow.ts)_
2887
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/environment/allow.ts)_
2888
2888
 
2889
2889
  ## `codiac auth environment allow onCabinets`
2890
2890
 
@@ -2941,7 +2941,7 @@ EXAMPLES
2941
2941
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
2942
2942
  ```
2943
2943
 
2944
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/environment/allow/onCabinets.ts)_
2944
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/environment/allow/onCabinets.ts)_
2945
2945
 
2946
2946
  ## `codiac auth environment allowed`
2947
2947
 
@@ -2986,7 +2986,7 @@ EXAMPLES
2986
2986
  $ codiac auth environment allowed --enterprise modeling -e dev
2987
2987
  ```
2988
2988
 
2989
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/environment/allowed.ts)_
2989
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/environment/allowed.ts)_
2990
2990
 
2991
2991
  ## `codiac auth register`
2992
2992
 
@@ -3032,7 +3032,7 @@ EXAMPLES
3032
3032
  $ codiac auth register
3033
3033
  ```
3034
3034
 
3035
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/register.ts)_
3035
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/register.ts)_
3036
3036
 
3037
3037
  ## `codiac auth role allowed [NAME]`
3038
3038
 
@@ -3079,7 +3079,7 @@ EXAMPLES
3079
3079
  $ codiac auth role allowed -n deployer -e main
3080
3080
  ```
3081
3081
 
3082
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/allowed.ts)_
3082
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/allowed.ts)_
3083
3083
 
3084
3084
  ## `codiac auth role assign`
3085
3085
 
@@ -3111,7 +3111,7 @@ EXAMPLES
3111
3111
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3112
3112
  ```
3113
3113
 
3114
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/assign.ts)_
3114
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/assign.ts)_
3115
3115
 
3116
3116
  ## `codiac auth role create [NAME]`
3117
3117
 
@@ -3144,7 +3144,7 @@ EXAMPLES
3144
3144
  $ codiac auth role create -n deployer
3145
3145
  ```
3146
3146
 
3147
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/create.ts)_
3147
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/create.ts)_
3148
3148
 
3149
3149
  ## `codiac auth role delete [NAME]`
3150
3150
 
@@ -3180,7 +3180,7 @@ EXAMPLES
3180
3180
  $ codiac auth role delete --id abc123def456
3181
3181
  ```
3182
3182
 
3183
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/delete.ts)_
3183
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/delete.ts)_
3184
3184
 
3185
3185
  ## `codiac auth role list`
3186
3186
 
@@ -3216,7 +3216,7 @@ EXAMPLES
3216
3216
  $ codiac auth role list -o yaml > roles.yaml
3217
3217
  ```
3218
3218
 
3219
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/list.ts)_
3219
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/list.ts)_
3220
3220
 
3221
3221
  ## `codiac auth role unassign`
3222
3222
 
@@ -3248,7 +3248,7 @@ EXAMPLES
3248
3248
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3249
3249
  ```
3250
3250
 
3251
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/role/unassign.ts)_
3251
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/role/unassign.ts)_
3252
3252
 
3253
3253
  ## `codiac auth user invite`
3254
3254
 
@@ -3288,7 +3288,7 @@ EXAMPLES
3288
3288
  $ codiac auth user invite
3289
3289
  ```
3290
3290
 
3291
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/user/invite.ts)_
3291
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/user/invite.ts)_
3292
3292
 
3293
3293
  ## `codiac auth user list`
3294
3294
 
@@ -3324,7 +3324,7 @@ EXAMPLES
3324
3324
  $ codiac auth user list -o yaml > users.yaml
3325
3325
  ```
3326
3326
 
3327
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/auth/user/list.ts)_
3327
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/auth/user/list.ts)_
3328
3328
 
3329
3329
  ## `codiac autocomplete [SHELL]`
3330
3330
 
@@ -3374,7 +3374,7 @@ DESCRIPTION
3374
3374
  Creates a new branch for the parent project and any sourced dependencies.
3375
3375
  ```
3376
3376
 
3377
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/branch.ts)_
3377
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/branch.ts)_
3378
3378
 
3379
3379
  ## `codiac branch current`
3380
3380
 
@@ -3394,7 +3394,7 @@ ALIASES
3394
3394
  $ codiac branches current
3395
3395
  ```
3396
3396
 
3397
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/branch/current.ts)_
3397
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/branch/current.ts)_
3398
3398
 
3399
3399
  ## `codiac branch list`
3400
3400
 
@@ -3416,7 +3416,7 @@ ALIASES
3416
3416
  $ codiac branches list
3417
3417
  ```
3418
3418
 
3419
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/branch/list.ts)_
3419
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/branch/list.ts)_
3420
3420
 
3421
3421
  ## `codiac branches current`
3422
3422
 
@@ -3506,7 +3506,7 @@ DESCRIPTION
3506
3506
  Builds the project and the docker container
3507
3507
  ```
3508
3508
 
3509
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/build.ts)_
3509
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/build.ts)_
3510
3510
 
3511
3511
  ## `codiac cab attach`
3512
3512
 
@@ -4255,7 +4255,7 @@ EXAMPLES
4255
4255
  prod-cluster-1 --to-script
4256
4256
  ```
4257
4257
 
4258
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/cluster/attach.ts)_
4258
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/cluster/attach.ts)_
4259
4259
 
4260
4260
  ## `codiac cabinet contents`
4261
4261
 
@@ -4299,7 +4299,7 @@ EXAMPLES
4299
4299
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4300
4300
  ```
4301
4301
 
4302
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/contents.ts)_
4302
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/contents.ts)_
4303
4303
 
4304
4304
  ## `codiac cabinet create [CABINET]`
4305
4305
 
@@ -4366,7 +4366,7 @@ EXAMPLES
4366
4366
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4367
4367
  ```
4368
4368
 
4369
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/create.ts)_
4369
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/create.ts)_
4370
4370
 
4371
4371
  ## `codiac cabinet define [CABINET]`
4372
4372
 
@@ -4428,7 +4428,7 @@ EXAMPLES
4428
4428
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4429
4429
  ```
4430
4430
 
4431
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/define.ts)_
4431
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/define.ts)_
4432
4432
 
4433
4433
  ## `codiac cabinet destroy [CABINET]`
4434
4434
 
@@ -4486,7 +4486,7 @@ EXAMPLES
4486
4486
  --environment dev --silent
4487
4487
  ```
4488
4488
 
4489
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/destroy.ts)_
4489
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/destroy.ts)_
4490
4490
 
4491
4491
  ## `codiac cabinet detach [CABINET]`
4492
4492
 
@@ -4543,7 +4543,7 @@ EXAMPLES
4543
4543
  main --environment dev
4544
4544
  ```
4545
4545
 
4546
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/detach.ts)_
4546
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/detach.ts)_
4547
4547
 
4548
4548
  ## `codiac cabinet forget [CABINET]`
4549
4549
 
@@ -4598,7 +4598,7 @@ EXAMPLES
4598
4598
  $ codiac cabinet forget --to-script
4599
4599
  ```
4600
4600
 
4601
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/forget.ts)_
4601
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/forget.ts)_
4602
4602
 
4603
4603
  ## `codiac cabinet list`
4604
4604
 
@@ -4649,7 +4649,7 @@ EXAMPLES
4649
4649
  $ codiac cabinet list -e myEnterprise --silent
4650
4650
  ```
4651
4651
 
4652
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/list.ts)_
4652
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/list.ts)_
4653
4653
 
4654
4654
  ## `codiac cabinet obliterate [CABINET]`
4655
4655
 
@@ -4691,7 +4691,7 @@ ALIASES
4691
4691
  $ codiac infrx cab obliterate
4692
4692
  ```
4693
4693
 
4694
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/obliterate.ts)_
4694
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/obliterate.ts)_
4695
4695
 
4696
4696
  ## `codiac cabinet restore`
4697
4697
 
@@ -4758,7 +4758,7 @@ EXAMPLES
4758
4758
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
4759
4759
  ```
4760
4760
 
4761
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cabinet/restore.ts)_
4761
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cabinet/restore.ts)_
4762
4762
 
4763
4763
  ## `codiac cfg add`
4764
4764
 
@@ -5057,7 +5057,7 @@ DESCRIPTION
5057
5057
  Applies settings to the Codiac CLI itself (scoped to the local machine).
5058
5058
  ```
5059
5059
 
5060
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cli.ts)_
5060
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cli.ts)_
5061
5061
 
5062
5062
  ## `codiac cluster agent configure [CLUSTER]`
5063
5063
 
@@ -5125,7 +5125,7 @@ EXAMPLES
5125
5125
  $ codiac cluster agent configure my-cluster --to-script
5126
5126
  ```
5127
5127
 
5128
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/agent/configure.ts)_
5128
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/agent/configure.ts)_
5129
5129
 
5130
5130
  ## `codiac cluster agent install [CLUSTER]`
5131
5131
 
@@ -5181,7 +5181,7 @@ EXAMPLES
5181
5181
  $ codiac cluster agent install my-cluster --to-script
5182
5182
  ```
5183
5183
 
5184
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/agent/install.ts)_
5184
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/agent/install.ts)_
5185
5185
 
5186
5186
  ## `codiac cluster agent uninstall [CLUSTER]`
5187
5187
 
@@ -5229,7 +5229,7 @@ EXAMPLES
5229
5229
  $ codiac cluster agent uninstall my-cluster --to-script
5230
5230
  ```
5231
5231
 
5232
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/agent/uninstall.ts)_
5232
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/agent/uninstall.ts)_
5233
5233
 
5234
5234
  ## `codiac cluster bootstrap [NAME]`
5235
5235
 
@@ -5292,7 +5292,7 @@ EXAMPLES
5292
5292
  $ codiac cluster bootstrap my-cluster --to-script
5293
5293
  ```
5294
5294
 
5295
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/bootstrap.ts)_
5295
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/bootstrap.ts)_
5296
5296
 
5297
5297
  ## `codiac cluster capture`
5298
5298
 
@@ -5377,7 +5377,7 @@ EXAMPLES
5377
5377
  $ codiac cluster connect my-fav-cluster
5378
5378
  ```
5379
5379
 
5380
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/connect.ts)_
5380
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/connect.ts)_
5381
5381
 
5382
5382
  ## `codiac cluster contents`
5383
5383
 
@@ -6042,7 +6042,7 @@ EXAMPLES
6042
6042
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
6043
6043
  ```
6044
6044
 
6045
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/install.ts)_
6045
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/install.ts)_
6046
6046
 
6047
6047
  ## `codiac cluster journal [CLUSTER]`
6048
6048
 
@@ -6331,7 +6331,7 @@ EXAMPLES
6331
6331
  $ codiac cluster stack capture my-fav-cluster
6332
6332
  ```
6333
6333
 
6334
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/stack/capture.ts)_
6334
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/stack/capture.ts)_
6335
6335
 
6336
6336
  ## `codiac cluster stack install [CLUSTER]`
6337
6337
 
@@ -6383,7 +6383,7 @@ EXAMPLES
6383
6383
  $ codiac cluster stack install my-cluster --to-script
6384
6384
  ```
6385
6385
 
6386
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/stack/install.ts)_
6386
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/stack/install.ts)_
6387
6387
 
6388
6388
  ## `codiac cluster stack list`
6389
6389
 
@@ -6549,7 +6549,7 @@ EXAMPLES
6549
6549
  $ codiac cluster start my-fav-cluster
6550
6550
  ```
6551
6551
 
6552
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/start.ts)_
6552
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/start.ts)_
6553
6553
 
6554
6554
  ## `codiac cluster stop [CLUSTER]`
6555
6555
 
@@ -6586,7 +6586,7 @@ EXAMPLES
6586
6586
  $ codiac cluster start my-fav-cluster
6587
6587
  ```
6588
6588
 
6589
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/cluster/stop.ts)_
6589
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/cluster/stop.ts)_
6590
6590
 
6591
6591
  ## `codiac cluster uninstall`
6592
6592
 
@@ -6648,7 +6648,7 @@ DESCRIPTION
6648
6648
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6649
6649
  ```
6650
6650
 
6651
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/commit.ts)_
6651
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/commit.ts)_
6652
6652
 
6653
6653
  ## `codiac config add`
6654
6654
 
@@ -6800,7 +6800,7 @@ EXAMPLES
6800
6800
  --value-type string
6801
6801
  ```
6802
6802
 
6803
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/add.ts)_
6803
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/add.ts)_
6804
6804
 
6805
6805
  ## `codiac config delete [SETTING]`
6806
6806
 
@@ -6869,7 +6869,7 @@ ALIASES
6869
6869
  $ codiac cfg delete
6870
6870
  ```
6871
6871
 
6872
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/delete.ts)_
6872
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/delete.ts)_
6873
6873
 
6874
6874
  ## `codiac config deploy`
6875
6875
 
@@ -6910,7 +6910,7 @@ EXAMPLES
6910
6910
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
6911
6911
  ```
6912
6912
 
6913
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/deploy.ts)_
6913
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/deploy.ts)_
6914
6914
 
6915
6915
  ## `codiac config import`
6916
6916
 
@@ -6971,7 +6971,7 @@ EXAMPLES
6971
6971
  $ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
6972
6972
  ```
6973
6973
 
6974
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/import.ts)_
6974
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/import.ts)_
6975
6975
 
6976
6976
  ## `codiac config preview [SETTING]`
6977
6977
 
@@ -7254,7 +7254,7 @@ DESCRIPTION
7254
7254
  Shows the list of clusters.
7255
7255
  ```
7256
7256
 
7257
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/settings/get.ts)_
7257
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/settings/get.ts)_
7258
7258
 
7259
7259
  ## `codiac config view [SETTING]`
7260
7260
 
@@ -7319,7 +7319,7 @@ EXAMPLES
7319
7319
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7320
7320
  ```
7321
7321
 
7322
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/config/view.ts)_
7322
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/config/view.ts)_
7323
7323
 
7324
7324
  ## `codiac csp creds list`
7325
7325
 
@@ -7367,7 +7367,7 @@ EXAMPLES
7367
7367
  $ codiac csp creds list
7368
7368
  ```
7369
7369
 
7370
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/csp/creds/list.ts)_
7370
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/csp/creds/list.ts)_
7371
7371
 
7372
7372
  ## `codiac csp login [PROVIDER]`
7373
7373
 
@@ -7445,7 +7445,7 @@ EXAMPLES
7445
7445
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7446
7446
  ```
7447
7447
 
7448
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/csp/login.ts)_
7448
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/csp/login.ts)_
7449
7449
 
7450
7450
  ## `codiac csp logout [PROVIDER]`
7451
7451
 
@@ -7492,7 +7492,7 @@ EXAMPLES
7492
7492
  $ codiac csp logout azure --to-script
7493
7493
  ```
7494
7494
 
7495
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/csp/logout.ts)_
7495
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/csp/logout.ts)_
7496
7496
 
7497
7497
  ## `codiac dep [NAME]`
7498
7498
 
@@ -7513,7 +7513,7 @@ DESCRIPTION
7513
7513
  Installs a package into current project.
7514
7514
  ```
7515
7515
 
7516
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep.ts)_
7516
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep.ts)_
7517
7517
 
7518
7518
  ## `codiac dep create [URL]`
7519
7519
 
@@ -7537,7 +7537,7 @@ DESCRIPTION
7537
7537
  package version is used.
7538
7538
  ```
7539
7539
 
7540
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/create.ts)_
7540
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/create.ts)_
7541
7541
 
7542
7542
  ## `codiac dep install`
7543
7543
 
@@ -7554,7 +7554,7 @@ DESCRIPTION
7554
7554
  installs any missing dependency packages into the local project folder.
7555
7555
  ```
7556
7556
 
7557
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/install.ts)_
7557
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/install.ts)_
7558
7558
 
7559
7559
  ## `codiac dep list`
7560
7560
 
@@ -7571,7 +7571,7 @@ DESCRIPTION
7571
7571
  Shows the dependencies for the project.
7572
7572
  ```
7573
7573
 
7574
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/list.ts)_
7574
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/list.ts)_
7575
7575
 
7576
7576
  ## `codiac dep remove [NAME]`
7577
7577
 
@@ -7594,7 +7594,7 @@ DESCRIPTION
7594
7594
  Removes a dependency from the project.
7595
7595
  ```
7596
7596
 
7597
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/remove.ts)_
7597
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/remove.ts)_
7598
7598
 
7599
7599
  ## `codiac dep source [NAME]`
7600
7600
 
@@ -7620,7 +7620,7 @@ ALIASES
7620
7620
  $ codiac dep src
7621
7621
  ```
7622
7622
 
7623
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/source.ts)_
7623
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/source.ts)_
7624
7624
 
7625
7625
  ## `codiac dep src [NAME]`
7626
7626
 
@@ -7664,7 +7664,7 @@ DESCRIPTION
7664
7664
  Publishes the dependency in its current state and upgrades to it in the main project.
7665
7665
  ```
7666
7666
 
7667
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/syncup.ts)_
7667
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/syncup.ts)_
7668
7668
 
7669
7669
  ## `codiac dep unsource [NAME]`
7670
7670
 
@@ -7692,7 +7692,7 @@ ALIASES
7692
7692
  $ codiac dep unsrc
7693
7693
  ```
7694
7694
 
7695
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/unsource.ts)_
7695
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/unsource.ts)_
7696
7696
 
7697
7697
  ## `codiac dep unsrc [NAME]`
7698
7698
 
@@ -7739,7 +7739,7 @@ DESCRIPTION
7739
7739
  describe the command here
7740
7740
  ```
7741
7741
 
7742
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/dep/upgrade.ts)_
7742
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/dep/upgrade.ts)_
7743
7743
 
7744
7744
  ## `codiac deploy`
7745
7745
 
@@ -7792,7 +7792,7 @@ EXAMPLES
7792
7792
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
7793
7793
  ```
7794
7794
 
7795
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/deploy.ts)_
7795
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/deploy.ts)_
7796
7796
 
7797
7797
  ## `codiac domain map [DOMAIN]`
7798
7798
 
@@ -7948,7 +7948,7 @@ EXAMPLES
7948
7948
  cod enterprise create my-enterprise-code --silent
7949
7949
  ```
7950
7950
 
7951
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/enterprise/create.ts)_
7951
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/enterprise/create.ts)_
7952
7952
 
7953
7953
  ## `codiac enterprise list`
7954
7954
 
@@ -8003,7 +8003,7 @@ EXAMPLES
8003
8003
  $ codiac enterprise list --to-script
8004
8004
  ```
8005
8005
 
8006
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/enterprise/list.ts)_
8006
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/enterprise/list.ts)_
8007
8007
 
8008
8008
  ## `codiac env add [SETTING]`
8009
8009
 
@@ -8053,7 +8053,7 @@ EXAMPLES
8053
8053
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
8054
8054
  ```
8055
8055
 
8056
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/env/add.ts)_
8056
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/env/add.ts)_
8057
8057
 
8058
8058
  ## `codiac enviro cluster attach`
8059
8059
 
@@ -8356,7 +8356,7 @@ ALIASES
8356
8356
  $ codiac infrx enviro cluster attach
8357
8357
  ```
8358
8358
 
8359
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/environment/cluster/attach.ts)_
8359
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/environment/cluster/attach.ts)_
8360
8360
 
8361
8361
  ## `codiac environment cluster detach`
8362
8362
 
@@ -8402,7 +8402,7 @@ ALIASES
8402
8402
  $ codiac infrx enviro cluster detach
8403
8403
  ```
8404
8404
 
8405
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/environment/cluster/detach.ts)_
8405
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/environment/cluster/detach.ts)_
8406
8406
 
8407
8407
  ## `codiac environment create [NAME]`
8408
8408
 
@@ -8465,7 +8465,7 @@ EXAMPLES
8465
8465
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8466
8466
  ```
8467
8467
 
8468
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/environment/create.ts)_
8468
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/environment/create.ts)_
8469
8469
 
8470
8470
  ## `codiac environment delete [NAME]`
8471
8471
 
@@ -8526,7 +8526,7 @@ EXAMPLES
8526
8526
  $ codiac environment delete dev --enterprise main --to-script
8527
8527
  ```
8528
8528
 
8529
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/environment/delete.ts)_
8529
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/environment/delete.ts)_
8530
8530
 
8531
8531
  ## `codiac environment list`
8532
8532
 
@@ -8577,7 +8577,7 @@ EXAMPLES
8577
8577
  $ codiac environment list -e myEnterprise --silent
8578
8578
  ```
8579
8579
 
8580
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/environment/list.ts)_
8580
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/environment/list.ts)_
8581
8581
 
8582
8582
  ## `codiac fileshare capture`
8583
8583
 
@@ -8661,7 +8661,7 @@ ALIASES
8661
8661
  $ codiac fileshare capture
8662
8662
  ```
8663
8663
 
8664
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/filestore/capture.ts)_
8664
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/filestore/capture.ts)_
8665
8665
 
8666
8666
  ## `codiac filestore forget`
8667
8667
 
@@ -8708,7 +8708,7 @@ EXAMPLES
8708
8708
  $ codiac filestore forget
8709
8709
  ```
8710
8710
 
8711
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/filestore/forget.ts)_
8711
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/filestore/forget.ts)_
8712
8712
 
8713
8713
  ## `codiac filestore list`
8714
8714
 
@@ -8754,7 +8754,7 @@ EXAMPLES
8754
8754
  $ codiac filestore list
8755
8755
  ```
8756
8756
 
8757
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/filestore/list.ts)_
8757
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/filestore/list.ts)_
8758
8758
 
8759
8759
  ## `codiac help [COMMANDS]`
8760
8760
 
@@ -8840,7 +8840,7 @@ EXAMPLES
8840
8840
  $ codiac host delete
8841
8841
  ```
8842
8842
 
8843
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/host/delete.ts)_
8843
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/host/delete.ts)_
8844
8844
 
8845
8845
  ## `codiac host list [DOMAIN]`
8846
8846
 
@@ -8884,7 +8884,7 @@ EXAMPLES
8884
8884
  $ codiac host list
8885
8885
  ```
8886
8886
 
8887
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/host/list.ts)_
8887
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/host/list.ts)_
8888
8888
 
8889
8889
  ## `codiac host map [DOMAIN]`
8890
8890
 
@@ -8938,7 +8938,7 @@ EXAMPLES
8938
8938
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
8939
8939
  ```
8940
8940
 
8941
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/host/map.ts)_
8941
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/host/map.ts)_
8942
8942
 
8943
8943
  ## `codiac host view [DOMAIN]`
8944
8944
 
@@ -8983,7 +8983,7 @@ EXAMPLES
8983
8983
  $ codiac host view
8984
8984
  ```
8985
8985
 
8986
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/host/view.ts)_
8986
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/host/view.ts)_
8987
8987
 
8988
8988
  ## `codiac identify [TOKENNAME]`
8989
8989
 
@@ -9055,7 +9055,7 @@ ALIASES
9055
9055
  $ codiac token
9056
9056
  ```
9057
9057
 
9058
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/identity.ts)_
9058
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/identity.ts)_
9059
9059
 
9060
9060
  ## `codiac identity delete [NAME]`
9061
9061
 
@@ -9080,7 +9080,7 @@ ALIASES
9080
9080
  $ codiac token remove
9081
9081
  ```
9082
9082
 
9083
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/identity/delete.ts)_
9083
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/identity/delete.ts)_
9084
9084
 
9085
9085
  ## `codiac identity list`
9086
9086
 
@@ -9102,7 +9102,7 @@ ALIASES
9102
9102
  $ codiac token list
9103
9103
  ```
9104
9104
 
9105
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/identity/list.ts)_
9105
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/identity/list.ts)_
9106
9106
 
9107
9107
  ## `codiac identity remove [NAME]`
9108
9108
 
@@ -9425,7 +9425,7 @@ DESCRIPTION
9425
9425
  Saves a reference to an existing container registry.
9426
9426
  ```
9427
9427
 
9428
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/imageRegistry/capture.ts)_
9428
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/imageRegistry/capture.ts)_
9429
9429
 
9430
9430
  ## `codiac imageRegistry forget`
9431
9431
 
@@ -9446,7 +9446,7 @@ DESCRIPTION
9446
9446
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
9447
9447
  ```
9448
9448
 
9449
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/imageRegistry/forget.ts)_
9449
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/imageRegistry/forget.ts)_
9450
9450
 
9451
9451
  ## `codiac imageRegistry list`
9452
9452
 
@@ -9488,7 +9488,7 @@ EXAMPLES
9488
9488
  $ codiac imageRegistry list -o yaml > registries.yaml
9489
9489
  ```
9490
9490
 
9491
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/imageRegistry/list.ts)_
9491
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/imageRegistry/list.ts)_
9492
9492
 
9493
9493
  ## `codiac imageRegistry pullSecret set`
9494
9494
 
@@ -9524,7 +9524,7 @@ ALIASES
9524
9524
  $ codiac pullsecret
9525
9525
  ```
9526
9526
 
9527
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/imageRegistry/pullSecret/set.ts)_
9527
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/imageRegistry/pullSecret/set.ts)_
9528
9528
 
9529
9529
  ## `codiac imageRegistry pullSecret unset`
9530
9530
 
@@ -9551,7 +9551,7 @@ ALIASES
9551
9551
  $ codiac pullsecret unset
9552
9552
  ```
9553
9553
 
9554
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/imageRegistry/pullSecret/unset.ts)_
9554
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/imageRegistry/pullSecret/unset.ts)_
9555
9555
 
9556
9556
  ## `codiac images add [IMAGENAME]`
9557
9557
 
@@ -9612,7 +9612,7 @@ EXAMPLES
9612
9612
  $ codiac images add your-company/your-image --to-script
9613
9613
  ```
9614
9614
 
9615
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/add.ts)_
9615
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/add.ts)_
9616
9616
 
9617
9617
  ## `codiac images list`
9618
9618
 
@@ -9635,7 +9635,7 @@ ALIASES
9635
9635
  $ codiac img list
9636
9636
  ```
9637
9637
 
9638
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/list.ts)_
9638
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/list.ts)_
9639
9639
 
9640
9640
  ## `codiac images patch IMAGENAME`
9641
9641
 
@@ -9665,7 +9665,7 @@ ALIASES
9665
9665
  $ codiac img patch
9666
9666
  ```
9667
9667
 
9668
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/patch.ts)_
9668
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/patch.ts)_
9669
9669
 
9670
9670
  ## `codiac images remove IMAGENAME`
9671
9671
 
@@ -9691,7 +9691,7 @@ ALIASES
9691
9691
  $ codiac img delete
9692
9692
  ```
9693
9693
 
9694
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/remove.ts)_
9694
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/remove.ts)_
9695
9695
 
9696
9696
  ## `codiac images version NAME`
9697
9697
 
@@ -9717,7 +9717,7 @@ ALIASES
9717
9717
  $ codiac img version get
9718
9718
  ```
9719
9719
 
9720
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/version.ts)_
9720
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/version.ts)_
9721
9721
 
9722
9722
  ## `codiac images version bump NAME`
9723
9723
 
@@ -9750,7 +9750,7 @@ ALIASES
9750
9750
  $ codiac img version bump
9751
9751
  ```
9752
9752
 
9753
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/images/version/bump.ts)_
9753
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/images/version/bump.ts)_
9754
9754
 
9755
9755
  ## `codiac img [IMAGENAME]`
9756
9756
 
@@ -10066,7 +10066,7 @@ EXAMPLES
10066
10066
  $ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
10067
10067
  ```
10068
10068
 
10069
- _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/import/cluster.ts)_
10069
+ _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/import/cluster.ts)_
10070
10070
 
10071
10071
  ## `codiac infrx cab create [CABINET]`
10072
10072
 
@@ -10911,7 +10911,7 @@ DESCRIPTION
10911
10911
  Declares the given folder as a project root
10912
10912
  ```
10913
10913
 
10914
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/init.ts)_
10914
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/init.ts)_
10915
10915
 
10916
10916
  ## `codiac kit create`
10917
10917
 
@@ -10954,7 +10954,7 @@ EXAMPLES
10954
10954
  $ codiac kit create -e myEnterprise -a myApi --to-script
10955
10955
  ```
10956
10956
 
10957
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/kit/create.ts)_
10957
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/kit/create.ts)_
10958
10958
 
10959
10959
  ## `codiac login`
10960
10960
 
@@ -11013,7 +11013,7 @@ EXAMPLES
11013
11013
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
11014
11014
  ```
11015
11015
 
11016
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/login.ts)_
11016
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/login.ts)_
11017
11017
 
11018
11018
  ## `codiac logout`
11019
11019
 
@@ -11046,7 +11046,7 @@ EXAMPLES
11046
11046
  $ codiac logout --to-script
11047
11047
  ```
11048
11048
 
11049
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/logout.ts)_
11049
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/logout.ts)_
11050
11050
 
11051
11051
  ## `codiac merge [BRANCH]`
11052
11052
 
@@ -11067,7 +11067,7 @@ DESCRIPTION
11067
11067
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
11068
11068
  ```
11069
11069
 
11070
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/merge.ts)_
11070
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/merge.ts)_
11071
11071
 
11072
11072
  ## `codiac noc cluster capture`
11073
11073
 
@@ -11119,7 +11119,7 @@ EXAMPLES
11119
11119
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
11120
11120
  ```
11121
11121
 
11122
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/capture.ts)_
11122
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/capture.ts)_
11123
11123
 
11124
11124
  ## `codiac noc cluster create [NAME]`
11125
11125
 
@@ -11209,7 +11209,7 @@ FLAG DESCRIPTIONS
11209
11209
  initialization is always skipped in that mode.
11210
11210
  ```
11211
11211
 
11212
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/create.ts)_
11212
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/create.ts)_
11213
11213
 
11214
11214
  ## `codiac noc cluster credentials-set [NAME]`
11215
11215
 
@@ -11264,7 +11264,7 @@ EXAMPLES
11264
11264
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11265
11265
  ```
11266
11266
 
11267
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/credentials-set.ts)_
11267
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/credentials-set.ts)_
11268
11268
 
11269
11269
  ## `codiac noc cluster define [NAME]`
11270
11270
 
@@ -11338,7 +11338,7 @@ EXAMPLES
11338
11338
  $ codiac noc cluster define my-cluster --to-script
11339
11339
  ```
11340
11340
 
11341
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/define.ts)_
11341
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/define.ts)_
11342
11342
 
11343
11343
  ## `codiac noc cluster deinit`
11344
11344
 
@@ -11378,7 +11378,7 @@ EXAMPLES
11378
11378
  $ codiac noc cluster deinit -n my-cluster --to-script
11379
11379
  ```
11380
11380
 
11381
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/deinit.ts)_
11381
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/deinit.ts)_
11382
11382
 
11383
11383
  ## `codiac noc cluster destroy [NAME]`
11384
11384
 
@@ -11412,7 +11412,7 @@ ALIASES
11412
11412
  $ codiac cluster destroy
11413
11413
  ```
11414
11414
 
11415
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/destroy.ts)_
11415
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/destroy.ts)_
11416
11416
 
11417
11417
  ## `codiac noc cluster forget`
11418
11418
 
@@ -11463,7 +11463,7 @@ EXAMPLES
11463
11463
  $ codiac noc cluster forget --running
11464
11464
  ```
11465
11465
 
11466
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/forget.ts)_
11466
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/forget.ts)_
11467
11467
 
11468
11468
  ## `codiac noc cluster grant`
11469
11469
 
@@ -11501,7 +11501,7 @@ EXAMPLES
11501
11501
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
11502
11502
  ```
11503
11503
 
11504
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/grant.ts)_
11504
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/grant.ts)_
11505
11505
 
11506
11506
  ## `codiac noc cluster init`
11507
11507
 
@@ -11547,7 +11547,7 @@ EXAMPLES
11547
11547
  $ codiac noc cluster init -n my-cluster --to-script
11548
11548
  ```
11549
11549
 
11550
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/init.ts)_
11550
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/init.ts)_
11551
11551
 
11552
11552
  ## `codiac noc cluster journal [CLUSTER]`
11553
11553
 
@@ -11596,7 +11596,7 @@ EXAMPLES
11596
11596
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
11597
11597
  ```
11598
11598
 
11599
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/journal.ts)_
11599
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/journal.ts)_
11600
11600
 
11601
11601
  ## `codiac noc cluster list`
11602
11602
 
@@ -11657,7 +11657,7 @@ EXAMPLES
11657
11657
  $ codiac noc cluster list -e myEnterprise --to-script
11658
11658
  ```
11659
11659
 
11660
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/list.ts)_
11660
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/list.ts)_
11661
11661
 
11662
11662
  ## `codiac noc cluster restore [NAME]`
11663
11663
 
@@ -11717,7 +11717,7 @@ EXAMPLES
11717
11717
  $ codiac noc cluster restore prod-cluster-1 --to-script
11718
11718
  ```
11719
11719
 
11720
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/noc/cluster/restore.ts)_
11720
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/noc/cluster/restore.ts)_
11721
11721
 
11722
11722
  ## `codiac pkg add [DEFINITIONFILE]`
11723
11723
 
@@ -11751,7 +11751,7 @@ DESCRIPTION
11751
11751
  Configures a package to be built and published by the project.
11752
11752
  ```
11753
11753
 
11754
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pkg/add.ts)_
11754
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pkg/add.ts)_
11755
11755
 
11756
11756
  ## `codiac pkg delete [PACKAGENAME]`
11757
11757
 
@@ -11789,7 +11789,7 @@ DESCRIPTION
11789
11789
  Renders the list of packages that are configured as project exports.
11790
11790
  ```
11791
11791
 
11792
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pkg/list.ts)_
11792
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pkg/list.ts)_
11793
11793
 
11794
11794
  ## `codiac pkg patch PACKAGENAME`
11795
11795
 
@@ -11815,7 +11815,7 @@ DESCRIPTION
11815
11815
  registryUrl and/or environment.
11816
11816
  ```
11817
11817
 
11818
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pkg/patch.ts)_
11818
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pkg/patch.ts)_
11819
11819
 
11820
11820
  ## `codiac pkg remove [PACKAGENAME]`
11821
11821
 
@@ -11838,7 +11838,7 @@ ALIASES
11838
11838
  $ codiac pkg delete
11839
11839
  ```
11840
11840
 
11841
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pkg/remove.ts)_
11841
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pkg/remove.ts)_
11842
11842
 
11843
11843
  ## `codiac portal`
11844
11844
 
@@ -11871,7 +11871,7 @@ EXAMPLES
11871
11871
  $ codiac portal --to-script
11872
11872
  ```
11873
11873
 
11874
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/portal.ts)_
11874
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/portal.ts)_
11875
11875
 
11876
11876
  ## `codiac probe create [CMD]`
11877
11877
 
@@ -11992,7 +11992,7 @@ DESCRIPTION
11992
11992
  Publishes the exports (packages and images) declared in the ProjectConfig.
11993
11993
  ```
11994
11994
 
11995
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/publish.ts)_
11995
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/publish.ts)_
11996
11996
 
11997
11997
  ## `codiac pull [NAME]`
11998
11998
 
@@ -12016,7 +12016,7 @@ DESCRIPTION
12016
12016
  Pulls all commits from upstream to local.
12017
12017
  ```
12018
12018
 
12019
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pull.ts)_
12019
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pull.ts)_
12020
12020
 
12021
12021
  ## `codiac pullsecret`
12022
12022
 
@@ -12099,7 +12099,7 @@ DESCRIPTION
12099
12099
  Pushes all local commits upstream.
12100
12100
  ```
12101
12101
 
12102
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/push.ts)_
12102
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/push.ts)_
12103
12103
 
12104
12104
  ## `codiac pvc create`
12105
12105
 
@@ -12183,7 +12183,7 @@ EXAMPLES
12183
12183
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
12184
12184
  ```
12185
12185
 
12186
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pvc/create.ts)_
12186
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pvc/create.ts)_
12187
12187
 
12188
12188
  ## `codiac pvc delete`
12189
12189
 
@@ -12230,7 +12230,7 @@ EXAMPLES
12230
12230
  $ codiac pvc delete --id <fileStoreDefId> --silent
12231
12231
  ```
12232
12232
 
12233
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pvc/delete.ts)_
12233
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pvc/delete.ts)_
12234
12234
 
12235
12235
  ## `codiac pvc get`
12236
12236
 
@@ -12271,7 +12271,7 @@ EXAMPLES
12271
12271
  $ codiac pvc get --name app-documents-share --silent -o json
12272
12272
  ```
12273
12273
 
12274
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pvc/get.ts)_
12274
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pvc/get.ts)_
12275
12275
 
12276
12276
  ## `codiac pvc list`
12277
12277
 
@@ -12314,7 +12314,7 @@ EXAMPLES
12314
12314
  $ codiac pvc list -o yaml
12315
12315
  ```
12316
12316
 
12317
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/pvc/list.ts)_
12317
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/pvc/list.ts)_
12318
12318
 
12319
12319
  ## `codiac relay-version`
12320
12320
 
@@ -12331,7 +12331,7 @@ EXAMPLES
12331
12331
  $ codiac relay-version
12332
12332
  ```
12333
12333
 
12334
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/relay-version.ts)_
12334
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/relay-version.ts)_
12335
12335
 
12336
12336
  ## `codiac run`
12337
12337
 
@@ -12373,7 +12373,7 @@ DESCRIPTION
12373
12373
  Runs the latest build of the api container locally.
12374
12374
  ```
12375
12375
 
12376
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/run.ts)_
12376
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/run.ts)_
12377
12377
 
12378
12378
  ## `codiac secretStore`
12379
12379
 
@@ -12491,7 +12491,7 @@ EXAMPLES
12491
12491
  $ codiac secretStore capture --echo
12492
12492
  ```
12493
12493
 
12494
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/secretStore/capture.ts)_
12494
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/secretStore/capture.ts)_
12495
12495
 
12496
12496
  ## `codiac secretStore forget`
12497
12497
 
@@ -12512,7 +12512,7 @@ DESCRIPTION
12512
12512
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
12513
12513
  ```
12514
12514
 
12515
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/secretStore/forget.ts)_
12515
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/secretStore/forget.ts)_
12516
12516
 
12517
12517
  ## `codiac secretStore list`
12518
12518
 
@@ -12557,7 +12557,7 @@ EXAMPLES
12557
12557
  $ codiac secretStore list
12558
12558
  ```
12559
12559
 
12560
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/secretStore/list.ts)_
12560
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/secretStore/list.ts)_
12561
12561
 
12562
12562
  ## `codiac shell init`
12563
12563
 
@@ -12595,7 +12595,7 @@ EXAMPLES
12595
12595
  Invoke-Expression (codiac shell init --shell powershell)
12596
12596
  ```
12597
12597
 
12598
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/shell/init.ts)_
12598
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/shell/init.ts)_
12599
12599
 
12600
12600
  ## `codiac skill install`
12601
12601
 
@@ -12630,7 +12630,7 @@ EXAMPLES
12630
12630
  $ codiac skill install --force
12631
12631
  ```
12632
12632
 
12633
- _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/skill/install.ts)_
12633
+ _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/skill/install.ts)_
12634
12634
 
12635
12635
  ## `codiac skill path`
12636
12636
 
@@ -12653,7 +12653,7 @@ EXAMPLES
12653
12653
  $ codiac skill path
12654
12654
  ```
12655
12655
 
12656
- _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/skill/path.ts)_
12656
+ _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/skill/path.ts)_
12657
12657
 
12658
12658
  ## `codiac skill show`
12659
12659
 
@@ -12692,7 +12692,7 @@ EXAMPLES
12692
12692
  $ codiac skill show --list
12693
12693
  ```
12694
12694
 
12695
- _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/skill/show.ts)_
12695
+ _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/skill/show.ts)_
12696
12696
 
12697
12697
  ## `codiac snapshot deploy`
12698
12698
 
@@ -12720,7 +12720,7 @@ DESCRIPTION
12720
12720
  Deploys all assets in a snapshot to a target cabinet.
12721
12721
  ```
12722
12722
 
12723
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/snapshot/deploy.ts)_
12723
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/snapshot/deploy.ts)_
12724
12724
 
12725
12725
  ## `codiac snapshot list`
12726
12726
 
@@ -12769,7 +12769,7 @@ EXAMPLES
12769
12769
  $ codiac snapshot list -e myEnterprise --silent
12770
12770
  ```
12771
12771
 
12772
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/snapshot/list.ts)_
12772
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/snapshot/list.ts)_
12773
12773
 
12774
12774
  ## `codiac snapshot tag`
12775
12775
 
@@ -12812,7 +12812,7 @@ EXAMPLES
12812
12812
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
12813
12813
  ```
12814
12814
 
12815
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/snapshot/tag.ts)_
12815
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/snapshot/tag.ts)_
12816
12816
 
12817
12817
  ## `codiac snapshot untag`
12818
12818
 
@@ -12855,7 +12855,7 @@ EXAMPLES
12855
12855
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
12856
12856
  ```
12857
12857
 
12858
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/snapshot/untag.ts)_
12858
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/snapshot/untag.ts)_
12859
12859
 
12860
12860
  ## `codiac stage [FILES]`
12861
12861
 
@@ -12877,7 +12877,7 @@ DESCRIPTION
12877
12877
  Flags files to be included in the next commit.
12878
12878
  ```
12879
12879
 
12880
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/stage.ts)_
12880
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/stage.ts)_
12881
12881
 
12882
12882
  ## `codiac stash [FILE]`
12883
12883
 
@@ -12899,7 +12899,7 @@ DESCRIPTION
12899
12899
  describe the command here
12900
12900
  ```
12901
12901
 
12902
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/stash.ts)_
12902
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/stash.ts)_
12903
12903
 
12904
12904
  ## `codiac status`
12905
12905
 
@@ -12918,7 +12918,7 @@ DESCRIPTION
12918
12918
  Shows the current uncommitted changes in the current branch.
12919
12919
  ```
12920
12920
 
12921
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/status.ts)_
12921
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/status.ts)_
12922
12922
 
12923
12923
  ## `codiac stop`
12924
12924
 
@@ -12936,7 +12936,7 @@ DESCRIPTION
12936
12936
  Stops the running container for this project
12937
12937
  ```
12938
12938
 
12939
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/stop.ts)_
12939
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/stop.ts)_
12940
12940
 
12941
12941
  ## `codiac switch [NAME]`
12942
12942
 
@@ -12956,7 +12956,7 @@ DESCRIPTION
12956
12956
  Changes branch on the main project and any sourced dependencies.
12957
12957
  ```
12958
12958
 
12959
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/switch.ts)_
12959
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/switch.ts)_
12960
12960
 
12961
12961
  ## `codiac sync [NAME]`
12962
12962
 
@@ -12981,7 +12981,7 @@ DESCRIPTION
12981
12981
  Merges the given branch into the current branch.
12982
12982
  ```
12983
12983
 
12984
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/sync.ts)_
12984
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/sync.ts)_
12985
12985
 
12986
12986
  ## `codiac tenant create [NAME]`
12987
12987
 
@@ -13024,7 +13024,7 @@ EXAMPLES
13024
13024
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
13025
13025
  ```
13026
13026
 
13027
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/tenant/create.ts)_
13027
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/tenant/create.ts)_
13028
13028
 
13029
13029
  ## `codiac tenant switch [CODE]`
13030
13030
 
@@ -13064,7 +13064,7 @@ EXAMPLES
13064
13064
  $ codiac tenant switch my-tenant-code --to-script
13065
13065
  ```
13066
13066
 
13067
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/tenant/switch.ts)_
13067
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/tenant/switch.ts)_
13068
13068
 
13069
13069
  ## `codiac token [TOKENNAME]`
13070
13070
 
@@ -13186,7 +13186,7 @@ DESCRIPTION
13186
13186
  Flags files to be included in the next commit.
13187
13187
  ```
13188
13188
 
13189
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/unstage.ts)_
13189
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/unstage.ts)_
13190
13190
 
13191
13191
  ## `codiac update [CHANNEL]`
13192
13192
 
@@ -13373,7 +13373,7 @@ EXAMPLES
13373
13373
  $ codiac whereami --to-script
13374
13374
  ```
13375
13375
 
13376
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/whereami.ts)_
13376
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/whereami.ts)_
13377
13377
 
13378
13378
  ## `codiac whoami`
13379
13379
 
@@ -13415,5 +13415,5 @@ EXAMPLES
13415
13415
  $ codiac whoami --to-script
13416
13416
  ```
13417
13417
 
13418
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.247/src/commands/whoami.ts)_
13418
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.251/src/commands/whoami.ts)_
13419
13419
  <!-- commandsstop -->