@codiac.io/codiac-cli 1.3.260 → 1.3.262

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.260 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.262 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -539,7 +539,7 @@ EXAMPLES
539
539
  $ codiac ai agent install -e ben -t hermes -c dev --to-script
540
540
  ```
541
541
 
542
- _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/agent/install.ts)_
542
+ _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/agent/install.ts)_
543
543
 
544
544
  ## `codiac ai model attach`
545
545
 
@@ -574,7 +574,7 @@ EXAMPLES
574
574
  $ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
575
575
  ```
576
576
 
577
- _See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/model/attach.ts)_
577
+ _See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/model/attach.ts)_
578
578
 
579
579
  ## `codiac ai model install`
580
580
 
@@ -646,7 +646,7 @@ EXAMPLES
646
646
  $ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
647
647
  ```
648
648
 
649
- _See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/model/install.ts)_
649
+ _See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/model/install.ts)_
650
650
 
651
651
  ## `codiac ai model list`
652
652
 
@@ -702,7 +702,7 @@ EXAMPLES
702
702
  $ codiac ai model list -e ben --silent
703
703
  ```
704
704
 
705
- _See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/model/list.ts)_
705
+ _See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/model/list.ts)_
706
706
 
707
707
  ## `codiac ai model ls`
708
708
 
@@ -826,7 +826,7 @@ EXAMPLES
826
826
  $ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
827
827
  ```
828
828
 
829
- _See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/model/uninstall.ts)_
829
+ _See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/model/uninstall.ts)_
830
830
 
831
831
  ## `codiac ai model view`
832
832
 
@@ -871,7 +871,7 @@ EXAMPLES
871
871
  $ codiac ai model view -e ben -m qwen3-dev --silent
872
872
  ```
873
873
 
874
- _See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/ai/model/view.ts)_
874
+ _See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/ai/model/view.ts)_
875
875
 
876
876
  ## `codiac asset create`
877
877
 
@@ -992,7 +992,7 @@ EXAMPLES
992
992
  $ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
993
993
  ```
994
994
 
995
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/create.ts)_
995
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/create.ts)_
996
996
 
997
997
  ## `codiac asset edit`
998
998
 
@@ -1058,7 +1058,7 @@ EXAMPLES
1058
1058
  $ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
1059
1059
  ```
1060
1060
 
1061
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/edit.ts)_
1061
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/edit.ts)_
1062
1062
 
1063
1063
  ## `codiac asset entrypoint`
1064
1064
 
@@ -1179,7 +1179,7 @@ EXAMPLES
1179
1179
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
1180
1180
  ```
1181
1181
 
1182
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/entrypoint/delete.ts)_
1182
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/entrypoint/delete.ts)_
1183
1183
 
1184
1184
  ## `codiac asset entrypoint set`
1185
1185
 
@@ -1248,7 +1248,7 @@ EXAMPLES
1248
1248
  --input=/backup/workflows'
1249
1249
  ```
1250
1250
 
1251
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/entrypoint/set.ts)_
1251
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/entrypoint/set.ts)_
1252
1252
 
1253
1253
  ## `codiac asset get [CMD]`
1254
1254
 
@@ -1356,7 +1356,7 @@ EXAMPLES
1356
1356
  $ codiac asset list -e myEnterprise --to-script
1357
1357
  ```
1358
1358
 
1359
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/list.ts)_
1359
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/list.ts)_
1360
1360
 
1361
1361
  ## `codiac asset mon [CMD]`
1362
1362
 
@@ -1617,7 +1617,7 @@ EXAMPLES
1617
1617
  $ codiac asset obliterate -e main -n my-api
1618
1618
  ```
1619
1619
 
1620
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/obliterate.ts)_
1620
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/obliterate.ts)_
1621
1621
 
1622
1622
  ## `codiac asset probe create [CMD]`
1623
1623
 
@@ -1707,7 +1707,7 @@ EXAMPLES
1707
1707
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1708
1708
  ```
1709
1709
 
1710
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/probe/create.ts)_
1710
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/probe/create.ts)_
1711
1711
 
1712
1712
  ## `codiac asset probe delete`
1713
1713
 
@@ -1762,7 +1762,7 @@ EXAMPLES
1762
1762
  $ codiac asset probe delete
1763
1763
  ```
1764
1764
 
1765
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/probe/delete.ts)_
1765
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/probe/delete.ts)_
1766
1766
 
1767
1767
  ## `codiac asset probe list`
1768
1768
 
@@ -1814,7 +1814,7 @@ EXAMPLES
1814
1814
  $ codiac asset probe list
1815
1815
  ```
1816
1816
 
1817
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/probe/list.ts)_
1817
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/probe/list.ts)_
1818
1818
 
1819
1819
  ## `codiac asset recycle`
1820
1820
 
@@ -1854,7 +1854,7 @@ DESCRIPTION
1854
1854
  Deploys a given asset to a given cabinet. Defaults to current version.
1855
1855
  ```
1856
1856
 
1857
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/recycle.ts)_
1857
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/recycle.ts)_
1858
1858
 
1859
1859
  ## `codiac asset undeploy`
1860
1860
 
@@ -1898,7 +1898,7 @@ EXAMPLES
1898
1898
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1899
1899
  ```
1900
1900
 
1901
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/undeploy.ts)_
1901
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/undeploy.ts)_
1902
1902
 
1903
1903
  ## `codiac asset view [CMD]`
1904
1904
 
@@ -1954,7 +1954,7 @@ ALIASES
1954
1954
  $ codiac asset get
1955
1955
  ```
1956
1956
 
1957
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/view.ts)_
1957
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/view.ts)_
1958
1958
 
1959
1959
  ## `codiac asset vol add [MOUNTPATH]`
1960
1960
 
@@ -2225,7 +2225,7 @@ ALIASES
2225
2225
  $ codiac asset volume add
2226
2226
  ```
2227
2227
 
2228
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/volume/create.ts)_
2228
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/volume/create.ts)_
2229
2229
 
2230
2230
  ## `codiac asset volume del`
2231
2231
 
@@ -2313,7 +2313,7 @@ EXAMPLES
2313
2313
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
2314
2314
  ```
2315
2315
 
2316
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/volume/delete.ts)_
2316
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/volume/delete.ts)_
2317
2317
 
2318
2318
  ## `codiac asset volume list`
2319
2319
 
@@ -2362,7 +2362,7 @@ EXAMPLES
2362
2362
  $ codiac asset volume list -e myEnterprise --silent
2363
2363
  ```
2364
2364
 
2365
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/volume/list.ts)_
2365
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/volume/list.ts)_
2366
2366
 
2367
2367
  ## `codiac asset volumes del`
2368
2368
 
@@ -2529,7 +2529,7 @@ EXAMPLES
2529
2529
  $ codiac asset where -e main -a my-api --silent
2530
2530
  ```
2531
2531
 
2532
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/asset/where.ts)_
2532
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/asset/where.ts)_
2533
2533
 
2534
2534
  ## `codiac auth cab allow`
2535
2535
 
@@ -2691,7 +2691,7 @@ EXAMPLES
2691
2691
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2692
2692
  ```
2693
2693
 
2694
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/cabinet/allow.ts)_
2694
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/cabinet/allow.ts)_
2695
2695
 
2696
2696
  ## `codiac auth cabinet allowed`
2697
2697
 
@@ -2739,7 +2739,7 @@ EXAMPLES
2739
2739
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2740
2740
  ```
2741
2741
 
2742
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/cabinet/allowed.ts)_
2742
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/cabinet/allowed.ts)_
2743
2743
 
2744
2744
  ## `codiac auth ent allow`
