@codiac.io/codiac-cli 1.3.196 → 1.3.197

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.196 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.197 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -571,7 +571,7 @@ EXAMPLES
571
571
  $ codiac asset create -e myEnterprise -n my-api --deploy-condition "environment.name = 'production'"
572
572
  ```
573
573
 
574
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/create.ts)_
574
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/create.ts)_
575
575
 
576
576
  ## `codiac asset edit`
577
577
 
@@ -629,7 +629,7 @@ EXAMPLES
629
629
  $ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
630
630
  ```
631
631
 
632
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/edit.ts)_
632
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/edit.ts)_
633
633
 
634
634
  ## `codiac asset entrypoint`
635
635
 
@@ -750,7 +750,7 @@ EXAMPLES
750
750
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
751
751
  ```
752
752
 
753
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/entrypoint/delete.ts)_
753
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/entrypoint/delete.ts)_
754
754
 
755
755
  ## `codiac asset entrypoint set`
756
756
 
@@ -819,7 +819,7 @@ EXAMPLES
819
819
  --input=/backup/workflows'
820
820
  ```
821
821
 
822
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/entrypoint/set.ts)_
822
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/entrypoint/set.ts)_
823
823
 
824
824
  ## `codiac asset get [CMD]`
825
825
 
@@ -926,7 +926,7 @@ EXAMPLES
926
926
  $ codiac asset list -e myEnterprise --to-script
927
927
  ```
928
928
 
929
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/list.ts)_
929
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/list.ts)_
930
930
 
931
931
  ## `codiac asset mon [CMD]`
932
932
 
@@ -1173,7 +1173,7 @@ EXAMPLES
1173
1173
  $ codiac asset obliterate -e main -n my-api
1174
1174
  ```
1175
1175
 
1176
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/obliterate.ts)_
1176
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/obliterate.ts)_
1177
1177
 
1178
1178
  ## `codiac asset probe create [CMD]`
1179
1179
 
@@ -1263,7 +1263,7 @@ EXAMPLES
1263
1263
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1264
1264
  ```
1265
1265
 
1266
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/probe/create.ts)_
1266
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/probe/create.ts)_
1267
1267
 
1268
1268
  ## `codiac asset probe delete`
1269
1269
 
@@ -1318,7 +1318,7 @@ EXAMPLES
1318
1318
  $ codiac asset probe delete
1319
1319
  ```
1320
1320
 
1321
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/probe/delete.ts)_
1321
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/probe/delete.ts)_
1322
1322
 
1323
1323
  ## `codiac asset probe list`
1324
1324
 
@@ -1370,7 +1370,7 @@ EXAMPLES
1370
1370
  $ codiac asset probe list
1371
1371
  ```
1372
1372
 
1373
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/probe/list.ts)_
1373
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/probe/list.ts)_
1374
1374
 
1375
1375
  ## `codiac asset recycle`
1376
1376
 
@@ -1410,7 +1410,7 @@ DESCRIPTION
1410
1410
  Deploys a given asset to a given cabinet. Defaults to current version.
1411
1411
  ```
1412
1412
 
1413
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/recycle.ts)_
1413
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/recycle.ts)_
1414
1414
 
1415
1415
  ## `codiac asset undeploy`
1416
1416
 
@@ -1454,7 +1454,7 @@ EXAMPLES
1454
1454
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1455
1455
  ```
1456
1456
 
1457
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/undeploy.ts)_
1457
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/undeploy.ts)_
1458
1458
 
1459
1459
  ## `codiac asset view [CMD]`
1460
1460
 
@@ -1509,7 +1509,7 @@ ALIASES
1509
1509
  $ codiac asset get
1510
1510
  ```
1511
1511
 
1512
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/view.ts)_
1512
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/view.ts)_
1513
1513
 
1514
1514
  ## `codiac asset vol add [MOUNTPATH]`
1515
1515
 
@@ -1780,7 +1780,7 @@ ALIASES
1780
1780
  $ codiac asset volume add
1781
1781
  ```
1782
1782
 
1783
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/volume/create.ts)_
1783
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/volume/create.ts)_
1784
1784
 
1785
1785
  ## `codiac asset volume del`
1786
1786
 
@@ -1868,7 +1868,7 @@ EXAMPLES
1868
1868
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
1869
1869
  ```
1870
1870
 
1871
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/volume/delete.ts)_
1871
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/volume/delete.ts)_
1872
1872
 
1873
1873
  ## `codiac asset volume list`
1874
1874
 
@@ -1917,7 +1917,7 @@ EXAMPLES
1917
1917
  $ codiac asset volume list -e myEnterprise --silent
1918
1918
  ```
1919
1919
 
1920
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/volume/list.ts)_
1920
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/volume/list.ts)_
1921
1921
 
1922
1922
  ## `codiac asset volumes del`
1923
1923
 
@@ -2084,7 +2084,7 @@ EXAMPLES
2084
2084
  $ codiac asset where -e main -a my-api --silent
2085
2085
  ```
2086
2086
 
2087
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/asset/where.ts)_
2087
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/asset/where.ts)_
2088
2088
 
2089
2089
  ## `codiac auth cab allow`
2090
2090
 
@@ -2246,7 +2246,7 @@ EXAMPLES
2246
2246
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2247
2247
  ```
2248
2248
 
2249
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/cabinet/allow.ts)_
2249
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/cabinet/allow.ts)_
2250
2250
 
2251
2251
  ## `codiac auth cabinet allowed`
2252
2252
 
@@ -2294,7 +2294,7 @@ EXAMPLES
2294
2294
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2295
2295
  ```
2296
2296
 
2297
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/cabinet/allowed.ts)_
2297
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/cabinet/allowed.ts)_
2298
2298
 
2299
2299
  ## `codiac auth ent allow`
2300
2300
 
@@ -2485,7 +2485,7 @@ EXAMPLES
2485
2485
  $ codiac auth enterprise allow -r deployer -p none
2486
2486
  ```
2487
2487
 
2488
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/enterprise/allow.ts)_
2488
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/enterprise/allow.ts)_
2489
2489
 
2490
2490
  ## `codiac auth enterprise allow onEnvironments`
2491
2491
 
@@ -2539,7 +2539,7 @@ EXAMPLES
2539
2539
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2540
2540
  ```
