@codiac.io/codiac-cli 1.3.208 → 1.3.213

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.208 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.213 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ codiac asset create -e myEnterprise -n my-api --deploy-condition "environment.name = 'production'"
581
581
  ```
582
582
 
583
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/create.ts)_
583
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/create.ts)_
584
584
 
585
585
  ## `codiac asset edit`
586
586
 
@@ -638,7 +638,7 @@ EXAMPLES
638
638
  $ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
639
639
  ```
640
640
 
641
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/edit.ts)_
641
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/edit.ts)_
642
642
 
643
643
  ## `codiac asset entrypoint`
644
644
 
@@ -759,7 +759,7 @@ EXAMPLES
759
759
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
760
760
  ```
761
761
 
762
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/entrypoint/delete.ts)_
762
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/entrypoint/delete.ts)_
763
763
 
764
764
  ## `codiac asset entrypoint set`
765
765
 
@@ -828,7 +828,7 @@ EXAMPLES
828
828
  --input=/backup/workflows'
829
829
  ```
830
830
 
831
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/entrypoint/set.ts)_
831
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/entrypoint/set.ts)_
832
832
 
833
833
  ## `codiac asset get [CMD]`
834
834
 
@@ -935,7 +935,7 @@ EXAMPLES
935
935
  $ codiac asset list -e myEnterprise --to-script
936
936
  ```
937
937
 
938
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/list.ts)_
938
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/list.ts)_
939
939
 
940
940
  ## `codiac asset mon [CMD]`
941
941
 
@@ -1182,7 +1182,7 @@ EXAMPLES
1182
1182
  $ codiac asset obliterate -e main -n my-api
1183
1183
  ```
1184
1184
 
1185
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/obliterate.ts)_
1185
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/obliterate.ts)_
1186
1186
 
1187
1187
  ## `codiac asset probe create [CMD]`
1188
1188
 
@@ -1272,7 +1272,7 @@ EXAMPLES
1272
1272
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1273
1273
  ```
1274
1274
 
1275
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/probe/create.ts)_
1275
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/probe/create.ts)_
1276
1276
 
1277
1277
  ## `codiac asset probe delete`
1278
1278
 
@@ -1327,7 +1327,7 @@ EXAMPLES
1327
1327
  $ codiac asset probe delete
1328
1328
  ```
1329
1329
 
1330
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/probe/delete.ts)_
1330
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/probe/delete.ts)_
1331
1331
 
1332
1332
  ## `codiac asset probe list`
1333
1333
 
@@ -1379,7 +1379,7 @@ EXAMPLES
1379
1379
  $ codiac asset probe list
1380
1380
  ```
1381
1381
 
1382
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/probe/list.ts)_
1382
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/probe/list.ts)_
1383
1383
 
1384
1384
  ## `codiac asset recycle`
1385
1385
 
@@ -1419,7 +1419,7 @@ DESCRIPTION
1419
1419
  Deploys a given asset to a given cabinet. Defaults to current version.
1420
1420
  ```
1421
1421
 
1422
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/recycle.ts)_
1422
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/recycle.ts)_
1423
1423
 
1424
1424
  ## `codiac asset undeploy`
1425
1425
 
@@ -1463,7 +1463,7 @@ EXAMPLES
1463
1463
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1464
1464
  ```
1465
1465
 
1466
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/undeploy.ts)_
1466
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/undeploy.ts)_
1467
1467
 
1468
1468
  ## `codiac asset view [CMD]`
1469
1469
 
@@ -1518,7 +1518,7 @@ ALIASES
1518
1518
  $ codiac asset get
1519
1519
  ```
1520
1520
 
1521
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/view.ts)_
1521
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/view.ts)_
1522
1522
 
1523
1523
  ## `codiac asset vol add [MOUNTPATH]`
1524
1524
 
@@ -1789,7 +1789,7 @@ ALIASES
1789
1789
  $ codiac asset volume add
1790
1790
  ```
1791
1791
 
1792
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/volume/create.ts)_
1792
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/volume/create.ts)_
1793
1793
 
1794
1794
  ## `codiac asset volume del`
1795
1795
 
@@ -1877,7 +1877,7 @@ EXAMPLES
1877
1877
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
1878
1878
  ```
1879
1879
 
1880
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/volume/delete.ts)_
1880
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/volume/delete.ts)_
1881
1881
 
1882
1882
  ## `codiac asset volume list`
1883
1883
 
@@ -1926,7 +1926,7 @@ EXAMPLES
1926
1926
  $ codiac asset volume list -e myEnterprise --silent
1927
1927
  ```
1928
1928
 
1929
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/volume/list.ts)_
1929
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/volume/list.ts)_
1930
1930
 
1931
1931
  ## `codiac asset volumes del`
1932
1932
 
@@ -2093,7 +2093,7 @@ EXAMPLES
2093
2093
  $ codiac asset where -e main -a my-api --silent
2094
2094
  ```
2095
2095
 
2096
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/asset/where.ts)_
2096
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/asset/where.ts)_
2097
2097
 
2098
2098
  ## `codiac auth cab allow`
2099
2099
 
@@ -2255,7 +2255,7 @@ EXAMPLES
2255
2255
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2256
2256
  ```
2257
2257
 
2258
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/cabinet/allow.ts)_
2258
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/cabinet/allow.ts)_
2259
2259
 
2260
2260
  ## `codiac auth cabinet allowed`
2261
2261
 
@@ -2303,7 +2303,7 @@ EXAMPLES
2303
2303
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2304
2304
  ```
2305
2305
 
2306
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/cabinet/allowed.ts)_
2306
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/cabinet/allowed.ts)_
2307
2307
 
2308
2308
  ## `codiac auth ent allow`
2309
2309
 
@@ -2494,7 +2494,7 @@ EXAMPLES
2494
2494
  $ codiac auth enterprise allow -r deployer -p none
2495
2495
  ```
2496
2496
 
2497
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/enterprise/allow.ts)_
2497
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/enterprise/allow.ts)_
2498
2498
 
2499
2499
  ## `codiac auth enterprise allow onEnvironments`
2500
2500
 
@@ -2548,7 +2548,7 @@ EXAMPLES
2548
2548
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2549
2549
  ```
2550
2550
 
2551
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2551
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2552
2552
 
2553
2553
  ## `codiac auth enterprise allowed`
2554
2554
 
@@ -2589,7 +2589,7 @@ EXAMPLES
2589
2589
  $ codiac auth enterprise allowed --enterprise modeling