2745
2745
 
@@ -2930,7 +2930,7 @@ EXAMPLES
2930
2930
  $ codiac auth enterprise allow -r deployer -p none
2931
2931
  ```
2932
2932
 
2933
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/enterprise/allow.ts)_
2933
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/enterprise/allow.ts)_
2934
2934
 
2935
2935
  ## `codiac auth enterprise allow onEnvironments`
2936
2936
 
@@ -2984,7 +2984,7 @@ EXAMPLES
2984
2984
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2985
2985
  ```
2986
2986
 
2987
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2987
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2988
2988
 
2989
2989
  ## `codiac auth enterprise allowed`
2990
2990
 
@@ -3025,7 +3025,7 @@ EXAMPLES
3025
3025
  $ codiac auth enterprise allowed --enterprise modeling
3026
3026
  ```
3027
3027
 
3028
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/enterprise/allowed.ts)_
3028
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/enterprise/allowed.ts)_
3029
3029
 
3030
3030
  ## `codiac auth env allowed`
3031
3031
 
@@ -3232,7 +3232,7 @@ EXAMPLES
3232
3232
  $ codiac auth environment allow -e qa -r productmanager -p read
3233
3233
  ```
3234
3234
 
3235
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/environment/allow.ts)_
3235
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/environment/allow.ts)_
3236
3236
 
3237
3237
  ## `codiac auth environment allow onCabinets`
3238
3238
 
@@ -3289,7 +3289,7 @@ EXAMPLES
3289
3289
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
3290
3290
  ```
3291
3291
 
3292
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/environment/allow/onCabinets.ts)_
3292
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/environment/allow/onCabinets.ts)_
3293
3293
 
3294
3294
  ## `codiac auth environment allowed`
3295
3295
 
@@ -3334,7 +3334,7 @@ EXAMPLES
3334
3334
  $ codiac auth environment allowed --enterprise modeling -e dev
3335
3335
  ```
3336
3336
 
3337
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/environment/allowed.ts)_
3337
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/environment/allowed.ts)_
3338
3338
 
3339
3339
  ## `codiac auth register`
3340
3340
 
@@ -3380,7 +3380,7 @@ EXAMPLES
3380
3380
  $ codiac auth register
3381
3381
  ```
3382
3382
 
3383
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/register.ts)_
3383
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/register.ts)_
3384
3384
 
3385
3385
  ## `codiac auth role allowed [NAME]`
3386
3386
 
@@ -3427,7 +3427,7 @@ EXAMPLES
3427
3427
  $ codiac auth role allowed -n deployer -e main
3428
3428
  ```
3429
3429
 
3430
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/allowed.ts)_
3430
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/allowed.ts)_
3431
3431
 
3432
3432
  ## `codiac auth role assign`
3433
3433
 
@@ -3459,7 +3459,7 @@ EXAMPLES
3459
3459
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3460
3460
  ```
3461
3461
 
3462
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/assign.ts)_
3462
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/assign.ts)_
3463
3463
 
3464
3464
  ## `codiac auth role create [NAME]`
3465
3465
 
@@ -3492,7 +3492,7 @@ EXAMPLES
3492
3492
  $ codiac auth role create -n deployer
3493
3493
  ```
3494
3494
 
3495
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/create.ts)_
3495
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/create.ts)_
3496
3496
 
3497
3497
  ## `codiac auth role delete [NAME]`
3498
3498
 
@@ -3528,7 +3528,7 @@ EXAMPLES
3528
3528
  $ codiac auth role delete --id abc123def456
3529
3529
  ```
3530
3530
 
3531
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/delete.ts)_
3531
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/delete.ts)_
3532
3532
 
3533
3533
  ## `codiac auth role list`
3534
3534
 
@@ -3564,7 +3564,7 @@ EXAMPLES
3564
3564
  $ codiac auth role list -o yaml > roles.yaml
3565
3565
  ```
3566
3566
 
3567
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/list.ts)_
3567
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/list.ts)_
3568
3568
 
3569
3569
  ## `codiac auth role unassign`
3570
3570
 
@@ -3596,7 +3596,7 @@ EXAMPLES
3596
3596
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3597
3597
  ```
3598
3598
 
3599
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/role/unassign.ts)_
3599
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/role/unassign.ts)_
3600
3600
 
3601
3601
  ## `codiac auth user invite`
3602
3602
 
@@ -3636,7 +3636,7 @@ EXAMPLES
3636
3636
  $ codiac auth user invite
3637
3637
  ```
3638
3638
 
3639
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/user/invite.ts)_
3639
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/user/invite.ts)_
3640
3640
 
3641
3641
  ## `codiac auth user list`
3642
3642
 
@@ -3672,7 +3672,7 @@ EXAMPLES
3672
3672
  $ codiac auth user list -o yaml > users.yaml
3673
3673
  ```
3674
3674
 
3675
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/auth/user/list.ts)_
3675
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/auth/user/list.ts)_
3676
3676
 
3677
3677
  ## `codiac autocomplete [SHELL]`
3678
3678
 
@@ -3722,7 +3722,7 @@ DESCRIPTION
3722
3722
  Creates a new branch for the parent project and any sourced dependencies.
3723
3723
  ```
3724
3724
 
3725
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/branch.ts)_
3725
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/branch.ts)_
3726
3726
 
3727
3727
  ## `codiac branch current`
3728
3728
 
@@ -3742,7 +3742,7 @@ ALIASES
3742
3742
  $ codiac branches current
3743
3743
  ```
3744
3744
 
3745
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/branch/current.ts)_
3745
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/branch/current.ts)_
3746
3746
 
3747
3747
  ## `codiac branch list`
3748
3748
 
@@ -3764,7 +3764,7 @@ ALIASES
3764
3764
  $ codiac branches list
3765
3765
  ```
3766
3766
 
3767
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/branch/list.ts)_
3767
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/branch/list.ts)_
3768
3768
 
3769
3769
  ## `codiac branches current`
3770
3770
 
@@ -3854,7 +3854,7 @@ DESCRIPTION
3854
3854
  Builds the project and the docker container
3855
3855
  ```
3856
3856
 
3857
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/build.ts)_
3857
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/build.ts)_
3858
3858
 
3859
3859
  ## `codiac cab attach`
3860
3860
 
@@ -4603,7 +4603,7 @@ EXAMPLES
4603
4603
  prod-cluster-1 --to-script
4604
4604
  ```
4605
4605
 
4606
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/cluster/attach.ts)_
4606
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/cluster/attach.ts)_
4607
4607
 
4608
4608
  ## `codiac cabinet contents`
4609
4609
 
@@ -4647,7 +4647,7 @@ EXAMPLES
4647
4647
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4648
4648
  ```
4649
4649
 
4650
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/contents.ts)_
4650
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/contents.ts)_
4651
4651
 
4652
4652
  ## `codiac cabinet create [CABINET]`
4653
4653
 
@@ -4714,7 +4714,7 @@ EXAMPLES
4714
4714
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4715
4715
  ```
4716
4716
 
4717
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/create.ts)_
4717
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/create.ts)_
4718
4718
 
4719
4719
  ## `codiac cabinet define [CABINET]`
4720
4720
 
@@ -4776,7 +4776,7 @@ EXAMPLES
4776
4776
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4777
4777
  ```
4778
4778
 
4779
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/define.ts)_
4779
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/define.ts)_
4780
4780
 
4781
4781
  ## `codiac cabinet destroy [CABINET]`
4782
4782
 
@@ -4834,7 +4834,7 @@ EXAMPLES
4834
4834
  --environment dev --silent
4835
4835
  ```