2541
2541
 
2542
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2542
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2543
2543
 
2544
2544
  ## `codiac auth enterprise allowed`
2545
2545
 
@@ -2580,7 +2580,7 @@ EXAMPLES
2580
2580
  $ codiac auth enterprise allowed --enterprise modeling
2581
2581
  ```
2582
2582
 
2583
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/enterprise/allowed.ts)_
2583
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/enterprise/allowed.ts)_
2584
2584
 
2585
2585
  ## `codiac auth env allowed`
2586
2586
 
@@ -2787,7 +2787,7 @@ EXAMPLES
2787
2787
  $ codiac auth environment allow -e qa -r productmanager -p read
2788
2788
  ```
2789
2789
 
2790
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/environment/allow.ts)_
2790
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/environment/allow.ts)_
2791
2791
 
2792
2792
  ## `codiac auth environment allow onCabinets`
2793
2793
 
@@ -2844,7 +2844,7 @@ EXAMPLES
2844
2844
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
2845
2845
  ```
2846
2846
 
2847
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/environment/allow/onCabinets.ts)_
2847
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/environment/allow/onCabinets.ts)_
2848
2848
 
2849
2849
  ## `codiac auth environment allowed`
2850
2850
 
@@ -2889,7 +2889,7 @@ EXAMPLES
2889
2889
  $ codiac auth environment allowed --enterprise modeling -e dev
2890
2890
  ```
2891
2891
 
2892
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/environment/allowed.ts)_
2892
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/environment/allowed.ts)_
2893
2893
 
2894
2894
  ## `codiac auth register`
2895
2895
 
@@ -2935,7 +2935,7 @@ EXAMPLES
2935
2935
  $ codiac auth register
2936
2936
  ```
2937
2937
 
2938
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/register.ts)_
2938
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/register.ts)_
2939
2939
 
2940
2940
  ## `codiac auth role allowed [NAME]`
2941
2941
 
@@ -2982,7 +2982,7 @@ EXAMPLES
2982
2982
  $ codiac auth role allowed -n deployer -e main
2983
2983
  ```
2984
2984
 
2985
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/allowed.ts)_
2985
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/allowed.ts)_
2986
2986
 
2987
2987
  ## `codiac auth role assign`
2988
2988
 
@@ -3014,7 +3014,7 @@ EXAMPLES
3014
3014
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3015
3015
  ```
3016
3016
 
3017
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/assign.ts)_
3017
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/assign.ts)_
3018
3018
 
3019
3019
  ## `codiac auth role create [NAME]`
3020
3020
 
@@ -3047,7 +3047,7 @@ EXAMPLES
3047
3047
  $ codiac auth role create -n deployer
3048
3048
  ```
3049
3049
 
3050
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/create.ts)_
3050
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/create.ts)_
3051
3051
 
3052
3052
  ## `codiac auth role delete [NAME]`
3053
3053
 
@@ -3083,7 +3083,7 @@ EXAMPLES
3083
3083
  $ codiac auth role delete --id abc123def456
3084
3084
  ```
3085
3085
 
3086
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/delete.ts)_
3086
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/delete.ts)_
3087
3087
 
3088
3088
  ## `codiac auth role list`
3089
3089
 
@@ -3119,7 +3119,7 @@ EXAMPLES
3119
3119
  $ codiac auth role list -o yaml > roles.yaml
3120
3120
  ```
3121
3121
 
3122
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/list.ts)_
3122
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/list.ts)_
3123
3123
 
3124
3124
  ## `codiac auth role unassign`
3125
3125
 
@@ -3151,7 +3151,7 @@ EXAMPLES
3151
3151
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3152
3152
  ```
3153
3153
 
3154
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/role/unassign.ts)_
3154
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/role/unassign.ts)_
3155
3155
 
3156
3156
  ## `codiac auth user invite`
3157
3157
 
@@ -3191,7 +3191,7 @@ EXAMPLES
3191
3191
  $ codiac auth user invite
3192
3192
  ```
3193
3193
 
3194
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/user/invite.ts)_
3194
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/user/invite.ts)_
3195
3195
 
3196
3196
  ## `codiac auth user list`
3197
3197
 
@@ -3227,7 +3227,7 @@ EXAMPLES
3227
3227
  $ codiac auth user list -o yaml > users.yaml
3228
3228
  ```
3229
3229
 
3230
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/auth/user/list.ts)_
3230
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/auth/user/list.ts)_
3231
3231
 
3232
3232
  ## `codiac autocomplete [SHELL]`
3233
3233
 
@@ -3277,7 +3277,7 @@ DESCRIPTION
3277
3277
  Creates a new branch for the parent project and any sourced dependencies.
3278
3278
  ```
3279
3279
 
3280
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/branch.ts)_
3280
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/branch.ts)_
3281
3281
 
3282
3282
  ## `codiac branch current`
3283
3283
 
@@ -3297,7 +3297,7 @@ ALIASES
3297
3297
  $ codiac branches current
3298
3298
  ```
3299
3299
 
3300
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/branch/current.ts)_
3300
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/branch/current.ts)_
3301
3301
 
3302
3302
  ## `codiac branch list`
3303
3303
 
@@ -3319,7 +3319,7 @@ ALIASES
3319
3319
  $ codiac branches list
3320
3320
  ```
3321
3321
 
3322
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/branch/list.ts)_
3322
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/branch/list.ts)_
3323
3323
 
3324
3324
  ## `codiac branches current`
3325
3325
 
@@ -3409,7 +3409,7 @@ DESCRIPTION
3409
3409
  Builds the project and the docker container
3410
3410
  ```
3411
3411
 
3412
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/build.ts)_
3412
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/build.ts)_
3413
3413
 
3414
3414
  ## `codiac cab cluster attach`
3415
3415
 
@@ -4009,7 +4009,7 @@ EXAMPLES
4009
4009
  prod-cluster-1 --to-script
4010
4010
  ```
4011
4011
 
4012
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/cluster/attach.ts)_
4012
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/cluster/attach.ts)_
4013
4013
 
4014
4014
  ## `codiac cabinet contents`
4015
4015
 