2590
2590
  ```
2591
2591
 
2592
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/enterprise/allowed.ts)_
2592
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/enterprise/allowed.ts)_
2593
2593
 
2594
2594
  ## `codiac auth env allowed`
2595
2595
 
@@ -2796,7 +2796,7 @@ EXAMPLES
2796
2796
  $ codiac auth environment allow -e qa -r productmanager -p read
2797
2797
  ```
2798
2798
 
2799
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/environment/allow.ts)_
2799
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/environment/allow.ts)_
2800
2800
 
2801
2801
  ## `codiac auth environment allow onCabinets`
2802
2802
 
@@ -2853,7 +2853,7 @@ EXAMPLES
2853
2853
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
2854
2854
  ```
2855
2855
 
2856
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/environment/allow/onCabinets.ts)_
2856
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/environment/allow/onCabinets.ts)_
2857
2857
 
2858
2858
  ## `codiac auth environment allowed`
2859
2859
 
@@ -2898,7 +2898,7 @@ EXAMPLES
2898
2898
  $ codiac auth environment allowed --enterprise modeling -e dev
2899
2899
  ```
2900
2900
 
2901
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/environment/allowed.ts)_
2901
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/environment/allowed.ts)_
2902
2902
 
2903
2903
  ## `codiac auth register`
2904
2904
 
@@ -2944,7 +2944,7 @@ EXAMPLES
2944
2944
  $ codiac auth register
2945
2945
  ```
2946
2946
 
2947
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/register.ts)_
2947
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/register.ts)_
2948
2948
 
2949
2949
  ## `codiac auth role allowed [NAME]`
2950
2950
 
@@ -2991,7 +2991,7 @@ EXAMPLES
2991
2991
  $ codiac auth role allowed -n deployer -e main
2992
2992
  ```
2993
2993
 
2994
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/allowed.ts)_
2994
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/allowed.ts)_
2995
2995
 
2996
2996
  ## `codiac auth role assign`
2997
2997
 
@@ -3023,7 +3023,7 @@ EXAMPLES
3023
3023
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3024
3024
  ```
3025
3025
 
3026
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/assign.ts)_
3026
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/assign.ts)_
3027
3027
 
3028
3028
  ## `codiac auth role create [NAME]`
3029
3029
 
@@ -3056,7 +3056,7 @@ EXAMPLES
3056
3056
  $ codiac auth role create -n deployer
3057
3057
  ```
3058
3058
 
3059
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/create.ts)_
3059
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/create.ts)_
3060
3060
 
3061
3061
  ## `codiac auth role delete [NAME]`
3062
3062
 
@@ -3092,7 +3092,7 @@ EXAMPLES
3092
3092
  $ codiac auth role delete --id abc123def456
3093
3093
  ```
3094
3094
 
3095
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/delete.ts)_
3095
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/delete.ts)_
3096
3096
 
3097
3097
  ## `codiac auth role list`
3098
3098
 
@@ -3128,7 +3128,7 @@ EXAMPLES
3128
3128
  $ codiac auth role list -o yaml > roles.yaml
3129
3129
  ```
3130
3130
 
3131
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/list.ts)_
3131
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/list.ts)_
3132
3132
 
3133
3133
  ## `codiac auth role unassign`
3134
3134
 
@@ -3160,7 +3160,7 @@ EXAMPLES
3160
3160
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3161
3161
  ```
3162
3162
 
3163
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/role/unassign.ts)_
3163
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/role/unassign.ts)_
3164
3164
 
3165
3165
  ## `codiac auth user invite`
3166
3166
 
@@ -3200,7 +3200,7 @@ EXAMPLES
3200
3200
  $ codiac auth user invite
3201
3201
  ```
3202
3202
 
3203
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/user/invite.ts)_
3203
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/user/invite.ts)_
3204
3204
 
3205
3205
  ## `codiac auth user list`
3206
3206
 
@@ -3236,7 +3236,7 @@ EXAMPLES
3236
3236
  $ codiac auth user list -o yaml > users.yaml
3237
3237
  ```
3238
3238
 
3239
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/auth/user/list.ts)_
3239
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/auth/user/list.ts)_
3240
3240
 
3241
3241
  ## `codiac autocomplete [SHELL]`
3242
3242
 
@@ -3286,7 +3286,7 @@ DESCRIPTION
3286
3286
  Creates a new branch for the parent project and any sourced dependencies.
3287
3287
  ```
3288
3288
 
3289
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/branch.ts)_
3289
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/branch.ts)_
3290
3290
 
3291
3291
  ## `codiac branch current`
3292
3292
 
@@ -3306,7 +3306,7 @@ ALIASES
3306
3306
  $ codiac branches current
3307
3307
  ```
3308
3308
 
3309
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/branch/current.ts)_
3309
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/branch/current.ts)_
3310
3310
 
3311
3311
  ## `codiac branch list`
3312
3312
 
@@ -3328,7 +3328,7 @@ ALIASES
3328
3328
  $ codiac branches list
3329
3329
  ```
3330
3330
 
3331
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/branch/list.ts)_
3331
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/branch/list.ts)_
3332
3332
 
3333
3333
  ## `codiac branches current`
3334
3334
 
@@ -3418,7 +3418,7 @@ DESCRIPTION
3418
3418
  Builds the project and the docker container
3419
3419
  ```
3420
3420
 
3421
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/build.ts)_
3421
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/build.ts)_
3422
3422
 
3423
3423
  ## `codiac cab attach`
3424
3424
 
@@ -4167,7 +4167,7 @@ EXAMPLES
4167
4167
  prod-cluster-1 --to-script
4168
4168
  ```
4169
4169
 
4170
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/cluster/attach.ts)_
4170
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/cluster/attach.ts)_
4171
4171
 
4172
4172
  ## `codiac cabinet contents`
4173
4173
 
@@ -4211,7 +4211,7 @@ EXAMPLES
4211
4211
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4212
4212
  ```
4213
4213
 
4214
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/contents.ts)_
4214
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/contents.ts)_
4215
4215
 
4216
4216
  ## `codiac cabinet create [CABINET]`
4217
4217
 
@@ -4278,7 +4278,7 @@ EXAMPLES
4278
4278
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4279
4279
  ```
4280
4280
 
4281
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/create.ts)_
4281
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/create.ts)_
4282
4282
 
4283
4283
  ## `codiac cabinet define [CABINET]`