4836
4836
 
4837
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/destroy.ts)_
4837
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/destroy.ts)_
4838
4838
 
4839
4839
  ## `codiac cabinet detach [CABINET]`
4840
4840
 
@@ -4891,7 +4891,7 @@ EXAMPLES
4891
4891
  main --environment dev
4892
4892
  ```
4893
4893
 
4894
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/detach.ts)_
4894
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/detach.ts)_
4895
4895
 
4896
4896
  ## `codiac cabinet forget [CABINET]`
4897
4897
 
@@ -4946,7 +4946,7 @@ EXAMPLES
4946
4946
  $ codiac cabinet forget --to-script
4947
4947
  ```
4948
4948
 
4949
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/forget.ts)_
4949
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/forget.ts)_
4950
4950
 
4951
4951
  ## `codiac cabinet list`
4952
4952
 
@@ -4997,7 +4997,7 @@ EXAMPLES
4997
4997
  $ codiac cabinet list -e myEnterprise --silent
4998
4998
  ```
4999
4999
 
5000
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/list.ts)_
5000
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/list.ts)_
5001
5001
 
5002
5002
  ## `codiac cabinet obliterate [CABINET]`
5003
5003
 
@@ -5039,7 +5039,7 @@ ALIASES
5039
5039
  $ codiac infrx cab obliterate
5040
5040
  ```
5041
5041
 
5042
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/obliterate.ts)_
5042
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/obliterate.ts)_
5043
5043
 
5044
5044
  ## `codiac cabinet restore`
5045
5045
 
@@ -5106,7 +5106,7 @@ EXAMPLES
5106
5106
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
5107
5107
  ```
5108
5108
 
5109
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cabinet/restore.ts)_
5109
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cabinet/restore.ts)_
5110
5110
 
5111
5111
  ## `codiac cfg add`
5112
5112
 
@@ -5145,7 +5145,8 @@ FLAGS
5145
5145
  -t, --type=<option>
5146
5146
  Filters for the settings types that do not land in a config file (such as... env: OS environment variables,
5147
5147
  footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container
5148
- platform key-value pairs).
5148
+ platform key-value pairs, k8spatch: JSON-Patch (RFC-6902) operations applied to the deployment/service/ingress — see
5149
+ examples).
5149
5150
  <options: annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing>
5150
5151
 
5151
5152
  --condition=<value>
@@ -5256,6 +5257,28 @@ EXAMPLES
5256
5257
 
5257
5258
  cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
5258
5259
  --value-type string
5260
+
5261
+ Apply a raw Kubernetes patch with `-t k8spatch`. The value is a JSON-Patch (RFC-6902) ARRAY of {op, path, value}
5262
+ operations targeting `deployment`, `service`, or `ingress` — it is NOT a partial manifest, so a top-level
5263
+ `spec.template...` shape is silently ignored. Always pass `--value-type string` so the JSON array is stored verbatim
5264
+ (not coerced). Here: pin the pod to a node pool via nodeSelector.
5265
+
5266
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
5267
+ '[{"op":"add","path":"/spec/template/spec/nodeSelector","value":{"workload":"extraction"}}]' --value-type string
5268
+
5269
+ k8spatch: let the pod tolerate a tainted (dedicated/spot/GPU) node pool — pair this with the nodeSelector above so
5270
+ the pod both targets and is admitted onto the intended nodes.
5271
+
5272
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value '[{"op":"add","path":"/spec/template/ \
5273
+ spec/tolerations","value":[{"key":"workload","operator":"Equal","value":"extraction","effect":"NoSchedule"}]}]' \
5274
+ --value-type string
5275
+
5276
+ k8spatch: `op: replace` overwrites an existing field, `op: add` creates one. Here, force two replicas. NOTE: patches
5277
+ apply additively at deploy — deleting the setting does NOT revert an already-applied change; add an inverse op (`op:
5278
+ remove`) to undo it.
5279
+
5280
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
5281
+ '[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
5259
5282
  ```
5260
5283
 
5261
5284
  ## `codiac cfg delete [SETTING]`
@@ -5405,7 +5428,7 @@ DESCRIPTION
5405
5428
  Applies settings to the Codiac CLI itself (scoped to the local machine).
5406
5429
  ```
5407
5430
 
5408
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cli.ts)_
5431
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cli.ts)_
5409
5432
 
5410
5433
  ## `codiac cluster agent configure [CLUSTER]`
5411
5434
 
@@ -5473,7 +5496,7 @@ EXAMPLES
5473
5496
  $ codiac cluster agent configure my-cluster --to-script
5474
5497
  ```
5475
5498
 
5476
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/agent/configure.ts)_
5499
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/configure.ts)_
5477
5500
 
5478
5501
  ## `codiac cluster agent install [CLUSTER]`
5479
5502
 
@@ -5529,7 +5552,7 @@ EXAMPLES
5529
5552
  $ codiac cluster agent install my-cluster --to-script
5530
5553
  ```
5531
5554
 
5532
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/agent/install.ts)_
5555
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/install.ts)_
5533
5556
 
5534
5557
  ## `codiac cluster agent uninstall [CLUSTER]`
5535
5558
 
@@ -5577,7 +5600,7 @@ EXAMPLES
5577
5600
  $ codiac cluster agent uninstall my-cluster --to-script
5578
5601
  ```
5579
5602
 
5580
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/agent/uninstall.ts)_
5603
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/uninstall.ts)_
5581
5604
 
5582
5605
  ## `codiac cluster bootstrap [NAME]`
5583
5606
 
@@ -5640,7 +5663,7 @@ EXAMPLES
5640
5663
  $ codiac cluster bootstrap my-cluster --to-script
5641
5664
  ```
5642
5665
 
5643
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/bootstrap.ts)_
5666
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/bootstrap.ts)_
5644
5667
 
5645
5668
  ## `codiac cluster capture`
5646
5669
 
@@ -5725,7 +5748,7 @@ EXAMPLES
5725
5748
  $ codiac cluster connect my-fav-cluster
5726
5749
  ```
5727
5750
 
5728
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/connect.ts)_
5751
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/connect.ts)_
5729
5752
 
5730
5753
  ## `codiac cluster contents`
5731
5754
 
@@ -6390,7 +6413,7 @@ EXAMPLES
6390
6413
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
6391
6414
  ```
6392
6415
 
6393
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/install.ts)_
6416
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/install.ts)_
6394
6417
 
6395
6418
  ## `codiac cluster journal [CLUSTER]`
6396
6419
 
@@ -6679,7 +6702,7 @@ EXAMPLES
6679
6702
  $ codiac cluster stack capture my-fav-cluster
6680
6703
  ```
6681
6704
 
6682
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/stack/capture.ts)_
6705
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stack/capture.ts)_
6683
6706
 
6684
6707
  ## `codiac cluster stack install [CLUSTER]`
6685
6708
 
@@ -6731,7 +6754,7 @@ EXAMPLES
6731
6754
  $ codiac cluster stack install my-cluster --to-script
6732
6755
  ```
6733
6756
 
6734
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/stack/install.ts)_
6757
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stack/install.ts)_
6735
6758
 
6736
6759
  ## `codiac cluster stack list`
6737
6760
 
@@ -6897,7 +6920,7 @@ EXAMPLES
6897
6920
  $ codiac cluster start my-fav-cluster
6898
6921
  ```
6899
6922
 
6900
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/start.ts)_
6923
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/start.ts)_
6901
6924
 
6902
6925
  ## `codiac cluster stop [CLUSTER]`
6903
6926
 