@@ -4053,7 +4053,7 @@ EXAMPLES
4053
4053
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4054
4054
  ```
4055
4055
 
4056
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/contents.ts)_
4056
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/contents.ts)_
4057
4057
 
4058
4058
  ## `codiac cabinet create [CABINET]`
4059
4059
 
@@ -4120,7 +4120,7 @@ EXAMPLES
4120
4120
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4121
4121
  ```
4122
4122
 
4123
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/create.ts)_
4123
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/create.ts)_
4124
4124
 
4125
4125
  ## `codiac cabinet define [CABINET]`
4126
4126
 
@@ -4182,7 +4182,7 @@ EXAMPLES
4182
4182
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4183
4183
  ```
4184
4184
 
4185
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/define.ts)_
4185
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/define.ts)_
4186
4186
 
4187
4187
  ## `codiac cabinet destroy [CABINET]`
4188
4188
 
@@ -4240,7 +4240,7 @@ EXAMPLES
4240
4240
  --environment dev --silent
4241
4241
  ```
4242
4242
 
4243
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/destroy.ts)_
4243
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/destroy.ts)_
4244
4244
 
4245
4245
  ## `codiac cabinet detach [CABINET]`
4246
4246
 
@@ -4297,7 +4297,7 @@ EXAMPLES
4297
4297
  main --environment dev
4298
4298
  ```
4299
4299
 
4300
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/detach.ts)_
4300
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/detach.ts)_
4301
4301
 
4302
4302
  ## `codiac cabinet forget [CABINET]`
4303
4303
 
@@ -4352,7 +4352,7 @@ EXAMPLES
4352
4352
  $ codiac cabinet forget --to-script
4353
4353
  ```
4354
4354
 
4355
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/forget.ts)_
4355
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/forget.ts)_
4356
4356
 
4357
4357
  ## `codiac cabinet list`
4358
4358
 
@@ -4403,7 +4403,7 @@ EXAMPLES
4403
4403
  $ codiac cabinet list -e myEnterprise --silent
4404
4404
  ```
4405
4405
 
4406
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/list.ts)_
4406
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/list.ts)_
4407
4407
 
4408
4408
  ## `codiac cabinet obliterate [CABINET]`
4409
4409
 
@@ -4445,7 +4445,7 @@ ALIASES
4445
4445
  $ codiac infrx cab obliterate
4446
4446
  ```
4447
4447
 
4448
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/obliterate.ts)_
4448
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/obliterate.ts)_
4449
4449
 
4450
4450
  ## `codiac cabinet restore`
4451
4451
 
@@ -4512,7 +4512,7 @@ EXAMPLES
4512
4512
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
4513
4513
  ```
4514
4514
 
4515
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cabinet/restore.ts)_
4515
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cabinet/restore.ts)_
4516
4516
 
4517
4517
  ## `codiac cfg add`
4518
4518
 
@@ -4769,7 +4769,7 @@ DESCRIPTION
4769
4769
  Applies settings to the Codiac CLI itself (scoped to the local machine).
4770
4770
  ```
4771
4771
 
4772
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cli.ts)_
4772
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cli.ts)_
4773
4773
 
4774
4774
  ## `codiac cluster agent configure [CLUSTER]`
4775
4775
 
@@ -4834,7 +4834,7 @@ EXAMPLES
4834
4834
  $ codiac cluster agent configure my-cluster --to-script
4835
4835
  ```
4836
4836
 
4837
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/agent/configure.ts)_
4837
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/agent/configure.ts)_
4838
4838
 
4839
4839
  ## `codiac cluster agent install [CLUSTER]`
4840
4840
 
@@ -4887,7 +4887,7 @@ EXAMPLES
4887
4887
  $ codiac cluster agent install my-cluster --to-script
4888
4888
  ```
4889
4889
 
4890
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/agent/install.ts)_
4890
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/agent/install.ts)_
4891
4891
 
4892
4892
  ## `codiac cluster agent uninstall [CLUSTER]`
4893
4893
 
@@ -4932,7 +4932,7 @@ EXAMPLES
4932
4932
  $ codiac cluster agent uninstall my-cluster --to-script
4933
4933
  ```
4934
4934
 
4935
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/agent/uninstall.ts)_
4935
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/agent/uninstall.ts)_
4936
4936
 
4937
4937
  ## `codiac cluster bootstrap [NAME]`
4938
4938
 
@@ -4995,7 +4995,7 @@ EXAMPLES
4995
4995
  $ codiac cluster bootstrap my-cluster --to-script
4996
4996
  ```
4997
4997
 
4998
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/bootstrap.ts)_
4998
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/bootstrap.ts)_
4999
4999
 
5000
5000
  ## `codiac cluster capture`
5001
5001
 
@@ -5080,7 +5080,7 @@ EXAMPLES
5080
5080
  $ codiac cluster connect my-fav-cluster
5081
5081
  ```
5082
5082
 
5083
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/connect.ts)_
5083
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/connect.ts)_
5084
5084
 
5085
5085
  ## `codiac cluster contents`
5086
5086
 
@@ -5574,7 +5574,7 @@ EXAMPLES
5574
5574
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
5575
5575
  ```
5576
5576
 
5577
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/install.ts)_
5577
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/install.ts)_
5578
5578
 
5579
5579
  ## `codiac cluster journal [CLUSTER]`
5580
5580
 
@@ -5863,7 +5863,7 @@ EXAMPLES
5863
5863
  $ codiac cluster stack capture my-fav-cluster
5864
5864
  ```
5865
5865
 
5866
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/stack/capture.ts)_
5866
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/stack/capture.ts)_
5867
5867
 
5868
5868
  ## `codiac cluster stack install [CLUSTER]`
5869
5869
 
@@ -5915,7 +5915,7 @@ EXAMPLES
5915
5915
  $ codiac cluster stack install my-cluster --to-script
5916
5916
  ```
5917
5917
 
5918
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/stack/install.ts)_
5918
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/stack/install.ts)_
5919
5919
 
5920
5920
  ## `codiac cluster stack list`
5921
5921
 
@@ -6081,7 +6081,7 @@ EXAMPLES
6081
6081
  $ codiac cluster start my-fav-cluster
6082
6082
  ```
6083
6083
 
6084
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/start.ts)_
6084
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/start.ts)_
6085
6085
 
6086
6086
  ## `codiac cluster stop [CLUSTER]`
6087
6087
 
@@ -6118,7 +6118,7 @@ EXAMPLES
6118
6118
  $ codiac cluster start my-fav-cluster
6119
6119
  ```