4284
4284
 
@@ -4340,7 +4340,7 @@ EXAMPLES
4340
4340
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4341
4341
  ```
4342
4342
 
4343
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/define.ts)_
4343
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/define.ts)_
4344
4344
 
4345
4345
  ## `codiac cabinet destroy [CABINET]`
4346
4346
 
@@ -4398,7 +4398,7 @@ EXAMPLES
4398
4398
  --environment dev --silent
4399
4399
  ```
4400
4400
 
4401
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/destroy.ts)_
4401
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/destroy.ts)_
4402
4402
 
4403
4403
  ## `codiac cabinet detach [CABINET]`
4404
4404
 
@@ -4455,7 +4455,7 @@ EXAMPLES
4455
4455
  main --environment dev
4456
4456
  ```
4457
4457
 
4458
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/detach.ts)_
4458
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/detach.ts)_
4459
4459
 
4460
4460
  ## `codiac cabinet forget [CABINET]`
4461
4461
 
@@ -4510,7 +4510,7 @@ EXAMPLES
4510
4510
  $ codiac cabinet forget --to-script
4511
4511
  ```
4512
4512
 
4513
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/forget.ts)_
4513
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/forget.ts)_
4514
4514
 
4515
4515
  ## `codiac cabinet list`
4516
4516
 
@@ -4561,7 +4561,7 @@ EXAMPLES
4561
4561
  $ codiac cabinet list -e myEnterprise --silent
4562
4562
  ```
4563
4563
 
4564
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/list.ts)_
4564
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/list.ts)_
4565
4565
 
4566
4566
  ## `codiac cabinet obliterate [CABINET]`
4567
4567
 
@@ -4603,7 +4603,7 @@ ALIASES
4603
4603
  $ codiac infrx cab obliterate
4604
4604
  ```
4605
4605
 
4606
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/obliterate.ts)_
4606
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/obliterate.ts)_
4607
4607
 
4608
4608
  ## `codiac cabinet restore`
4609
4609
 
@@ -4670,7 +4670,7 @@ EXAMPLES
4670
4670
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
4671
4671
  ```
4672
4672
 
4673
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cabinet/restore.ts)_
4673
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cabinet/restore.ts)_
4674
4674
 
4675
4675
  ## `codiac cfg add`
4676
4676
 
@@ -4945,7 +4945,7 @@ DESCRIPTION
4945
4945
  Applies settings to the Codiac CLI itself (scoped to the local machine).
4946
4946
  ```
4947
4947
 
4948
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cli.ts)_
4948
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cli.ts)_
4949
4949
 
4950
4950
  ## `codiac cluster agent configure [CLUSTER]`
4951
4951
 
@@ -5013,7 +5013,7 @@ EXAMPLES
5013
5013
  $ codiac cluster agent configure my-cluster --to-script
5014
5014
  ```
5015
5015
 
5016
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/agent/configure.ts)_
5016
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/agent/configure.ts)_
5017
5017
 
5018
5018
  ## `codiac cluster agent install [CLUSTER]`
5019
5019
 
@@ -5069,7 +5069,7 @@ EXAMPLES
5069
5069
  $ codiac cluster agent install my-cluster --to-script
5070
5070
  ```
5071
5071
 
5072
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/agent/install.ts)_
5072
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/agent/install.ts)_
5073
5073
 
5074
5074
  ## `codiac cluster agent uninstall [CLUSTER]`
5075
5075
 
@@ -5117,7 +5117,7 @@ EXAMPLES
5117
5117
  $ codiac cluster agent uninstall my-cluster --to-script
5118
5118
  ```
5119
5119
 
5120
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/agent/uninstall.ts)_
5120
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/agent/uninstall.ts)_
5121
5121
 
5122
5122
  ## `codiac cluster bootstrap [NAME]`
5123
5123
 
@@ -5180,7 +5180,7 @@ EXAMPLES
5180
5180
  $ codiac cluster bootstrap my-cluster --to-script
5181
5181
  ```
5182
5182
 
5183
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/bootstrap.ts)_
5183
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/bootstrap.ts)_
5184
5184
 
5185
5185
  ## `codiac cluster capture`
5186
5186
 
@@ -5265,7 +5265,7 @@ EXAMPLES
5265
5265
  $ codiac cluster connect my-fav-cluster
5266
5266
  ```
5267
5267
 
5268
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/connect.ts)_
5268
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/connect.ts)_
5269
5269
 
5270
5270
  ## `codiac cluster contents`
5271
5271
 
@@ -5930,7 +5930,7 @@ EXAMPLES
5930
5930
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
5931
5931
  ```
5932
5932
 
5933
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/install.ts)_
5933
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/install.ts)_
5934
5934
 
5935
5935
  ## `codiac cluster journal [CLUSTER]`
5936
5936
 
@@ -6219,7 +6219,7 @@ EXAMPLES
6219
6219
  $ codiac cluster stack capture my-fav-cluster
6220
6220
  ```
6221
6221
 
6222
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/stack/capture.ts)_
6222
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/stack/capture.ts)_
6223
6223
 
6224
6224
  ## `codiac cluster stack install [CLUSTER]`
6225
6225
 
@@ -6271,7 +6271,7 @@ EXAMPLES
6271
6271
  $ codiac cluster stack install my-cluster --to-script
6272
6272
  ```
6273
6273
 
6274
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/stack/install.ts)_
6274
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/stack/install.ts)_
6275
6275
 
6276
6276
  ## `codiac cluster stack list`
6277
6277
 
@@ -6437,7 +6437,7 @@ EXAMPLES
6437
6437
  $ codiac cluster start my-fav-cluster
6438
6438
  ```
6439
6439
 
6440
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/start.ts)_
6440
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/start.ts)_
6441
6441
 
6442
6442
  ## `codiac cluster stop [CLUSTER]`
6443
6443
 
@@ -6474,7 +6474,7 @@ EXAMPLES
6474
6474
  $ codiac cluster start my-fav-cluster
6475
6475
  ```
6476
6476
 
6477
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/cluster/stop.ts)_
6477
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/cluster/stop.ts)_
6478
6478
 
6479
6479
  ## `codiac cluster uninstall`
6480
6480
 
@@ -6536,7 +6536,7 @@ DESCRIPTION
6536
6536
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6537
6537
  ```
6538
6538
 
6539
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/commit.ts)_
6539
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/commit.ts)_
6540
6540
 
6541
6541
  ## `codiac config add`
6542
6542
 
@@ -6664,7 +6664,7 @@ EXAMPLES
6664
6664
  '${hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
6665
6665
  ```