@@ -6934,7 +6957,7 @@ EXAMPLES
6934
6957
  $ codiac cluster start my-fav-cluster
6935
6958
  ```
6936
6959
 
6937
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/cluster/stop.ts)_
6960
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stop.ts)_
6938
6961
 
6939
6962
  ## `codiac cluster uninstall`
6940
6963
 
@@ -6996,7 +7019,7 @@ DESCRIPTION
6996
7019
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
6997
7020
  ```
6998
7021
 
6999
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/commit.ts)_
7022
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/commit.ts)_
7000
7023
 
7001
7024
  ## `codiac config add`
7002
7025
 
@@ -7035,7 +7058,8 @@ FLAGS
7035
7058
  -t, --type=<option>
7036
7059
  Filters for the settings types that do not land in a config file (such as... env: OS environment variables,
7037
7060
  footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container
7038
- platform key-value pairs).
7061
+ platform key-value pairs, k8spatch: JSON-Patch (RFC-6902) operations applied to the deployment/service/ingress — see
7062
+ examples).
7039
7063
  <options: annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing>
7040
7064
 
7041
7065
  --condition=<value>
@@ -7146,9 +7170,31 @@ EXAMPLES
7146
7170
 
7147
7171
  cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
7148
7172
  --value-type string
7173
+
7174
+ Apply a raw Kubernetes patch with `-t k8spatch`. The value is a JSON-Patch (RFC-6902) ARRAY of {op, path, value}
7175
+ operations targeting `deployment`, `service`, or `ingress` — it is NOT a partial manifest, so a top-level
7176
+ `spec.template...` shape is silently ignored. Always pass `--value-type string` so the JSON array is stored verbatim
7177
+ (not coerced). Here: pin the pod to a node pool via nodeSelector.
7178
+
7179
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
7180
+ '[{"op":"add","path":"/spec/template/spec/nodeSelector","value":{"workload":"extraction"}}]' --value-type string
7181
+
7182
+ k8spatch: let the pod tolerate a tainted (dedicated/spot/GPU) node pool — pair this with the nodeSelector above so
7183
+ the pod both targets and is admitted onto the intended nodes.
7184
+
7185
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value '[{"op":"add","path":"/spec/template/ \
7186
+ spec/tolerations","value":[{"key":"workload","operator":"Equal","value":"extraction","effect":"NoSchedule"}]}]' \
7187
+ --value-type string
7188
+
7189
+ k8spatch: `op: replace` overwrites an existing field, `op: add` creates one. Here, force two replicas. NOTE: patches
7190
+ apply additively at deploy — deleting the setting does NOT revert an already-applied change; add an inverse op (`op:
7191
+ remove`) to undo it.
7192
+
7193
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
7194
+ '[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
7149
7195
  ```
7150
7196
 
7151
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/add.ts)_
7197
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/add.ts)_
7152
7198
 
7153
7199
  ## `codiac config delete [SETTING]`
7154
7200
 
@@ -7217,7 +7263,7 @@ ALIASES
7217
7263
  $ codiac cfg delete
7218
7264
  ```
7219
7265
 
7220
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/delete.ts)_
7266
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/delete.ts)_
7221
7267
 
7222
7268
  ## `codiac config deploy`
7223
7269
 
@@ -7258,7 +7304,7 @@ EXAMPLES
7258
7304
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
7259
7305
  ```
7260
7306
 
7261
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/deploy.ts)_
7307
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/deploy.ts)_
7262
7308
 
7263
7309
  ## `codiac config import`
7264
7310
 
@@ -7319,7 +7365,7 @@ EXAMPLES
7319
7365
  $ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
7320
7366
  ```
7321
7367
 
7322
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/import.ts)_
7368
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/import.ts)_
7323
7369
 
7324
7370
  ## `codiac config preview [SETTING]`
7325
7371
 
@@ -7421,7 +7467,8 @@ FLAGS
7421
7467
  -t, --type=<option>
7422
7468
  Filters for the settings types that do not land in a config file (such as... env: OS environment variables,
7423
7469
  footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container
7424
- platform key-value pairs).
7470
+ platform key-value pairs, k8spatch: JSON-Patch (RFC-6902) operations applied to the deployment/service/ingress — see
7471
+ examples).
7425
7472
  <options: annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing>
7426
7473
 
7427
7474
  --condition=<value>
@@ -7532,6 +7579,28 @@ EXAMPLES
7532
7579
 
7533
7580
  cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
7534
7581
  --value-type string
7582
+
7583
+ Apply a raw Kubernetes patch with `-t k8spatch`. The value is a JSON-Patch (RFC-6902) ARRAY of {op, path, value}
7584
+ operations targeting `deployment`, `service`, or `ingress` — it is NOT a partial manifest, so a top-level
7585
+ `spec.template...` shape is silently ignored. Always pass `--value-type string` so the JSON array is stored verbatim
7586
+ (not coerced). Here: pin the pod to a node pool via nodeSelector.
7587
+
7588
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
7589
+ '[{"op":"add","path":"/spec/template/spec/nodeSelector","value":{"workload":"extraction"}}]' --value-type string
7590
+
7591
+ k8spatch: let the pod tolerate a tainted (dedicated/spot/GPU) node pool — pair this with the nodeSelector above so
7592
+ the pod both targets and is admitted onto the intended nodes.
7593
+
7594
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value '[{"op":"add","path":"/spec/template/ \
7595
+ spec/tolerations","value":[{"key":"workload","operator":"Equal","value":"extraction","effect":"NoSchedule"}]}]' \
7596
+ --value-type string
7597
+
7598
+ k8spatch: `op: replace` overwrites an existing field, `op: add` creates one. Here, force two replicas. NOTE: patches
7599
+ apply additively at deploy — deleting the setting does NOT revert an already-applied change; add an inverse op (`op:
7600
+ remove`) to undo it.
7601
+
7602
+ cod config set -a my-asset -c dev -t k8spatch --setting deployment --value \
7603
+ '[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
7535
7604
  ```
7536
7605
 
7537
7606
  ## `codiac config settings get`
@@ -7602,7 +7671,7 @@ DESCRIPTION
7602
7671
  Shows the list of clusters.
7603
7672
  ```
7604
7673
 
7605
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/settings/get.ts)_
7674
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/settings/get.ts)_
7606
7675
 
7607
7676
  ## `codiac config view [SETTING]`
7608
7677
 
@@ -7667,7 +7736,7 @@ EXAMPLES
7667
7736
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7668
7737
  ```
7669
7738
 
7670
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/config/view.ts)_
7739
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/view.ts)_
7671
7740
 
7672
7741
  ## `codiac csp creds list`
7673
7742
 
@@ -7715,7 +7784,7 @@ EXAMPLES
7715
7784
  $ codiac csp creds list
7716
7785
  ```
7717
7786
 
7718
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/csp/creds/list.ts)_
7787
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/creds/list.ts)_
7719
7788
 
7720
7789
  ## `codiac csp login [PROVIDER]`
7721
7790
 
@@ -7793,7 +7862,7 @@ EXAMPLES
7793
7862
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7794
7863
  ```
7795
7864
 
7796
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/csp/login.ts)_
7865
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/login.ts)_
7797
7866
 
7798
7867
  ## `codiac csp logout [PROVIDER]`
7799
7868
 
@@ -7840,7 +7909,7 @@ EXAMPLES
7840
7909
  $ codiac csp logout azure --to-script
7841
7910
  ```
7842
7911
 
7843
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/csp/logout.ts)_
7912
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/logout.ts)_
7844
7913
 
7845
7914
  ## `codiac dep [NAME]`