6120
6120
 
6121
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/cluster/stop.ts)_
6121
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/cluster/stop.ts)_
6122
6122
 
6123
6123
  ## `codiac cluster uninstall`
6124
6124
 
@@ -6180,7 +6180,7 @@ DESCRIPTION
6180
6180
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6181
6181
  ```
6182
6182
 
6183
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/commit.ts)_
6183
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/commit.ts)_
6184
6184
 
6185
6185
  ## `codiac config add`
6186
6186
 
@@ -6290,7 +6290,7 @@ EXAMPLES
6290
6290
  '#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
6291
6291
  ```
6292
6292
 
6293
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/add.ts)_
6293
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/add.ts)_
6294
6294
 
6295
6295
  ## `codiac config delete [SETTING]`
6296
6296
 
@@ -6359,7 +6359,7 @@ ALIASES
6359
6359
  $ codiac cfg delete
6360
6360
  ```
6361
6361
 
6362
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/delete.ts)_
6362
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/delete.ts)_
6363
6363
 
6364
6364
  ## `codiac config deploy`
6365
6365
 
@@ -6400,7 +6400,7 @@ EXAMPLES
6400
6400
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
6401
6401
  ```
6402
6402
 
6403
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/deploy.ts)_
6403
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/deploy.ts)_
6404
6404
 
6405
6405
  ## `codiac config import`
6406
6406
 
@@ -6453,7 +6453,7 @@ EXAMPLES
6453
6453
  $ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
6454
6454
  ```
6455
6455
 
6456
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/import.ts)_
6456
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/import.ts)_
6457
6457
 
6458
6458
  ## `codiac config preview [SETTING]`
6459
6459
 
@@ -6694,7 +6694,7 @@ DESCRIPTION
6694
6694
  Shows the list of clusters.
6695
6695
  ```
6696
6696
 
6697
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/settings/get.ts)_
6697
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/settings/get.ts)_
6698
6698
 
6699
6699
  ## `codiac config view [SETTING]`
6700
6700
 
@@ -6759,7 +6759,7 @@ EXAMPLES
6759
6759
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
6760
6760
  ```
6761
6761
 
6762
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/config/view.ts)_
6762
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/config/view.ts)_
6763
6763
 
6764
6764
  ## `codiac csp creds list`
6765
6765
 
@@ -6807,7 +6807,7 @@ EXAMPLES
6807
6807
  $ codiac csp creds list
6808
6808
  ```
6809
6809
 
6810
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/csp/creds/list.ts)_
6810
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/csp/creds/list.ts)_
6811
6811
 
6812
6812
  ## `codiac csp login [PROVIDER]`
6813
6813
 
@@ -6885,7 +6885,7 @@ EXAMPLES
6885
6885
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
6886
6886
  ```
6887
6887
 
6888
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/csp/login.ts)_
6888
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/csp/login.ts)_
6889
6889
 
6890
6890
  ## `codiac csp logout [PROVIDER]`
6891
6891
 
@@ -6932,7 +6932,7 @@ EXAMPLES
6932
6932
  $ codiac csp logout azure --to-script
6933
6933
  ```
6934
6934
 
6935
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/csp/logout.ts)_
6935
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/csp/logout.ts)_
6936
6936
 
6937
6937
  ## `codiac dep [NAME]`
6938
6938
 
@@ -6953,7 +6953,7 @@ DESCRIPTION
6953
6953
  Installs a package into current project.
6954
6954
  ```
6955
6955
 
6956
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep.ts)_
6956
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep.ts)_
6957
6957
 
6958
6958
  ## `codiac dep create [URL]`
6959
6959
 
@@ -6977,7 +6977,7 @@ DESCRIPTION
6977
6977
  package version is used.
6978
6978
  ```
6979
6979
 
6980
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/create.ts)_
6980
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/create.ts)_
6981
6981
 
6982
6982
  ## `codiac dep install`
6983
6983
 
@@ -6994,7 +6994,7 @@ DESCRIPTION
6994
6994
  installs any missing dependency packages into the local project folder.
6995
6995
  ```
6996
6996
 
6997
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/install.ts)_
6997
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/install.ts)_
6998
6998
 
6999
6999
  ## `codiac dep list`
7000
7000
 
@@ -7011,7 +7011,7 @@ DESCRIPTION
7011
7011
  Shows the dependencies for the project.
7012
7012
  ```
7013
7013
 
7014
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/list.ts)_
7014
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/list.ts)_
7015
7015
 
7016
7016
  ## `codiac dep remove [NAME]`
7017
7017
 
@@ -7034,7 +7034,7 @@ DESCRIPTION
7034
7034
  Removes a dependency from the project.
7035
7035
  ```
7036
7036
 
7037
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/remove.ts)_
7037
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/remove.ts)_
7038
7038
 
7039
7039
  ## `codiac dep source [NAME]`
7040
7040
 
@@ -7060,7 +7060,7 @@ ALIASES
7060
7060
  $ codiac dep src
7061
7061
  ```
7062
7062
 
7063
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/source.ts)_
7063
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/source.ts)_
7064
7064
 
7065
7065
  ## `codiac dep src [NAME]`
7066
7066
 
@@ -7104,7 +7104,7 @@ DESCRIPTION
7104
7104
  Publishes the dependency in its current state and upgrades to it in the main project.
7105
7105
  ```
7106
7106
 
7107
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/syncup.ts)_
7107
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/syncup.ts)_
7108
7108
 
7109
7109
  ## `codiac dep unsource [NAME]`
7110
7110
 
@@ -7132,7 +7132,7 @@ ALIASES
7132
7132
  $ codiac dep unsrc
7133
7133
  ```
7134
7134
 
7135
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/unsource.ts)_
7135
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/unsource.ts)_
7136
7136
 
7137
7137
  ## `codiac dep unsrc [NAME]`
7138
7138
 
@@ -7179,7 +7179,7 @@ DESCRIPTION
7179
7179
  describe the command here
7180
7180
  ```
7181
7181
 
7182
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/dep/upgrade.ts)_
7182
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/dep/upgrade.ts)_
7183
7183
 
7184
7184
  ## `codiac deploy`
7185
7185
 
@@ -7232,7 +7232,7 @@ EXAMPLES
7232
7232
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
7233
7233
  ```