6666
6666
 
6667
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/add.ts)_
6667
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/add.ts)_
6668
6668
 
6669
6669
  ## `codiac config delete [SETTING]`
6670
6670
 
@@ -6733,7 +6733,7 @@ ALIASES
6733
6733
  $ codiac cfg delete
6734
6734
  ```
6735
6735
 
6736
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/delete.ts)_
6736
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/delete.ts)_
6737
6737
 
6738
6738
  ## `codiac config deploy`
6739
6739
 
@@ -6774,7 +6774,7 @@ EXAMPLES
6774
6774
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
6775
6775
  ```
6776
6776
 
6777
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/deploy.ts)_
6777
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/deploy.ts)_
6778
6778
 
6779
6779
  ## `codiac config import`
6780
6780
 
@@ -6827,7 +6827,7 @@ EXAMPLES
6827
6827
  $ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
6828
6828
  ```
6829
6829
 
6830
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/import.ts)_
6830
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/import.ts)_
6831
6831
 
6832
6832
  ## `codiac config preview [SETTING]`
6833
6833
 
@@ -7086,7 +7086,7 @@ DESCRIPTION
7086
7086
  Shows the list of clusters.
7087
7087
  ```
7088
7088
 
7089
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/settings/get.ts)_
7089
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/settings/get.ts)_
7090
7090
 
7091
7091
  ## `codiac config view [SETTING]`
7092
7092
 
@@ -7151,7 +7151,7 @@ EXAMPLES
7151
7151
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7152
7152
  ```
7153
7153
 
7154
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/config/view.ts)_
7154
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/config/view.ts)_
7155
7155
 
7156
7156
  ## `codiac csp creds list`
7157
7157
 
@@ -7199,7 +7199,7 @@ EXAMPLES
7199
7199
  $ codiac csp creds list
7200
7200
  ```
7201
7201
 
7202
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/csp/creds/list.ts)_
7202
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/csp/creds/list.ts)_
7203
7203
 
7204
7204
  ## `codiac csp login [PROVIDER]`
7205
7205
 
@@ -7277,7 +7277,7 @@ EXAMPLES
7277
7277
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7278
7278
  ```
7279
7279
 
7280
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/csp/login.ts)_
7280
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/csp/login.ts)_
7281
7281
 
7282
7282
  ## `codiac csp logout [PROVIDER]`
7283
7283
 
@@ -7324,7 +7324,7 @@ EXAMPLES
7324
7324
  $ codiac csp logout azure --to-script
7325
7325
  ```
7326
7326
 
7327
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/csp/logout.ts)_
7327
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/csp/logout.ts)_
7328
7328
 
7329
7329
  ## `codiac dep [NAME]`
7330
7330
 
@@ -7345,7 +7345,7 @@ DESCRIPTION
7345
7345
  Installs a package into current project.
7346
7346
  ```
7347
7347
 
7348
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep.ts)_
7348
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep.ts)_
7349
7349
 
7350
7350
  ## `codiac dep create [URL]`
7351
7351
 
@@ -7369,7 +7369,7 @@ DESCRIPTION
7369
7369
  package version is used.
7370
7370
  ```
7371
7371
 
7372
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/create.ts)_
7372
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/create.ts)_
7373
7373
 
7374
7374
  ## `codiac dep install`
7375
7375
 
@@ -7386,7 +7386,7 @@ DESCRIPTION
7386
7386
  installs any missing dependency packages into the local project folder.
7387
7387
  ```
7388
7388
 
7389
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/install.ts)_
7389
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/install.ts)_
7390
7390
 
7391
7391
  ## `codiac dep list`
7392
7392
 
@@ -7403,7 +7403,7 @@ DESCRIPTION
7403
7403
  Shows the dependencies for the project.
7404
7404
  ```
7405
7405
 
7406
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/list.ts)_
7406
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/list.ts)_
7407
7407
 
7408
7408
  ## `codiac dep remove [NAME]`
7409
7409
 
@@ -7426,7 +7426,7 @@ DESCRIPTION
7426
7426
  Removes a dependency from the project.
7427
7427
  ```
7428
7428
 
7429
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/remove.ts)_
7429
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/remove.ts)_
7430
7430
 
7431
7431
  ## `codiac dep source [NAME]`
7432
7432
 
@@ -7452,7 +7452,7 @@ ALIASES
7452
7452
  $ codiac dep src
7453
7453
  ```
7454
7454
 
7455
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/source.ts)_
7455
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/source.ts)_
7456
7456
 
7457
7457
  ## `codiac dep src [NAME]`
7458
7458
 
@@ -7496,7 +7496,7 @@ DESCRIPTION
7496
7496
  Publishes the dependency in its current state and upgrades to it in the main project.
7497
7497
  ```
7498
7498
 
7499
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/syncup.ts)_
7499
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/syncup.ts)_
7500
7500
 
7501
7501
  ## `codiac dep unsource [NAME]`
7502
7502
 
@@ -7524,7 +7524,7 @@ ALIASES
7524
7524
  $ codiac dep unsrc
7525
7525
  ```
7526
7526
 
7527
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/unsource.ts)_
7527
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/unsource.ts)_
7528
7528
 
7529
7529
  ## `codiac dep unsrc [NAME]`
7530
7530
 
@@ -7571,7 +7571,7 @@ DESCRIPTION
7571
7571
  describe the command here
7572
7572
  ```
7573
7573
 
7574
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/dep/upgrade.ts)_
7574
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/dep/upgrade.ts)_
7575
7575
 
7576
7576
  ## `codiac deploy`
7577
7577
 
@@ -7624,7 +7624,7 @@ EXAMPLES
7624
7624
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
7625
7625
  ```
7626
7626
 
7627
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/deploy.ts)_
7627
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/deploy.ts)_
7628
7628
 
7629
7629
  ## `codiac domain map [DOMAIN]`
7630
7630
 
@@ -7780,7 +7780,7 @@ EXAMPLES
7780
7780
  cod enterprise create my-enterprise-code --silent
7781
7781
  ```
7782
7782
 
7783
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/enterprise/create.ts)_
7783
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/enterprise/create.ts)_
7784
7784
 
7785
7785
  ## `codiac enterprise list`
7786
7786
 
@@ -7835,7 +7835,7 @@ EXAMPLES
7835
7835
  $ codiac enterprise list --to-script
7836
7836
  ```