7846
7915
 
@@ -7861,7 +7930,7 @@ DESCRIPTION
7861
7930
  Installs a package into current project.
7862
7931
  ```
7863
7932
 
7864
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep.ts)_
7933
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep.ts)_
7865
7934
 
7866
7935
  ## `codiac dep create [URL]`
7867
7936
 
@@ -7885,7 +7954,7 @@ DESCRIPTION
7885
7954
  package version is used.
7886
7955
  ```
7887
7956
 
7888
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/create.ts)_
7957
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/create.ts)_
7889
7958
 
7890
7959
  ## `codiac dep install`
7891
7960
 
@@ -7902,7 +7971,7 @@ DESCRIPTION
7902
7971
  installs any missing dependency packages into the local project folder.
7903
7972
  ```
7904
7973
 
7905
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/install.ts)_
7974
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/install.ts)_
7906
7975
 
7907
7976
  ## `codiac dep list`
7908
7977
 
@@ -7919,7 +7988,7 @@ DESCRIPTION
7919
7988
  Shows the dependencies for the project.
7920
7989
  ```
7921
7990
 
7922
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/list.ts)_
7991
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/list.ts)_
7923
7992
 
7924
7993
  ## `codiac dep remove [NAME]`
7925
7994
 
@@ -7942,7 +8011,7 @@ DESCRIPTION
7942
8011
  Removes a dependency from the project.
7943
8012
  ```
7944
8013
 
7945
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/remove.ts)_
8014
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/remove.ts)_
7946
8015
 
7947
8016
  ## `codiac dep source [NAME]`
7948
8017
 
@@ -7968,7 +8037,7 @@ ALIASES
7968
8037
  $ codiac dep src
7969
8038
  ```
7970
8039
 
7971
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/source.ts)_
8040
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/source.ts)_
7972
8041
 
7973
8042
  ## `codiac dep src [NAME]`
7974
8043
 
@@ -8012,7 +8081,7 @@ DESCRIPTION
8012
8081
  Publishes the dependency in its current state and upgrades to it in the main project.
8013
8082
  ```
8014
8083
 
8015
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/syncup.ts)_
8084
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/syncup.ts)_
8016
8085
 
8017
8086
  ## `codiac dep unsource [NAME]`
8018
8087
 
@@ -8040,7 +8109,7 @@ ALIASES
8040
8109
  $ codiac dep unsrc
8041
8110
  ```
8042
8111
 
8043
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/unsource.ts)_
8112
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/unsource.ts)_
8044
8113
 
8045
8114
  ## `codiac dep unsrc [NAME]`
8046
8115
 
@@ -8087,7 +8156,7 @@ DESCRIPTION
8087
8156
  describe the command here
8088
8157
  ```
8089
8158
 
8090
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/dep/upgrade.ts)_
8159
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/upgrade.ts)_
8091
8160
 
8092
8161
  ## `codiac deploy`
8093
8162
 
@@ -8140,7 +8209,7 @@ EXAMPLES
8140
8209
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
8141
8210
  ```
8142
8211
 
8143
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/deploy.ts)_
8212
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/deploy.ts)_
8144
8213
 
8145
8214
  ## `codiac domain map [DOMAIN]`
8146
8215
 
@@ -8296,7 +8365,7 @@ EXAMPLES
8296
8365
  cod enterprise create my-enterprise-code --silent
8297
8366
  ```
8298
8367
 
8299
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/enterprise/create.ts)_
8368
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/enterprise/create.ts)_
8300
8369
 
8301
8370
  ## `codiac enterprise list`
8302
8371
 
@@ -8351,7 +8420,7 @@ EXAMPLES
8351
8420
  $ codiac enterprise list --to-script
8352
8421
  ```
8353
8422
 
8354
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/enterprise/list.ts)_
8423
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/enterprise/list.ts)_
8355
8424
 
8356
8425
  ## `codiac env add [SETTING]`
8357
8426
 
@@ -8401,7 +8470,7 @@ EXAMPLES
8401
8470
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
8402
8471
  ```
8403
8472
 
8404
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/env/add.ts)_
8473
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/env/add.ts)_
8405
8474
 
8406
8475
  ## `codiac enviro cluster attach`
8407
8476
 
@@ -8704,7 +8773,7 @@ ALIASES
8704
8773
  $ codiac infrx enviro cluster attach
8705
8774
  ```
8706
8775
 
8707
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/environment/cluster/attach.ts)_
8776
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/cluster/attach.ts)_
8708
8777
 
8709
8778
  ## `codiac environment cluster detach`
8710
8779
 
@@ -8750,7 +8819,7 @@ ALIASES
8750
8819
  $ codiac infrx enviro cluster detach
8751
8820
  ```
8752
8821
 
8753
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/environment/cluster/detach.ts)_
8822
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/cluster/detach.ts)_
8754
8823
 
8755
8824
  ## `codiac environment create [NAME]`
8756
8825
 
@@ -8813,7 +8882,7 @@ EXAMPLES
8813
8882
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8814
8883
  ```
8815
8884
 
8816
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/environment/create.ts)_
8885
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/create.ts)_
8817
8886
 
8818
8887
  ## `codiac environment delete [NAME]`
8819
8888
 
@@ -8874,7 +8943,7 @@ EXAMPLES
8874
8943
  $ codiac environment delete dev --enterprise main --to-script
8875
8944
  ```
8876
8945
 
8877
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/environment/delete.ts)_
8946
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/delete.ts)_
8878
8947
 
8879
8948
  ## `codiac environment list`
8880
8949
 
@@ -8925,7 +8994,7 @@ EXAMPLES
8925
8994
  $ codiac environment list -e myEnterprise --silent
8926
8995
  ```
8927
8996
 
8928
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/environment/list.ts)_
8997
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/list.ts)_
8929
8998
 
8930
8999
  ## `codiac fileshare capture`
8931
9000
 
@@ -9009,7 +9078,7 @@ ALIASES
9009
9078
  $ codiac fileshare capture
9010
9079
  ```
9011
9080
 
9012
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/filestore/capture.ts)_
9081
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/capture.ts)_
9013
9082
 
9014
9083
  ## `codiac filestore forget`
9015
9084
 
@@ -9056,7 +9125,7 @@ EXAMPLES
9056
9125
  $ codiac filestore forget
9057
9126
  ```
9058
9127
 
9059
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/filestore/forget.ts)_
9128
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/forget.ts)_
9060
9129
 
9061
9130
  ## `codiac filestore list`
9062
9131
 
@@ -9102,7 +9171,7 @@ EXAMPLES
9102
9171
  $ codiac filestore list
9103
9172
  ```
9104
9173
 
9105
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/filestore/list.ts)_
9174
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/list.ts)_
9106
9175
 
9107
9176
  ## `codiac help [COMMANDS]`
9108
9177
 
@@ -9188,7 +9257,7 @@ EXAMPLES
9188
9257
  $ codiac host delete
9189
9258
  ```
9190
9259
 
9191
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/host/delete.ts)_
9260
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/delete.ts)_
9192
9261
 
9193
9262
  ## `codiac host list [DOMAIN]`
9194
9263
 
@@ -9232,7 +9301,7 @@ EXAMPLES
9232
9301
  $ codiac host list
9233
9302
  ```
9234
9303
 
9235
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/host/list.ts)_
9304
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/list.ts)_
9236
9305
 
9237
9306
  ## `codiac host map [DOMAIN]`
9238
9307
 
@@ -9286,7 +9355,7 @@ EXAMPLES
9286
9355
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
9287
9356
  ```
9288
9357
 