7234
7234
 
7235
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/deploy.ts)_
7235
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/deploy.ts)_
7236
7236
 
7237
7237
  ## `codiac domain map [DOMAIN]`
7238
7238
 
@@ -7382,7 +7382,7 @@ EXAMPLES
7382
7382
  cod enterprise create my-enterprise-code --silent
7383
7383
  ```
7384
7384
 
7385
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/enterprise/create.ts)_
7385
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/enterprise/create.ts)_
7386
7386
 
7387
7387
  ## `codiac enterprise list`
7388
7388
 
@@ -7437,7 +7437,7 @@ EXAMPLES
7437
7437
  $ codiac enterprise list --to-script
7438
7438
  ```
7439
7439
 
7440
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/enterprise/list.ts)_
7440
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/enterprise/list.ts)_
7441
7441
 
7442
7442
  ## `codiac env add [SETTING]`
7443
7443
 
@@ -7487,7 +7487,7 @@ EXAMPLES
7487
7487
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
7488
7488
  ```
7489
7489
 
7490
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/env/add.ts)_
7490
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/env/add.ts)_
7491
7491
 
7492
7492
  ## `codiac enviro cluster attach`
7493
7493
 
@@ -7790,7 +7790,7 @@ ALIASES
7790
7790
  $ codiac infrx enviro cluster attach
7791
7791
  ```
7792
7792
 
7793
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/environment/cluster/attach.ts)_
7793
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/environment/cluster/attach.ts)_
7794
7794
 
7795
7795
  ## `codiac environment cluster detach`
7796
7796
 
@@ -7836,7 +7836,7 @@ ALIASES
7836
7836
  $ codiac infrx enviro cluster detach
7837
7837
  ```
7838
7838
 
7839
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/environment/cluster/detach.ts)_
7839
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/environment/cluster/detach.ts)_
7840
7840
 
7841
7841
  ## `codiac environment create [NAME]`
7842
7842
 
@@ -7899,7 +7899,7 @@ EXAMPLES
7899
7899
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
7900
7900
  ```
7901
7901
 
7902
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/environment/create.ts)_
7902
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/environment/create.ts)_
7903
7903
 
7904
7904
  ## `codiac environment delete [NAME]`
7905
7905
 
@@ -7960,7 +7960,7 @@ EXAMPLES
7960
7960
  $ codiac environment delete dev --enterprise main --to-script
7961
7961
  ```
7962
7962
 
7963
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/environment/delete.ts)_
7963
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/environment/delete.ts)_
7964
7964
 
7965
7965
  ## `codiac environment list`
7966
7966
 
@@ -8011,7 +8011,7 @@ EXAMPLES
8011
8011
  $ codiac environment list -e myEnterprise --silent
8012
8012
  ```
8013
8013
 
8014
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/environment/list.ts)_
8014
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/environment/list.ts)_
8015
8015
 
8016
8016
  ## `codiac fileshare capture`
8017
8017
 
@@ -8095,7 +8095,7 @@ ALIASES
8095
8095
  $ codiac fileshare capture
8096
8096
  ```
8097
8097
 
8098
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/filestore/capture.ts)_
8098
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/filestore/capture.ts)_
8099
8099
 
8100
8100
  ## `codiac filestore forget`
8101
8101
 
@@ -8142,7 +8142,7 @@ EXAMPLES
8142
8142
  $ codiac filestore forget
8143
8143
  ```
8144
8144
 
8145
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/filestore/forget.ts)_
8145
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/filestore/forget.ts)_
8146
8146
 
8147
8147
  ## `codiac filestore list`
8148
8148
 
@@ -8188,7 +8188,7 @@ EXAMPLES
8188
8188
  $ codiac filestore list
8189
8189
  ```
8190
8190
 
8191
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/filestore/list.ts)_
8191
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/filestore/list.ts)_
8192
8192
 
8193
8193
  ## `codiac help [COMMANDS]`
8194
8194
 
@@ -8274,7 +8274,7 @@ EXAMPLES
8274
8274
  $ codiac host delete
8275
8275
  ```
8276
8276
 
8277
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/host/delete.ts)_
8277
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/host/delete.ts)_
8278
8278
 
8279
8279
  ## `codiac host list [DOMAIN]`
8280
8280
 
@@ -8318,7 +8318,7 @@ EXAMPLES
8318
8318
  $ codiac host list
8319
8319
  ```
8320
8320
 
8321
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/host/list.ts)_
8321
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/host/list.ts)_
8322
8322
 
8323
8323
  ## `codiac host map [DOMAIN]`
8324
8324
 
@@ -8366,7 +8366,7 @@ EXAMPLES
8366
8366
  $ codiac host map my-company.com -e myEnterprise --to-script
8367
8367
  ```
8368
8368
 
8369
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/host/map.ts)_
8369
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/host/map.ts)_
8370
8370
 
8371
8371
  ## `codiac host view [DOMAIN]`
8372
8372
 
@@ -8411,7 +8411,7 @@ EXAMPLES
8411
8411
  $ codiac host view
8412
8412
  ```
8413
8413
 
8414
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/host/view.ts)_
8414
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/host/view.ts)_
8415
8415
 
8416
8416
  ## `codiac identify [TOKENNAME]`
8417
8417
 
@@ -8483,7 +8483,7 @@ ALIASES
8483
8483
  $ codiac token
8484
8484
  ```
8485
8485
 
8486
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/identity.ts)_
8486
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/identity.ts)_
8487
8487
 
8488
8488
  ## `codiac identity delete [NAME]`
8489
8489
 
@@ -8508,7 +8508,7 @@ ALIASES
8508
8508
  $ codiac token remove
8509
8509
  ```
8510
8510
 
8511
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/identity/delete.ts)_
8511
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/identity/delete.ts)_
8512
8512
 
8513
8513
  ## `codiac identity list`
8514
8514
 
@@ -8530,7 +8530,7 @@ ALIASES
8530
8530
  $ codiac token list
8531
8531
  ```
8532
8532
 
8533
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/identity/list.ts)_
8533
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/identity/list.ts)_
8534
8534
 
8535
8535
  ## `codiac identity remove [NAME]`
8536
8536
 