7837
7837
 
7838
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/enterprise/list.ts)_
7838
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/enterprise/list.ts)_
7839
7839
 
7840
7840
  ## `codiac env add [SETTING]`
7841
7841
 
@@ -7885,7 +7885,7 @@ EXAMPLES
7885
7885
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
7886
7886
  ```
7887
7887
 
7888
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/env/add.ts)_
7888
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/env/add.ts)_
7889
7889
 
7890
7890
  ## `codiac enviro cluster attach`
7891
7891
 
@@ -8188,7 +8188,7 @@ ALIASES
8188
8188
  $ codiac infrx enviro cluster attach
8189
8189
  ```
8190
8190
 
8191
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/environment/cluster/attach.ts)_
8191
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/environment/cluster/attach.ts)_
8192
8192
 
8193
8193
  ## `codiac environment cluster detach`
8194
8194
 
@@ -8234,7 +8234,7 @@ ALIASES
8234
8234
  $ codiac infrx enviro cluster detach
8235
8235
  ```
8236
8236
 
8237
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/environment/cluster/detach.ts)_
8237
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/environment/cluster/detach.ts)_
8238
8238
 
8239
8239
  ## `codiac environment create [NAME]`
8240
8240
 
@@ -8297,7 +8297,7 @@ EXAMPLES
8297
8297
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8298
8298
  ```
8299
8299
 
8300
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/environment/create.ts)_
8300
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/environment/create.ts)_
8301
8301
 
8302
8302
  ## `codiac environment delete [NAME]`
8303
8303
 
@@ -8358,7 +8358,7 @@ EXAMPLES
8358
8358
  $ codiac environment delete dev --enterprise main --to-script
8359
8359
  ```
8360
8360
 
8361
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/environment/delete.ts)_
8361
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/environment/delete.ts)_
8362
8362
 
8363
8363
  ## `codiac environment list`
8364
8364
 
@@ -8409,7 +8409,7 @@ EXAMPLES
8409
8409
  $ codiac environment list -e myEnterprise --silent
8410
8410
  ```
8411
8411
 
8412
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/environment/list.ts)_
8412
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/environment/list.ts)_
8413
8413
 
8414
8414
  ## `codiac fileshare capture`
8415
8415
 
@@ -8493,7 +8493,7 @@ ALIASES
8493
8493
  $ codiac fileshare capture
8494
8494
  ```
8495
8495
 
8496
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/filestore/capture.ts)_
8496
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/filestore/capture.ts)_
8497
8497
 
8498
8498
  ## `codiac filestore forget`
8499
8499
 
@@ -8540,7 +8540,7 @@ EXAMPLES
8540
8540
  $ codiac filestore forget
8541
8541
  ```
8542
8542
 
8543
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/filestore/forget.ts)_
8543
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/filestore/forget.ts)_
8544
8544
 
8545
8545
  ## `codiac filestore list`
8546
8546
 
@@ -8586,7 +8586,7 @@ EXAMPLES
8586
8586
  $ codiac filestore list
8587
8587
  ```
8588
8588
 
8589
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/filestore/list.ts)_
8589
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/filestore/list.ts)_
8590
8590
 
8591
8591
  ## `codiac help [COMMANDS]`
8592
8592
 
@@ -8672,7 +8672,7 @@ EXAMPLES
8672
8672
  $ codiac host delete
8673
8673
  ```
8674
8674
 
8675
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/host/delete.ts)_
8675
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/host/delete.ts)_
8676
8676
 
8677
8677
  ## `codiac host list [DOMAIN]`
8678
8678
 
@@ -8716,7 +8716,7 @@ EXAMPLES
8716
8716
  $ codiac host list
8717
8717
  ```
8718
8718
 
8719
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/host/list.ts)_
8719
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/host/list.ts)_
8720
8720
 
8721
8721
  ## `codiac host map [DOMAIN]`
8722
8722
 
@@ -8770,7 +8770,7 @@ EXAMPLES
8770
8770
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
8771
8771
  ```
8772
8772
 
8773
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/host/map.ts)_
8773
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/host/map.ts)_
8774
8774
 
8775
8775
  ## `codiac host view [DOMAIN]`
8776
8776
 
@@ -8815,7 +8815,7 @@ EXAMPLES
8815
8815
  $ codiac host view
8816
8816
  ```
8817
8817
 
8818
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/host/view.ts)_
8818
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/host/view.ts)_
8819
8819
 
8820
8820
  ## `codiac identify [TOKENNAME]`
8821
8821
 
@@ -8887,7 +8887,7 @@ ALIASES
8887
8887
  $ codiac token
8888
8888
  ```
8889
8889
 
8890
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/identity.ts)_
8890
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/identity.ts)_
8891
8891
 
8892
8892
  ## `codiac identity delete [NAME]`
8893
8893
 
@@ -8912,7 +8912,7 @@ ALIASES
8912
8912
  $ codiac token remove
8913
8913
  ```
8914
8914
 
8915
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/identity/delete.ts)_
8915
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/identity/delete.ts)_
8916
8916
 
8917
8917
  ## `codiac identity list`
8918
8918
 
@@ -8934,7 +8934,7 @@ ALIASES
8934
8934
  $ codiac token list
8935
8935
  ```
8936
8936
 
8937
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/identity/list.ts)_
8937
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/identity/list.ts)_
8938
8938
 
8939
8939
  ## `codiac identity remove [NAME]`
8940
8940
 
@@ -9255,7 +9255,7 @@ DESCRIPTION
9255
9255
  Saves a reference to an existing container registry.
9256
9256
  ```
9257
9257
 
9258
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/imageRegistry/capture.ts)_
9258
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/imageRegistry/capture.ts)_
9259
9259
 
9260
9260
  ## `codiac imageRegistry forget`
9261
9261
 
@@ -9276,7 +9276,7 @@ DESCRIPTION
9276
9276
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
9277
9277
  ```
9278
9278
 
9279
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/imageRegistry/forget.ts)_
9279
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/imageRegistry/forget.ts)_
9280
9280
 
9281
9281
  ## `codiac imageRegistry list`
9282
9282
 
@@ -9318,7 +9318,7 @@ EXAMPLES
9318
9318
  $ codiac imageRegistry list -o yaml > registries.yaml