9289
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/host/map.ts)_
9358
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/map.ts)_
9290
9359
 
9291
9360
  ## `codiac host view [DOMAIN]`
9292
9361
 
@@ -9331,7 +9400,7 @@ EXAMPLES
9331
9400
  $ codiac host view
9332
9401
  ```
9333
9402
 
9334
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/host/view.ts)_
9403
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/view.ts)_
9335
9404
 
9336
9405
  ## `codiac identify [TOKENNAME]`
9337
9406
 
@@ -9403,7 +9472,7 @@ ALIASES
9403
9472
  $ codiac token
9404
9473
  ```
9405
9474
 
9406
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/identity.ts)_
9475
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity.ts)_
9407
9476
 
9408
9477
  ## `codiac identity delete [NAME]`
9409
9478
 
@@ -9428,7 +9497,7 @@ ALIASES
9428
9497
  $ codiac token remove
9429
9498
  ```
9430
9499
 
9431
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/identity/delete.ts)_
9500
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity/delete.ts)_
9432
9501
 
9433
9502
  ## `codiac identity list`
9434
9503
 
@@ -9450,7 +9519,7 @@ ALIASES
9450
9519
  $ codiac token list
9451
9520
  ```
9452
9521
 
9453
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/identity/list.ts)_
9522
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity/list.ts)_
9454
9523
 
9455
9524
  ## `codiac identity remove [NAME]`
9456
9525
 
@@ -9773,7 +9842,7 @@ DESCRIPTION
9773
9842
  Saves a reference to an existing container registry.
9774
9843
  ```
9775
9844
 
9776
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/capture.ts)_
9845
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/capture.ts)_
9777
9846
 
9778
9847
  ## `codiac imageRegistry edit`
9779
9848
 
@@ -9816,7 +9885,7 @@ EXAMPLES
9816
9885
  $ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
9817
9886
  ```
9818
9887
 
9819
- _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/edit.ts)_
9888
+ _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/edit.ts)_
9820
9889
 
9821
9890
  ## `codiac imageRegistry forget`
9822
9891
 
@@ -9837,7 +9906,7 @@ DESCRIPTION
9837
9906
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
9838
9907
  ```
9839
9908
 
9840
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/forget.ts)_
9909
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/forget.ts)_
9841
9910
 
9842
9911
  ## `codiac imageRegistry list`
9843
9912
 
@@ -9879,7 +9948,7 @@ EXAMPLES
9879
9948
  $ codiac imageRegistry list -o yaml > registries.yaml
9880
9949
  ```
9881
9950
 
9882
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/list.ts)_
9951
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/list.ts)_
9883
9952
 
9884
9953
  ## `codiac imageRegistry pullSecret set`
9885
9954
 
@@ -9915,7 +9984,7 @@ ALIASES
9915
9984
  $ codiac pullsecret
9916
9985
  ```
9917
9986
 
9918
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/pullSecret/set.ts)_
9987
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/pullSecret/set.ts)_
9919
9988
 
9920
9989
  ## `codiac imageRegistry pullSecret unset`
9921
9990
 
@@ -9942,7 +10011,7 @@ ALIASES
9942
10011
  $ codiac pullsecret unset
9943
10012
  ```
9944
10013
 
9945
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/imageRegistry/pullSecret/unset.ts)_
10014
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/pullSecret/unset.ts)_
9946
10015
 
9947
10016
  ## `codiac images add [IMAGENAME]`
9948
10017
 
@@ -10003,7 +10072,7 @@ EXAMPLES
10003
10072
  $ codiac images add your-company/your-image --to-script
10004
10073
  ```
10005
10074
 
10006
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/add.ts)_
10075
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/add.ts)_
10007
10076
 
10008
10077
  ## `codiac images list`
10009
10078
 
@@ -10026,7 +10095,7 @@ ALIASES
10026
10095
  $ codiac img list
10027
10096
  ```
10028
10097
 
10029
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/list.ts)_
10098
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/list.ts)_
10030
10099
 
10031
10100
  ## `codiac images patch IMAGENAME`
10032
10101
 
@@ -10056,7 +10125,7 @@ ALIASES
10056
10125
  $ codiac img patch
10057
10126
  ```
10058
10127
 
10059
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/patch.ts)_
10128
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/patch.ts)_
10060
10129
 
10061
10130
  ## `codiac images remove IMAGENAME`
10062
10131
 
@@ -10082,7 +10151,7 @@ ALIASES
10082
10151
  $ codiac img delete
10083
10152
  ```
10084
10153
 
10085
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/remove.ts)_
10154
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/remove.ts)_
10086
10155
 
10087
10156
  ## `codiac images version NAME`
10088
10157
 
@@ -10108,7 +10177,7 @@ ALIASES
10108
10177
  $ codiac img version get
10109
10178
  ```
10110
10179
 
10111
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/version.ts)_
10180
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/version.ts)_
10112
10181
 
10113
10182
  ## `codiac images version bump NAME`
10114
10183
 
@@ -10141,7 +10210,7 @@ ALIASES
10141
10210
  $ codiac img version bump
10142
10211
  ```
10143
10212
 
10144
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/images/version/bump.ts)_
10213
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/version/bump.ts)_
10145
10214
 
10146
10215
  ## `codiac img [IMAGENAME]`
10147
10216
 
@@ -10457,7 +10526,7 @@ EXAMPLES
10457
10526
  $ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
10458
10527
  ```
10459
10528
 
10460
- _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/import/cluster.ts)_
10529
+ _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/import/cluster.ts)_
10461
10530
 
10462
10531
  ## `codiac infrx cab create [CABINET]`
10463
10532
 
@@ -11302,7 +11371,7 @@ DESCRIPTION
11302
11371
  Declares the given folder as a project root
11303
11372
  ```
11304
11373
 
11305
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/init.ts)_
11374
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/init.ts)_
11306
11375
 
11307
11376
  ## `codiac kit create`
11308
11377
 
@@ -11345,7 +11414,7 @@ EXAMPLES
11345
11414
  $ codiac kit create -e myEnterprise -a myApi --to-script
11346
11415
  ```
11347
11416
 
11348
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/kit/create.ts)_
11417
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/kit/create.ts)_
11349
11418
 
11350
11419
  ## `codiac login`
11351
11420
 
@@ -11404,7 +11473,7 @@ EXAMPLES
11404
11473
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
11405
11474
  ```
11406
11475
 
11407
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/login.ts)_
11476
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/login.ts)_
11408
11477
 
11409
11478
  ## `codiac logout`
11410
11479
 
@@ -11437,7 +11506,7 @@ EXAMPLES
11437
11506
  $ codiac logout --to-script
11438
11507
  ```
11439
11508
 
11440
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/logout.ts)_
11509
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/logout.ts)_
11441
11510
 
11442
11511
  ## `codiac merge [BRANCH]`
11443
11512
 
@@ -11458,7 +11527,7 @@ DESCRIPTION
11458
11527
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
11459
11528
  ```
11460
11529
 
11461
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/merge.ts)_
11530
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/merge.ts)_
11462
11531
 
11463
11532
  ## `codiac noc cluster capture`
11464
11533
 
@@ -11510,7 +11579,7 @@ EXAMPLES
11510
11579
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
11511
11580
  ```
11512
11581
 
11513
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/capture.ts)_
11582
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/capture.ts)_
11514
11583
 
11515
11584
  ## `codiac noc cluster create [NAME]`
11516
11585
 
@@ -11600,7 +11669,7 @@ FLAG DESCRIPTIONS
11600
11669
  initialization is always skipped in that mode.
11601
11670
  ```