@@ -8851,7 +8851,7 @@ DESCRIPTION
8851
8851
  Saves a reference to an existing container registry.
8852
8852
  ```
8853
8853
 
8854
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/imageRegistry/capture.ts)_
8854
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/imageRegistry/capture.ts)_
8855
8855
 
8856
8856
  ## `codiac imageRegistry forget`
8857
8857
 
@@ -8872,7 +8872,7 @@ DESCRIPTION
8872
8872
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
8873
8873
  ```
8874
8874
 
8875
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/imageRegistry/forget.ts)_
8875
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/imageRegistry/forget.ts)_
8876
8876
 
8877
8877
  ## `codiac imageRegistry list`
8878
8878
 
@@ -8914,7 +8914,7 @@ EXAMPLES
8914
8914
  $ codiac imageRegistry list -o yaml > registries.yaml
8915
8915
  ```
8916
8916
 
8917
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/imageRegistry/list.ts)_
8917
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/imageRegistry/list.ts)_
8918
8918
 
8919
8919
  ## `codiac imageRegistry pullSecret set`
8920
8920
 
@@ -8950,7 +8950,7 @@ ALIASES
8950
8950
  $ codiac pullsecret
8951
8951
  ```
8952
8952
 
8953
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/imageRegistry/pullSecret/set.ts)_
8953
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/imageRegistry/pullSecret/set.ts)_
8954
8954
 
8955
8955
  ## `codiac imageRegistry pullSecret unset`
8956
8956
 
@@ -8977,7 +8977,7 @@ ALIASES
8977
8977
  $ codiac pullsecret unset
8978
8978
  ```
8979
8979
 
8980
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/imageRegistry/pullSecret/unset.ts)_
8980
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/imageRegistry/pullSecret/unset.ts)_
8981
8981
 
8982
8982
  ## `codiac images add [IMAGENAME]`
8983
8983
 
@@ -9038,7 +9038,7 @@ EXAMPLES
9038
9038
  $ codiac images add your-company/your-image --to-script
9039
9039
  ```
9040
9040
 
9041
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/add.ts)_
9041
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/add.ts)_
9042
9042
 
9043
9043
  ## `codiac images list`
9044
9044
 
@@ -9061,7 +9061,7 @@ ALIASES
9061
9061
  $ codiac img list
9062
9062
  ```
9063
9063
 
9064
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/list.ts)_
9064
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/list.ts)_
9065
9065
 
9066
9066
  ## `codiac images patch IMAGENAME`
9067
9067
 
@@ -9091,7 +9091,7 @@ ALIASES
9091
9091
  $ codiac img patch
9092
9092
  ```
9093
9093
 
9094
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/patch.ts)_
9094
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/patch.ts)_
9095
9095
 
9096
9096
  ## `codiac images remove IMAGENAME`
9097
9097
 
@@ -9117,7 +9117,7 @@ ALIASES
9117
9117
  $ codiac img delete
9118
9118
  ```
9119
9119
 
9120
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/remove.ts)_
9120
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/remove.ts)_
9121
9121
 
9122
9122
  ## `codiac images version NAME`
9123
9123
 
@@ -9143,7 +9143,7 @@ ALIASES
9143
9143
  $ codiac img version get
9144
9144
  ```
9145
9145
 
9146
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/version.ts)_
9146
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/version.ts)_
9147
9147
 
9148
9148
  ## `codiac images version bump NAME`
9149
9149
 
@@ -9176,7 +9176,7 @@ ALIASES
9176
9176
  $ codiac img version bump
9177
9177
  ```
9178
9178
 
9179
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/images/version/bump.ts)_
9179
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/images/version/bump.ts)_
9180
9180
 
9181
9181
  ## `codiac img [IMAGENAME]`
9182
9182
 
@@ -10291,7 +10291,7 @@ DESCRIPTION
10291
10291
  Declares the given folder as a project root
10292
10292
  ```
10293
10293
 
10294
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/init.ts)_
10294
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/init.ts)_
10295
10295
 
10296
10296
  ## `codiac kit create`
10297
10297
 
@@ -10334,7 +10334,7 @@ EXAMPLES
10334
10334
  $ codiac kit create -e myEnterprise -a myApi --to-script
10335
10335
  ```
10336
10336
 
10337
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/kit/create.ts)_
10337
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/kit/create.ts)_
10338
10338
 
10339
10339
  ## `codiac login`
10340
10340
 
@@ -10393,7 +10393,7 @@ EXAMPLES
10393
10393
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
10394
10394
  ```
10395
10395
 
10396
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/login.ts)_
10396
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/login.ts)_
10397
10397
 
10398
10398
  ## `codiac logout`
10399
10399
 
@@ -10426,7 +10426,7 @@ EXAMPLES
10426
10426
  $ codiac logout --to-script
10427
10427
  ```
10428
10428
 
10429
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/logout.ts)_
10429
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/logout.ts)_
10430
10430
 
10431
10431
  ## `codiac merge [BRANCH]`
10432
10432
 
@@ -10447,7 +10447,7 @@ DESCRIPTION
10447
10447
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
10448
10448
  ```
10449
10449
 
10450
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/merge.ts)_
10450
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/merge.ts)_
10451
10451
 
10452
10452
  ## `codiac noc cluster capture`
10453
10453
 
@@ -10499,7 +10499,7 @@ EXAMPLES
10499
10499
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
10500
10500
  ```
10501
10501
 
10502
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/capture.ts)_
10502
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/capture.ts)_
10503
10503
 
10504
10504
  ## `codiac noc cluster create [NAME]`
10505
10505
 
@@ -10589,7 +10589,7 @@ FLAG DESCRIPTIONS
10589
10589
  initialization is always skipped in that mode.
10590
10590
  ```
10591
10591
 
10592
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/create.ts)_
10592
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/create.ts)_
10593
10593
 
10594
10594
  ## `codiac noc cluster credentials-set [NAME]`
10595
10595
 
@@ -10644,7 +10644,7 @@ EXAMPLES
10644
10644
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
10645
10645
  ```
10646
10646
 
10647
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/credentials-set.ts)_
10647
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/credentials-set.ts)_
10648
10648
 
10649
10649
  ## `codiac noc cluster define [NAME]`
10650
10650
 
@@ -10713,7 +10713,7 @@ EXAMPLES
10713
10713
  $ codiac noc cluster define my-cluster --to-script
10714
10714
  ```