9319
9319
  ```
9320
9320
 
9321
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/imageRegistry/list.ts)_
9321
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/imageRegistry/list.ts)_
9322
9322
 
9323
9323
  ## `codiac imageRegistry pullSecret set`
9324
9324
 
@@ -9354,7 +9354,7 @@ ALIASES
9354
9354
  $ codiac pullsecret
9355
9355
  ```
9356
9356
 
9357
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/imageRegistry/pullSecret/set.ts)_
9357
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/imageRegistry/pullSecret/set.ts)_
9358
9358
 
9359
9359
  ## `codiac imageRegistry pullSecret unset`
9360
9360
 
@@ -9381,7 +9381,7 @@ ALIASES
9381
9381
  $ codiac pullsecret unset
9382
9382
  ```
9383
9383
 
9384
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/imageRegistry/pullSecret/unset.ts)_
9384
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/imageRegistry/pullSecret/unset.ts)_
9385
9385
 
9386
9386
  ## `codiac images add [IMAGENAME]`
9387
9387
 
@@ -9442,7 +9442,7 @@ EXAMPLES
9442
9442
  $ codiac images add your-company/your-image --to-script
9443
9443
  ```
9444
9444
 
9445
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/add.ts)_
9445
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/add.ts)_
9446
9446
 
9447
9447
  ## `codiac images list`
9448
9448
 
@@ -9465,7 +9465,7 @@ ALIASES
9465
9465
  $ codiac img list
9466
9466
  ```
9467
9467
 
9468
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/list.ts)_
9468
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/list.ts)_
9469
9469
 
9470
9470
  ## `codiac images patch IMAGENAME`
9471
9471
 
@@ -9495,7 +9495,7 @@ ALIASES
9495
9495
  $ codiac img patch
9496
9496
  ```
9497
9497
 
9498
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/patch.ts)_
9498
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/patch.ts)_
9499
9499
 
9500
9500
  ## `codiac images remove IMAGENAME`
9501
9501
 
@@ -9521,7 +9521,7 @@ ALIASES
9521
9521
  $ codiac img delete
9522
9522
  ```
9523
9523
 
9524
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/remove.ts)_
9524
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/remove.ts)_
9525
9525
 
9526
9526
  ## `codiac images version NAME`
9527
9527
 
@@ -9547,7 +9547,7 @@ ALIASES
9547
9547
  $ codiac img version get
9548
9548
  ```
9549
9549
 
9550
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/version.ts)_
9550
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/version.ts)_
9551
9551
 
9552
9552
  ## `codiac images version bump NAME`
9553
9553
 
@@ -9580,7 +9580,7 @@ ALIASES
9580
9580
  $ codiac img version bump
9581
9581
  ```
9582
9582
 
9583
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/images/version/bump.ts)_
9583
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/images/version/bump.ts)_
9584
9584
 
9585
9585
  ## `codiac img [IMAGENAME]`
9586
9586
 
@@ -10695,7 +10695,7 @@ DESCRIPTION
10695
10695
  Declares the given folder as a project root
10696
10696
  ```
10697
10697
 
10698
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/init.ts)_
10698
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/init.ts)_
10699
10699
 
10700
10700
  ## `codiac kit create`
10701
10701
 
@@ -10738,7 +10738,7 @@ EXAMPLES
10738
10738
  $ codiac kit create -e myEnterprise -a myApi --to-script
10739
10739
  ```
10740
10740
 
10741
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/kit/create.ts)_
10741
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/kit/create.ts)_
10742
10742
 
10743
10743
  ## `codiac login`
10744
10744
 
@@ -10797,7 +10797,7 @@ EXAMPLES
10797
10797
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
10798
10798
  ```
10799
10799
 
10800
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/login.ts)_
10800
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/login.ts)_
10801
10801
 
10802
10802
  ## `codiac logout`
10803
10803
 
@@ -10830,7 +10830,7 @@ EXAMPLES
10830
10830
  $ codiac logout --to-script
10831
10831
  ```
10832
10832
 
10833
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/logout.ts)_
10833
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/logout.ts)_
10834
10834
 
10835
10835
  ## `codiac merge [BRANCH]`
10836
10836
 
@@ -10851,7 +10851,7 @@ DESCRIPTION
10851
10851
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
10852
10852
  ```
10853
10853
 
10854
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/merge.ts)_
10854
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/merge.ts)_
10855
10855
 
10856
10856
  ## `codiac noc cluster capture`
10857
10857
 
@@ -10903,7 +10903,7 @@ EXAMPLES
10903
10903
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
10904
10904
  ```
10905
10905
 
10906
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/capture.ts)_
10906
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/capture.ts)_
10907
10907
 
10908
10908
  ## `codiac noc cluster create [NAME]`
10909
10909
 
@@ -10993,7 +10993,7 @@ FLAG DESCRIPTIONS
10993
10993
  initialization is always skipped in that mode.
10994
10994
  ```
10995
10995
 
10996
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/create.ts)_
10996
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/create.ts)_
10997
10997
 
10998
10998
  ## `codiac noc cluster credentials-set [NAME]`
10999
10999
 
@@ -11048,7 +11048,7 @@ EXAMPLES
11048
11048
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11049
11049
  ```
11050
11050
 
11051
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/credentials-set.ts)_
11051
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/credentials-set.ts)_
11052
11052
 
11053
11053
  ## `codiac noc cluster define [NAME]`
11054
11054
 
@@ -11122,7 +11122,7 @@ EXAMPLES
11122
11122
  $ codiac noc cluster define my-cluster --to-script
11123
11123
  ```
11124
11124
 
11125
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/define.ts)_
11125
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/define.ts)_
11126
11126
 
11127
11127
  ## `codiac noc cluster deinit`
11128
11128
 
@@ -11162,7 +11162,7 @@ EXAMPLES
11162
11162
  $ codiac noc cluster deinit -n my-cluster --to-script
11163
11163
  ```
11164
11164
 
11165
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/deinit.ts)_
11165
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/deinit.ts)_
11166
11166
 
11167
11167
  ## `codiac noc cluster destroy [NAME]`
11168
11168
 
@@ -11196,7 +11196,7 @@ ALIASES
11196
11196
  $ codiac cluster destroy
11197
11197
  ```
11198
11198
 
11199
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/destroy.ts)_
11199
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/destroy.ts)_
11200
11200
 
11201
11201
  ## `codiac noc cluster forget`
11202
11202
 
@@ -11247,7 +11247,7 @@ EXAMPLES
11247
11247
  $ codiac noc cluster forget --running