11602
11671
 
11603
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/create.ts)_
11672
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/create.ts)_
11604
11673
 
11605
11674
  ## `codiac noc cluster credentials-set [NAME]`
11606
11675
 
@@ -11655,7 +11724,7 @@ EXAMPLES
11655
11724
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11656
11725
  ```
11657
11726
 
11658
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/credentials-set.ts)_
11727
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/credentials-set.ts)_
11659
11728
 
11660
11729
  ## `codiac noc cluster define [NAME]`
11661
11730
 
@@ -11729,7 +11798,7 @@ EXAMPLES
11729
11798
  $ codiac noc cluster define my-cluster --to-script
11730
11799
  ```
11731
11800
 
11732
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/define.ts)_
11801
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/define.ts)_
11733
11802
 
11734
11803
  ## `codiac noc cluster deinit`
11735
11804
 
@@ -11769,7 +11838,7 @@ EXAMPLES
11769
11838
  $ codiac noc cluster deinit -n my-cluster --to-script
11770
11839
  ```
11771
11840
 
11772
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/deinit.ts)_
11841
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/deinit.ts)_
11773
11842
 
11774
11843
  ## `codiac noc cluster destroy [NAME]`
11775
11844
 
@@ -11803,7 +11872,7 @@ ALIASES
11803
11872
  $ codiac cluster destroy
11804
11873
  ```
11805
11874
 
11806
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/destroy.ts)_
11875
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/destroy.ts)_
11807
11876
 
11808
11877
  ## `codiac noc cluster forget`
11809
11878
 
@@ -11854,7 +11923,7 @@ EXAMPLES
11854
11923
  $ codiac noc cluster forget --running
11855
11924
  ```
11856
11925
 
11857
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/forget.ts)_
11926
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/forget.ts)_
11858
11927
 
11859
11928
  ## `codiac noc cluster grant`
11860
11929
 
@@ -11892,7 +11961,7 @@ EXAMPLES
11892
11961
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
11893
11962
  ```
11894
11963
 
11895
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/grant.ts)_
11964
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/grant.ts)_
11896
11965
 
11897
11966
  ## `codiac noc cluster init`
11898
11967
 
@@ -11938,7 +12007,7 @@ EXAMPLES
11938
12007
  $ codiac noc cluster init -n my-cluster --to-script
11939
12008
  ```
11940
12009
 
11941
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/init.ts)_
12010
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/init.ts)_
11942
12011
 
11943
12012
  ## `codiac noc cluster journal [CLUSTER]`
11944
12013
 
@@ -11987,7 +12056,7 @@ EXAMPLES
11987
12056
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
11988
12057
  ```
11989
12058
 
11990
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/journal.ts)_
12059
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/journal.ts)_
11991
12060
 
11992
12061
  ## `codiac noc cluster list`
11993
12062
 
@@ -12048,7 +12117,7 @@ EXAMPLES
12048
12117
  $ codiac noc cluster list -e myEnterprise --to-script
12049
12118
  ```
12050
12119
 
12051
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/list.ts)_
12120
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/list.ts)_
12052
12121
 
12053
12122
  ## `codiac noc cluster restore [NAME]`
12054
12123
 
@@ -12108,7 +12177,7 @@ EXAMPLES
12108
12177
  $ codiac noc cluster restore prod-cluster-1 --to-script
12109
12178
  ```
12110
12179
 
12111
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/noc/cluster/restore.ts)_
12180
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/restore.ts)_
12112
12181
 
12113
12182
  ## `codiac pkg add [DEFINITIONFILE]`
12114
12183
 
@@ -12142,7 +12211,7 @@ DESCRIPTION
12142
12211
  Configures a package to be built and published by the project.
12143
12212
  ```
12144
12213
 
12145
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pkg/add.ts)_
12214
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/add.ts)_
12146
12215
 
12147
12216
  ## `codiac pkg delete [PACKAGENAME]`
12148
12217
 
@@ -12180,7 +12249,7 @@ DESCRIPTION
12180
12249
  Renders the list of packages that are configured as project exports.
12181
12250
  ```
12182
12251
 
12183
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pkg/list.ts)_
12252
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/list.ts)_
12184
12253
 
12185
12254
  ## `codiac pkg patch PACKAGENAME`
12186
12255
 
@@ -12206,7 +12275,7 @@ DESCRIPTION
12206
12275
  registryUrl and/or environment.
12207
12276
  ```
12208
12277
 
12209
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pkg/patch.ts)_
12278
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/patch.ts)_
12210
12279
 
12211
12280
  ## `codiac pkg remove [PACKAGENAME]`
12212
12281
 
@@ -12229,7 +12298,7 @@ ALIASES
12229
12298
  $ codiac pkg delete
12230
12299
  ```
12231
12300
 
12232
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pkg/remove.ts)_
12301
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/remove.ts)_
12233
12302
 
12234
12303
  ## `codiac portal`
12235
12304
 
@@ -12262,7 +12331,7 @@ EXAMPLES
12262
12331
  $ codiac portal --to-script
12263
12332
  ```
12264
12333
 
12265
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/portal.ts)_
12334
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/portal.ts)_
12266
12335
 
12267
12336
  ## `codiac probe create [CMD]`
12268
12337
 
@@ -12383,7 +12452,7 @@ DESCRIPTION
12383
12452
  Publishes the exports (packages and images) declared in the ProjectConfig.
12384
12453
  ```
12385
12454
 
12386
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/publish.ts)_
12455
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/publish.ts)_
12387
12456
 
12388
12457
  ## `codiac pull [NAME]`
12389
12458
 
@@ -12407,7 +12476,7 @@ DESCRIPTION
12407
12476
  Pulls all commits from upstream to local.
12408
12477
  ```
12409
12478
 
12410
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pull.ts)_
12479
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pull.ts)_
12411
12480
 
12412
12481
  ## `codiac pullsecret`
12413
12482
 
@@ -12490,7 +12559,7 @@ DESCRIPTION
12490
12559
  Pushes all local commits upstream.
12491
12560
  ```
12492
12561
 
12493
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/push.ts)_
12562
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/push.ts)_
12494
12563
 
12495
12564
  ## `codiac pvc create`
12496
12565
 
@@ -12574,7 +12643,7 @@ EXAMPLES
12574
12643
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
12575
12644
  ```
12576
12645
 
12577
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pvc/create.ts)_
12646
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/create.ts)_
12578
12647
 
12579
12648
  ## `codiac pvc delete`
12580
12649
 
@@ -12621,7 +12690,7 @@ EXAMPLES
12621
12690
  $ codiac pvc delete --id <fileStoreDefId> --silent
12622
12691
  ```
12623
12692
 
12624
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pvc/delete.ts)_
12693
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/delete.ts)_
12625
12694
 
12626
12695
  ## `codiac pvc get`
12627
12696
 
@@ -12662,7 +12731,7 @@ EXAMPLES
12662
12731
  $ codiac pvc get --name app-documents-share --silent -o json
12663
12732
  ```
12664
12733
 
12665
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pvc/get.ts)_
12734
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/get.ts)_
12666
12735
 
12667
12736
  ## `codiac pvc list`
12668
12737
 
@@ -12705,7 +12774,7 @@ EXAMPLES
12705
12774
  $ codiac pvc list -o yaml
12706
12775
  ```
12707
12776
 
12708
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/pvc/list.ts)_
12777
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/list.ts)_
12709
12778
 
12710
12779
  ## `codiac relay-version`
12711
12780
 
@@ -12722,7 +12791,7 @@ EXAMPLES
12722
12791
  $ codiac relay-version