10715
10715
 
10716
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/define.ts)_
10716
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/define.ts)_
10717
10717
 
10718
10718
  ## `codiac noc cluster deinit`
10719
10719
 
@@ -10753,7 +10753,7 @@ EXAMPLES
10753
10753
  $ codiac noc cluster deinit -n my-cluster --to-script
10754
10754
  ```
10755
10755
 
10756
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/deinit.ts)_
10756
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/deinit.ts)_
10757
10757
 
10758
10758
  ## `codiac noc cluster destroy [NAME]`
10759
10759
 
@@ -10787,7 +10787,7 @@ ALIASES
10787
10787
  $ codiac cluster destroy
10788
10788
  ```
10789
10789
 
10790
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/destroy.ts)_
10790
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/destroy.ts)_
10791
10791
 
10792
10792
  ## `codiac noc cluster forget`
10793
10793
 
@@ -10838,7 +10838,7 @@ EXAMPLES
10838
10838
  $ codiac noc cluster forget --running
10839
10839
  ```
10840
10840
 
10841
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/forget.ts)_
10841
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/forget.ts)_
10842
10842
 
10843
10843
  ## `codiac noc cluster grant`
10844
10844
 
@@ -10876,7 +10876,7 @@ EXAMPLES
10876
10876
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
10877
10877
  ```
10878
10878
 
10879
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/grant.ts)_
10879
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/grant.ts)_
10880
10880
 
10881
10881
  ## `codiac noc cluster init`
10882
10882
 
@@ -10922,7 +10922,7 @@ EXAMPLES
10922
10922
  $ codiac noc cluster init -n my-cluster --to-script
10923
10923
  ```
10924
10924
 
10925
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/init.ts)_
10925
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/init.ts)_
10926
10926
 
10927
10927
  ## `codiac noc cluster journal [CLUSTER]`
10928
10928
 
@@ -10971,7 +10971,7 @@ EXAMPLES
10971
10971
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
10972
10972
  ```
10973
10973
 
10974
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/journal.ts)_
10974
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/journal.ts)_
10975
10975
 
10976
10976
  ## `codiac noc cluster list`
10977
10977
 
@@ -11032,7 +11032,7 @@ EXAMPLES
11032
11032
  $ codiac noc cluster list -e myEnterprise --to-script
11033
11033
  ```
11034
11034
 
11035
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/list.ts)_
11035
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/list.ts)_
11036
11036
 
11037
11037
  ## `codiac noc cluster restore [NAME]`
11038
11038
 
@@ -11092,7 +11092,7 @@ EXAMPLES
11092
11092
  $ codiac noc cluster restore prod-cluster-1 --to-script
11093
11093
  ```
11094
11094
 
11095
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/noc/cluster/restore.ts)_
11095
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/noc/cluster/restore.ts)_
11096
11096
 
11097
11097
  ## `codiac pkg add [DEFINITIONFILE]`
11098
11098
 
@@ -11126,7 +11126,7 @@ DESCRIPTION
11126
11126
  Configures a package to be built and published by the project.
11127
11127
  ```
11128
11128
 
11129
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/pkg/add.ts)_
11129
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/pkg/add.ts)_
11130
11130
 
11131
11131
  ## `codiac pkg delete [PACKAGENAME]`
11132
11132
 
@@ -11164,7 +11164,7 @@ DESCRIPTION
11164
11164
  Renders the list of packages that are configured as project exports.
11165
11165
  ```
11166
11166
 
11167
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/pkg/list.ts)_
11167
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/pkg/list.ts)_
11168
11168
 
11169
11169
  ## `codiac pkg patch PACKAGENAME`
11170
11170
 
@@ -11190,7 +11190,7 @@ DESCRIPTION
11190
11190
  registryUrl and/or environment.
11191
11191
  ```
11192
11192
 
11193
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/pkg/patch.ts)_
11193
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/pkg/patch.ts)_
11194
11194
 
11195
11195
  ## `codiac pkg remove [PACKAGENAME]`
11196
11196
 
@@ -11213,7 +11213,7 @@ ALIASES
11213
11213
  $ codiac pkg delete
11214
11214
  ```
11215
11215
 
11216
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/pkg/remove.ts)_
11216
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/pkg/remove.ts)_
11217
11217
 
11218
11218
  ## `codiac portal`
11219
11219
 
@@ -11246,7 +11246,7 @@ EXAMPLES
11246
11246
  $ codiac portal --to-script
11247
11247
  ```
11248
11248
 
11249
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/portal.ts)_
11249
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/portal.ts)_
11250
11250
 
11251
11251
  ## `codiac probe create [CMD]`
11252
11252
 
@@ -11367,7 +11367,7 @@ DESCRIPTION
11367
11367
  Publishes the exports (packages and images) declared in the ProjectConfig.
11368
11368
  ```
11369
11369
 
11370
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/publish.ts)_
11370
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/publish.ts)_
11371
11371
 
11372
11372
  ## `codiac pull [NAME]`
11373
11373
 
@@ -11391,7 +11391,7 @@ DESCRIPTION
11391
11391
  Pulls all commits from upstream to local.
11392
11392
  ```
11393
11393
 
11394
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/pull.ts)_
11394
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/pull.ts)_
11395
11395
 
11396
11396
  ## `codiac pullsecret`
11397
11397
 
@@ -11474,7 +11474,7 @@ DESCRIPTION
11474
11474
  Pushes all local commits upstream.
11475
11475
  ```
11476
11476
 
11477
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/push.ts)_
11477
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/push.ts)_
11478
11478
 
11479
11479
  ## `codiac relay-version`
11480
11480
 
@@ -11491,7 +11491,7 @@ EXAMPLES
11491
11491
  $ codiac relay-version
11492
11492
  ```
11493
11493
 
11494
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/relay-version.ts)_
11494
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/relay-version.ts)_
11495
11495
 
11496
11496
  ## `codiac run`
11497
11497
 
@@ -11533,7 +11533,7 @@ DESCRIPTION
11533
11533
  Runs the latest build of the api container locally.
11534
11534
  ```
11535
11535
 
11536
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/run.ts)_
11536
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/run.ts)_
11537
11537
 
11538
11538
  ## `codiac secretStore`