11248
11248
  ```
11249
11249
 
11250
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/forget.ts)_
11250
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/forget.ts)_
11251
11251
 
11252
11252
  ## `codiac noc cluster grant`
11253
11253
 
@@ -11285,7 +11285,7 @@ EXAMPLES
11285
11285
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
11286
11286
  ```
11287
11287
 
11288
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/grant.ts)_
11288
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/grant.ts)_
11289
11289
 
11290
11290
  ## `codiac noc cluster init`
11291
11291
 
@@ -11331,7 +11331,7 @@ EXAMPLES
11331
11331
  $ codiac noc cluster init -n my-cluster --to-script
11332
11332
  ```
11333
11333
 
11334
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/init.ts)_
11334
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/init.ts)_
11335
11335
 
11336
11336
  ## `codiac noc cluster journal [CLUSTER]`
11337
11337
 
@@ -11380,7 +11380,7 @@ EXAMPLES
11380
11380
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
11381
11381
  ```
11382
11382
 
11383
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/journal.ts)_
11383
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/journal.ts)_
11384
11384
 
11385
11385
  ## `codiac noc cluster list`
11386
11386
 
@@ -11441,7 +11441,7 @@ EXAMPLES
11441
11441
  $ codiac noc cluster list -e myEnterprise --to-script
11442
11442
  ```
11443
11443
 
11444
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/list.ts)_
11444
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/list.ts)_
11445
11445
 
11446
11446
  ## `codiac noc cluster restore [NAME]`
11447
11447
 
@@ -11501,7 +11501,7 @@ EXAMPLES
11501
11501
  $ codiac noc cluster restore prod-cluster-1 --to-script
11502
11502
  ```
11503
11503
 
11504
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/noc/cluster/restore.ts)_
11504
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/noc/cluster/restore.ts)_
11505
11505
 
11506
11506
  ## `codiac pkg add [DEFINITIONFILE]`
11507
11507
 
@@ -11535,7 +11535,7 @@ DESCRIPTION
11535
11535
  Configures a package to be built and published by the project.
11536
11536
  ```
11537
11537
 
11538
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pkg/add.ts)_
11538
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pkg/add.ts)_
11539
11539
 
11540
11540
  ## `codiac pkg delete [PACKAGENAME]`
11541
11541
 
@@ -11573,7 +11573,7 @@ DESCRIPTION
11573
11573
  Renders the list of packages that are configured as project exports.
11574
11574
  ```
11575
11575
 
11576
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pkg/list.ts)_
11576
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pkg/list.ts)_
11577
11577
 
11578
11578
  ## `codiac pkg patch PACKAGENAME`
11579
11579
 
@@ -11599,7 +11599,7 @@ DESCRIPTION
11599
11599
  registryUrl and/or environment.
11600
11600
  ```
11601
11601
 
11602
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pkg/patch.ts)_
11602
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pkg/patch.ts)_
11603
11603
 
11604
11604
  ## `codiac pkg remove [PACKAGENAME]`
11605
11605
 
@@ -11622,7 +11622,7 @@ ALIASES
11622
11622
  $ codiac pkg delete
11623
11623
  ```
11624
11624
 
11625
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pkg/remove.ts)_
11625
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pkg/remove.ts)_
11626
11626
 
11627
11627
  ## `codiac portal`
11628
11628
 
@@ -11655,7 +11655,7 @@ EXAMPLES
11655
11655
  $ codiac portal --to-script
11656
11656
  ```
11657
11657
 
11658
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/portal.ts)_
11658
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/portal.ts)_
11659
11659
 
11660
11660
  ## `codiac probe create [CMD]`
11661
11661
 
@@ -11776,7 +11776,7 @@ DESCRIPTION
11776
11776
  Publishes the exports (packages and images) declared in the ProjectConfig.
11777
11777
  ```
11778
11778
 
11779
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/publish.ts)_
11779
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/publish.ts)_
11780
11780
 
11781
11781
  ## `codiac pull [NAME]`
11782
11782
 
@@ -11800,7 +11800,7 @@ DESCRIPTION
11800
11800
  Pulls all commits from upstream to local.
11801
11801
  ```
11802
11802
 
11803
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pull.ts)_
11803
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pull.ts)_
11804
11804
 
11805
11805
  ## `codiac pullsecret`
11806
11806
 
@@ -11883,7 +11883,7 @@ DESCRIPTION
11883
11883
  Pushes all local commits upstream.
11884
11884
  ```
11885
11885
 
11886
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/push.ts)_
11886
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/push.ts)_
11887
11887
 
11888
11888
  ## `codiac pvc create`
11889
11889
 
@@ -11967,7 +11967,7 @@ EXAMPLES
11967
11967
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
11968
11968
  ```
11969
11969
 
11970
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pvc/create.ts)_
11970
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pvc/create.ts)_
11971
11971
 
11972
11972
  ## `codiac pvc delete`
11973
11973
 
@@ -12014,7 +12014,7 @@ EXAMPLES
12014
12014
  $ codiac pvc delete --id <fileStoreDefId> --silent
12015
12015
  ```
12016
12016
 
12017
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pvc/delete.ts)_
12017
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pvc/delete.ts)_
12018
12018
 
12019
12019
  ## `codiac pvc get`
12020
12020
 
@@ -12055,7 +12055,7 @@ EXAMPLES
12055
12055
  $ codiac pvc get --name app-documents-share --silent -o json
12056
12056
  ```
12057
12057
 
12058
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pvc/get.ts)_
12058
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pvc/get.ts)_
12059
12059
 
12060
12060
  ## `codiac pvc list`
12061
12061
 
@@ -12098,7 +12098,7 @@ EXAMPLES
12098
12098
  $ codiac pvc list -o yaml
12099
12099
  ```
12100
12100
 
12101
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/pvc/list.ts)_
12101
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/pvc/list.ts)_
12102
12102
 
12103
12103
  ## `codiac relay-version`
12104
12104
 
@@ -12115,7 +12115,7 @@ EXAMPLES
12115
12115
  $ codiac relay-version
12116
12116
  ```
12117
12117
 
12118
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/relay-version.ts)_
12118
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/relay-version.ts)_
12119
12119
 
12120
12120
  ## `codiac run`
12121
12121
 
@@ -12157,7 +12157,7 @@ DESCRIPTION
12157
12157
  Runs the latest build of the api container locally.
12158
12158
  ```