12723
12792
  ```
12724
12793
 
12725
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/relay-version.ts)_
12794
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/relay-version.ts)_
12726
12795
 
12727
12796
  ## `codiac run`
12728
12797
 
@@ -12764,7 +12833,7 @@ DESCRIPTION
12764
12833
  Runs the latest build of the api container locally.
12765
12834
  ```
12766
12835
 
12767
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/run.ts)_
12836
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/run.ts)_
12768
12837
 
12769
12838
  ## `codiac secretStore`
12770
12839
 
@@ -12882,7 +12951,7 @@ EXAMPLES
12882
12951
  $ codiac secretStore capture --echo
12883
12952
  ```
12884
12953
 
12885
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/secretStore/capture.ts)_
12954
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/capture.ts)_
12886
12955
 
12887
12956
  ## `codiac secretStore forget`
12888
12957
 
@@ -12903,7 +12972,7 @@ DESCRIPTION
12903
12972
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
12904
12973
  ```
12905
12974
 
12906
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/secretStore/forget.ts)_
12975
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/forget.ts)_
12907
12976
 
12908
12977
  ## `codiac secretStore list`
12909
12978
 
@@ -12948,7 +13017,7 @@ EXAMPLES
12948
13017
  $ codiac secretStore list
12949
13018
  ```
12950
13019
 
12951
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/secretStore/list.ts)_
13020
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/list.ts)_
12952
13021
 
12953
13022
  ## `codiac shell init`
12954
13023
 
@@ -12986,7 +13055,7 @@ EXAMPLES
12986
13055
  Invoke-Expression (codiac shell init --shell powershell)
12987
13056
  ```
12988
13057
 
12989
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/shell/init.ts)_
13058
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/shell/init.ts)_
12990
13059
 
12991
13060
  ## `codiac skill install`
12992
13061
 
@@ -13021,7 +13090,7 @@ EXAMPLES
13021
13090
  $ codiac skill install --force
13022
13091
  ```
13023
13092
 
13024
- _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/skill/install.ts)_
13093
+ _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/install.ts)_
13025
13094
 
13026
13095
  ## `codiac skill path`
13027
13096
 
@@ -13044,7 +13113,7 @@ EXAMPLES
13044
13113
  $ codiac skill path
13045
13114
  ```
13046
13115
 
13047
- _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/skill/path.ts)_
13116
+ _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/path.ts)_
13048
13117
 
13049
13118
  ## `codiac skill show`
13050
13119
 
@@ -13083,7 +13152,7 @@ EXAMPLES
13083
13152
  $ codiac skill show --list
13084
13153
  ```
13085
13154
 
13086
- _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/skill/show.ts)_
13155
+ _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/show.ts)_
13087
13156
 
13088
13157
  ## `codiac snapshot deploy`
13089
13158
 
@@ -13111,7 +13180,7 @@ DESCRIPTION
13111
13180
  Deploys all assets in a snapshot to a target cabinet.
13112
13181
  ```
13113
13182
 
13114
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/snapshot/deploy.ts)_
13183
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/deploy.ts)_
13115
13184
 
13116
13185
  ## `codiac snapshot list`
13117
13186
 
@@ -13160,7 +13229,7 @@ EXAMPLES
13160
13229
  $ codiac snapshot list -e myEnterprise --silent
13161
13230
  ```
13162
13231
 
13163
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/snapshot/list.ts)_
13232
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/list.ts)_
13164
13233
 
13165
13234
  ## `codiac snapshot tag`
13166
13235
 
@@ -13203,7 +13272,7 @@ EXAMPLES
13203
13272
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
13204
13273
  ```
13205
13274
 
13206
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/snapshot/tag.ts)_
13275
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/tag.ts)_
13207
13276
 
13208
13277
  ## `codiac snapshot untag`
13209
13278
 
@@ -13246,7 +13315,7 @@ EXAMPLES
13246
13315
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
13247
13316
  ```
13248
13317
 
13249
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/snapshot/untag.ts)_
13318
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/untag.ts)_
13250
13319
 
13251
13320
  ## `codiac stage [FILES]`
13252
13321
 
@@ -13268,7 +13337,7 @@ DESCRIPTION
13268
13337
  Flags files to be included in the next commit.
13269
13338
  ```
13270
13339
 
13271
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/stage.ts)_
13340
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stage.ts)_
13272
13341
 
13273
13342
  ## `codiac stash [FILE]`
13274
13343
 
@@ -13290,7 +13359,7 @@ DESCRIPTION
13290
13359
  describe the command here
13291
13360
  ```
13292
13361
 
13293
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/stash.ts)_
13362
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stash.ts)_
13294
13363
 
13295
13364
  ## `codiac status`
13296
13365
 
@@ -13309,7 +13378,7 @@ DESCRIPTION
13309
13378
  Shows the current uncommitted changes in the current branch.
13310
13379
  ```
13311
13380
 
13312
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/status.ts)_
13381
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/status.ts)_
13313
13382
 
13314
13383
  ## `codiac stop`
13315
13384
 
@@ -13327,7 +13396,7 @@ DESCRIPTION
13327
13396
  Stops the running container for this project
13328
13397
  ```
13329
13398
 
13330
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/stop.ts)_
13399
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stop.ts)_
13331
13400
 
13332
13401
  ## `codiac switch [NAME]`
13333
13402
 
@@ -13347,7 +13416,7 @@ DESCRIPTION
13347
13416
  Changes branch on the main project and any sourced dependencies.
13348
13417
  ```
13349
13418
 
13350
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/switch.ts)_
13419
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/switch.ts)_
13351
13420
 
13352
13421
  ## `codiac sync [NAME]`
13353
13422
 
@@ -13372,7 +13441,7 @@ DESCRIPTION
13372
13441
  Merges the given branch into the current branch.
13373
13442
  ```
13374
13443
 
13375
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/sync.ts)_
13444
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/sync.ts)_
13376
13445
 
13377
13446
  ## `codiac tenant create [NAME]`
13378
13447
 
@@ -13415,7 +13484,7 @@ EXAMPLES
13415
13484
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
13416
13485
  ```
13417
13486
 
13418
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/tenant/create.ts)_
13487
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/tenant/create.ts)_
13419
13488
 
13420
13489
  ## `codiac tenant switch [CODE]`
13421
13490
 
@@ -13455,7 +13524,7 @@ EXAMPLES
13455
13524
  $ codiac tenant switch my-tenant-code --to-script
13456
13525
  ```
13457
13526
 
13458
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/tenant/switch.ts)_
13527
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/tenant/switch.ts)_
13459
13528
 
13460
13529
  ## `codiac token [TOKENNAME]`
13461
13530
 
@@ -13577,7 +13646,7 @@ DESCRIPTION
13577
13646
  Flags files to be included in the next commit.
13578
13647
  ```
13579
13648
 
13580
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/unstage.ts)_
13649
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/unstage.ts)_
13581
13650
 
13582
13651
  ## `codiac update [CHANNEL]`
13583
13652
 
@@ -13764,7 +13833,7 @@ EXAMPLES
13764
13833
  $ codiac whereami --to-script
13765
13834
  ```
13766
13835
 
13767
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/whereami.ts)_
13836
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/whereami.ts)_
13768
13837
 
13769
13838
  ## `codiac whoami`
13770
13839
 
@@ -13806,5 +13875,5 @@ EXAMPLES
13806
13875
  $ codiac whoami --to-script
13807
13876
  ```
13808
13877
 
13809
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.260/src/commands/whoami.ts)_
13878
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/whoami.ts)_
13810
13879
  <!-- commandsstop -->