11539
11539
 
@@ -11595,7 +11595,7 @@ ALIASES
11595
11595
  $ codiac secretStore
11596
11596
  ```
11597
11597
 
11598
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/secretStore/capture.ts)_
11598
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/secretStore/capture.ts)_
11599
11599
 
11600
11600
  ## `codiac secretStore forget`
11601
11601
 
@@ -11616,7 +11616,7 @@ DESCRIPTION
11616
11616
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
11617
11617
  ```
11618
11618
 
11619
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/secretStore/forget.ts)_
11619
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/secretStore/forget.ts)_
11620
11620
 
11621
11621
  ## `codiac secretStore list`
11622
11622
 
@@ -11661,7 +11661,7 @@ EXAMPLES
11661
11661
  $ codiac secretStore list
11662
11662
  ```
11663
11663
 
11664
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/secretStore/list.ts)_
11664
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/secretStore/list.ts)_
11665
11665
 
11666
11666
  ## `codiac shell init`
11667
11667
 
@@ -11699,7 +11699,7 @@ EXAMPLES
11699
11699
  Invoke-Expression (codiac shell init --shell powershell)
11700
11700
  ```
11701
11701
 
11702
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/shell/init.ts)_
11702
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/shell/init.ts)_
11703
11703
 
11704
11704
  ## `codiac snapshot deploy`
11705
11705
 
@@ -11727,7 +11727,7 @@ DESCRIPTION
11727
11727
  Deploys all assets in a snapshot to a target cabinet.
11728
11728
  ```
11729
11729
 
11730
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/snapshot/deploy.ts)_
11730
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/snapshot/deploy.ts)_
11731
11731
 
11732
11732
  ## `codiac snapshot list`
11733
11733
 
@@ -11776,7 +11776,7 @@ EXAMPLES
11776
11776
  $ codiac snapshot list -e myEnterprise --silent
11777
11777
  ```
11778
11778
 
11779
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/snapshot/list.ts)_
11779
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/snapshot/list.ts)_
11780
11780
 
11781
11781
  ## `codiac snapshot tag`
11782
11782
 
@@ -11819,7 +11819,7 @@ EXAMPLES
11819
11819
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
11820
11820
  ```
11821
11821
 
11822
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/snapshot/tag.ts)_
11822
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/snapshot/tag.ts)_
11823
11823
 
11824
11824
  ## `codiac snapshot untag`
11825
11825
 
@@ -11862,7 +11862,7 @@ EXAMPLES
11862
11862
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
11863
11863
  ```
11864
11864
 
11865
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/snapshot/untag.ts)_
11865
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/snapshot/untag.ts)_
11866
11866
 
11867
11867
  ## `codiac stage [FILES]`
11868
11868
 
@@ -11884,7 +11884,7 @@ DESCRIPTION
11884
11884
  Flags files to be included in the next commit.
11885
11885
  ```
11886
11886
 
11887
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/stage.ts)_
11887
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/stage.ts)_
11888
11888
 
11889
11889
  ## `codiac stash [FILE]`
11890
11890
 
@@ -11906,7 +11906,7 @@ DESCRIPTION
11906
11906
  describe the command here
11907
11907
  ```
11908
11908
 
11909
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/stash.ts)_
11909
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/stash.ts)_
11910
11910
 
11911
11911
  ## `codiac status`
11912
11912
 
@@ -11925,7 +11925,7 @@ DESCRIPTION
11925
11925
  Shows the current uncommitted changes in the current branch.
11926
11926
  ```
11927
11927
 
11928
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/status.ts)_
11928
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/status.ts)_
11929
11929
 
11930
11930
  ## `codiac stop`
11931
11931
 
@@ -11943,7 +11943,7 @@ DESCRIPTION
11943
11943
  Stops the running container for this project
11944
11944
  ```
11945
11945
 
11946
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/stop.ts)_
11946
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/stop.ts)_
11947
11947
 
11948
11948
  ## `codiac switch [NAME]`
11949
11949
 
@@ -11963,7 +11963,7 @@ DESCRIPTION
11963
11963
  Changes branch on the main project and any sourced dependencies.
11964
11964
  ```
11965
11965
 
11966
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/switch.ts)_
11966
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/switch.ts)_
11967
11967
 
11968
11968
  ## `codiac sync [NAME]`
11969
11969
 
@@ -11988,7 +11988,7 @@ DESCRIPTION
11988
11988
  Merges the given branch into the current branch.
11989
11989
  ```
11990
11990
 
11991
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/sync.ts)_
11991
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/sync.ts)_
11992
11992
 
11993
11993
  ## `codiac tenant create [NAME]`
11994
11994
 
@@ -12031,7 +12031,7 @@ EXAMPLES
12031
12031
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
12032
12032
  ```
12033
12033
 
12034
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/tenant/create.ts)_
12034
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/tenant/create.ts)_
12035
12035
 
12036
12036
  ## `codiac tenant switch [CODE]`
12037
12037
 
@@ -12071,7 +12071,7 @@ EXAMPLES
12071
12071
  $ codiac tenant switch my-tenant-code --to-script
12072
12072
  ```
12073
12073
 
12074
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/tenant/switch.ts)_
12074
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/tenant/switch.ts)_
12075
12075
 
12076
12076
  ## `codiac token [TOKENNAME]`
12077
12077
 
@@ -12193,7 +12193,7 @@ DESCRIPTION
12193
12193
  Flags files to be included in the next commit.
12194
12194
  ```
12195
12195
 
12196
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/unstage.ts)_
12196
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/unstage.ts)_
12197
12197
 
12198
12198
  ## `codiac update [CHANNEL]`
12199
12199
 
@@ -12380,7 +12380,7 @@ EXAMPLES
12380
12380
  $ codiac whereami --to-script
12381
12381
  ```
12382
12382
 
12383
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/whereami.ts)_
12383
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/whereami.ts)_
12384
12384
 
12385
12385
  ## `codiac whoami`
12386
12386
 
@@ -12422,5 +12422,5 @@ EXAMPLES
12422
12422
  $ codiac whoami --to-script
12423
12423
  ```
12424
12424
 
12425
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.196/src/commands/whoami.ts)_
12425
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.197/src/commands/whoami.ts)_
12426
12426
  <!-- commandsstop -->