12159
12159
 
12160
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/run.ts)_
12160
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/run.ts)_
12161
12161
 
12162
12162
  ## `codiac secretStore`
12163
12163
 
@@ -12219,7 +12219,7 @@ ALIASES
12219
12219
  $ codiac secretStore
12220
12220
  ```
12221
12221
 
12222
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/secretStore/capture.ts)_
12222
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/secretStore/capture.ts)_
12223
12223
 
12224
12224
  ## `codiac secretStore forget`
12225
12225
 
@@ -12240,7 +12240,7 @@ DESCRIPTION
12240
12240
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
12241
12241
  ```
12242
12242
 
12243
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/secretStore/forget.ts)_
12243
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/secretStore/forget.ts)_
12244
12244
 
12245
12245
  ## `codiac secretStore list`
12246
12246
 
@@ -12285,7 +12285,7 @@ EXAMPLES
12285
12285
  $ codiac secretStore list
12286
12286
  ```
12287
12287
 
12288
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/secretStore/list.ts)_
12288
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/secretStore/list.ts)_
12289
12289
 
12290
12290
  ## `codiac shell init`
12291
12291
 
@@ -12323,7 +12323,7 @@ EXAMPLES
12323
12323
  Invoke-Expression (codiac shell init --shell powershell)
12324
12324
  ```
12325
12325
 
12326
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/shell/init.ts)_
12326
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/shell/init.ts)_
12327
12327
 
12328
12328
  ## `codiac snapshot deploy`
12329
12329
 
@@ -12351,7 +12351,7 @@ DESCRIPTION
12351
12351
  Deploys all assets in a snapshot to a target cabinet.
12352
12352
  ```
12353
12353
 
12354
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/snapshot/deploy.ts)_
12354
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/snapshot/deploy.ts)_
12355
12355
 
12356
12356
  ## `codiac snapshot list`
12357
12357
 
@@ -12400,7 +12400,7 @@ EXAMPLES
12400
12400
  $ codiac snapshot list -e myEnterprise --silent
12401
12401
  ```
12402
12402
 
12403
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/snapshot/list.ts)_
12403
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/snapshot/list.ts)_
12404
12404
 
12405
12405
  ## `codiac snapshot tag`
12406
12406
 
@@ -12443,7 +12443,7 @@ EXAMPLES
12443
12443
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
12444
12444
  ```
12445
12445
 
12446
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/snapshot/tag.ts)_
12446
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/snapshot/tag.ts)_
12447
12447
 
12448
12448
  ## `codiac snapshot untag`
12449
12449
 
@@ -12486,7 +12486,7 @@ EXAMPLES
12486
12486
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
12487
12487
  ```
12488
12488
 
12489
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/snapshot/untag.ts)_
12489
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/snapshot/untag.ts)_
12490
12490
 
12491
12491
  ## `codiac stage [FILES]`
12492
12492
 
@@ -12508,7 +12508,7 @@ DESCRIPTION
12508
12508
  Flags files to be included in the next commit.
12509
12509
  ```
12510
12510
 
12511
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/stage.ts)_
12511
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/stage.ts)_
12512
12512
 
12513
12513
  ## `codiac stash [FILE]`
12514
12514
 
@@ -12530,7 +12530,7 @@ DESCRIPTION
12530
12530
  describe the command here
12531
12531
  ```
12532
12532
 
12533
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/stash.ts)_
12533
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/stash.ts)_
12534
12534
 
12535
12535
  ## `codiac status`
12536
12536
 
@@ -12549,7 +12549,7 @@ DESCRIPTION
12549
12549
  Shows the current uncommitted changes in the current branch.
12550
12550
  ```
12551
12551
 
12552
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/status.ts)_
12552
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/status.ts)_
12553
12553
 
12554
12554
  ## `codiac stop`
12555
12555
 
@@ -12567,7 +12567,7 @@ DESCRIPTION
12567
12567
  Stops the running container for this project
12568
12568
  ```
12569
12569
 
12570
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/stop.ts)_
12570
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/stop.ts)_
12571
12571
 
12572
12572
  ## `codiac switch [NAME]`
12573
12573
 
@@ -12587,7 +12587,7 @@ DESCRIPTION
12587
12587
  Changes branch on the main project and any sourced dependencies.
12588
12588
  ```
12589
12589
 
12590
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/switch.ts)_
12590
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/switch.ts)_
12591
12591
 
12592
12592
  ## `codiac sync [NAME]`
12593
12593
 
@@ -12612,7 +12612,7 @@ DESCRIPTION
12612
12612
  Merges the given branch into the current branch.
12613
12613
  ```
12614
12614
 
12615
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/sync.ts)_
12615
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/sync.ts)_
12616
12616
 
12617
12617
  ## `codiac tenant create [NAME]`
12618
12618
 
@@ -12655,7 +12655,7 @@ EXAMPLES
12655
12655
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
12656
12656
  ```
12657
12657
 
12658
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/tenant/create.ts)_
12658
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/tenant/create.ts)_
12659
12659
 
12660
12660
  ## `codiac tenant switch [CODE]`
12661
12661
 
@@ -12695,7 +12695,7 @@ EXAMPLES
12695
12695
  $ codiac tenant switch my-tenant-code --to-script
12696
12696
  ```
12697
12697
 
12698
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/tenant/switch.ts)_
12698
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/tenant/switch.ts)_
12699
12699
 
12700
12700
  ## `codiac token [TOKENNAME]`
12701
12701
 
@@ -12817,7 +12817,7 @@ DESCRIPTION
12817
12817
  Flags files to be included in the next commit.
12818
12818
  ```
12819
12819
 
12820
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/unstage.ts)_
12820
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/unstage.ts)_
12821
12821
 
12822
12822
  ## `codiac update [CHANNEL]`
12823
12823
 
@@ -13004,7 +13004,7 @@ EXAMPLES
13004
13004
  $ codiac whereami --to-script
13005
13005
  ```
13006
13006
 
13007
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/whereami.ts)_
13007
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/whereami.ts)_
13008
13008
 
13009
13009
  ## `codiac whoami`
13010
13010
 
@@ -13046,5 +13046,5 @@ EXAMPLES
13046
13046
  $ codiac whoami --to-script
13047
13047
  ```
13048
13048
 
13049
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.208/src/commands/whoami.ts)_
13049
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.213/src/commands/whoami.ts)_
13050
13050
  <!-- commandsstop -->