@codiac.io/codiac-cli 1.3.264 → 1.3.266

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.264 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.266 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -543,7 +543,7 @@ EXAMPLES
543
543
  $ codiac ai agent install -e ben -t hermes -c dev --to-script
544
544
  ```
545
545
 
546
- _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/agent/install.ts)_
546
+ _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/agent/install.ts)_
547
547
 
548
548
  ## `codiac ai model attach`
549
549
 
@@ -578,7 +578,7 @@ EXAMPLES
578
578
  $ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
579
579
  ```
580
580
 
581
- _See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/model/attach.ts)_
581
+ _See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/model/attach.ts)_
582
582
 
583
583
  ## `codiac ai model install`
584
584
 
@@ -650,7 +650,7 @@ EXAMPLES
650
650
  $ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
651
651
  ```
652
652
 
653
- _See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/model/install.ts)_
653
+ _See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/model/install.ts)_
654
654
 
655
655
  ## `codiac ai model list`
656
656
 
@@ -706,7 +706,7 @@ EXAMPLES
706
706
  $ codiac ai model list -e ben --silent
707
707
  ```
708
708
 
709
- _See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/model/list.ts)_
709
+ _See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/model/list.ts)_
710
710
 
711
711
  ## `codiac ai model ls`
712
712
 
@@ -830,7 +830,7 @@ EXAMPLES
830
830
  $ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
831
831
  ```
832
832
 
833
- _See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/model/uninstall.ts)_
833
+ _See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/model/uninstall.ts)_
834
834
 
835
835
  ## `codiac ai model view`
836
836
 
@@ -875,7 +875,7 @@ EXAMPLES
875
875
  $ codiac ai model view -e ben -m qwen3-dev --silent
876
876
  ```
877
877
 
878
- _See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/ai/model/view.ts)_
878
+ _See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/ai/model/view.ts)_
879
879
 
880
880
  ## `codiac asset create`
881
881
 
@@ -996,7 +996,7 @@ EXAMPLES
996
996
  $ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
997
997
  ```
998
998
 
999
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/create.ts)_
999
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/create.ts)_
1000
1000
 
1001
1001
  ## `codiac asset edit`
1002
1002
 
@@ -1062,7 +1062,7 @@ EXAMPLES
1062
1062
  $ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
1063
1063
  ```
1064
1064
 
1065
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/edit.ts)_
1065
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/edit.ts)_
1066
1066
 
1067
1067
  ## `codiac asset entrypoint`
1068
1068
 
@@ -1183,7 +1183,7 @@ EXAMPLES
1183
1183
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
1184
1184
  ```
1185
1185
 
1186
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/entrypoint/delete.ts)_
1186
+ _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/entrypoint/delete.ts)_
1187
1187
 
1188
1188
  ## `codiac asset entrypoint set`
1189
1189
 
@@ -1252,7 +1252,7 @@ EXAMPLES
1252
1252
  --input=/backup/workflows'
1253
1253
  ```
1254
1254
 
1255
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/entrypoint/set.ts)_
1255
+ _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/entrypoint/set.ts)_
1256
1256
 
1257
1257
  ## `codiac asset get [CMD]`
1258
1258
 
@@ -1360,7 +1360,7 @@ EXAMPLES
1360
1360
  $ codiac asset list -e myEnterprise --to-script
1361
1361
  ```
1362
1362
 
1363
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/list.ts)_
1363
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/list.ts)_
1364
1364
 
1365
1365
  ## `codiac asset mon [CMD]`
1366
1366
 
@@ -1621,7 +1621,7 @@ EXAMPLES
1621
1621
  $ codiac asset obliterate -e main -n my-api
1622
1622
  ```
1623
1623
 
1624
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/obliterate.ts)_
1624
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/obliterate.ts)_
1625
1625
 
1626
1626
  ## `codiac asset probe create [CMD]`
1627
1627
 
@@ -1636,7 +1636,8 @@ USAGE
1636
1636
  [--socketHost <value> ] [--socketPort <value> ] [--silent | --echo | --to-script]
1637
1637
 
1638
1638
  ARGUMENTS
1639
- CMD (requires --exec) command and its space-separated arguments to run in the target replica.
1639
+ CMD (requires --exec) The command to run in the target replica. For a command with arguments, put it after a `--`
1640
+ separator (eg: `-- node ./liveness.js 1440`) or quote it as one argument.
1640
1641
 
1641
1642
  FLAGS
1642
1643
  -a, --asset=<value> The name of the asset to which this probe is to apply.
@@ -1713,7 +1714,7 @@ EXAMPLES
1713
1714
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1714
1715
  ```
1715
1716
 
1716
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/probe/create.ts)_
1717
+ _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/probe/create.ts)_
1717
1718
 
1718
1719
  ## `codiac asset probe delete`
1719
1720
 
@@ -1768,7 +1769,7 @@ EXAMPLES
1768
1769
  $ codiac asset probe delete
1769
1770
  ```
1770
1771
 
1771
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/probe/delete.ts)_
1772
+ _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/probe/delete.ts)_
1772
1773
 
1773
1774
  ## `codiac asset probe list`
1774
1775
 
@@ -1820,7 +1821,7 @@ EXAMPLES
1820
1821
  $ codiac asset probe list
1821
1822
  ```
1822
1823
 
1823
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/probe/list.ts)_
1824
+ _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/probe/list.ts)_
1824
1825
 
1825
1826
  ## `codiac asset recycle`
1826
1827
 
@@ -1860,7 +1861,7 @@ DESCRIPTION
1860
1861
  Deploys a given asset to a given cabinet. Defaults to current version.
1861
1862
  ```
1862
1863
 
1863
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/recycle.ts)_
1864
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/recycle.ts)_
1864
1865
 
1865
1866
  ## `codiac asset undeploy`
1866
1867
 
@@ -1904,7 +1905,7 @@ EXAMPLES
1904
1905
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1905
1906
  ```
1906
1907
 
1907
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/undeploy.ts)_
1908
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/undeploy.ts)_
1908
1909
 
1909
1910
  ## `codiac asset view [CMD]`
1910
1911
 
@@ -1960,7 +1961,7 @@ ALIASES
1960
1961
  $ codiac asset get
1961
1962
  ```
1962
1963
 
1963
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/view.ts)_
1964
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/view.ts)_
1964
1965
 
1965
1966
  ## `codiac asset vol add [MOUNTPATH]`
1966
1967
 
@@ -2231,7 +2232,7 @@ ALIASES
2231
2232
  $ codiac asset volume add
2232
2233
  ```
2233
2234
 
2234
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/volume/create.ts)_
2235
+ _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/volume/create.ts)_
2235
2236
 
2236
2237
  ## `codiac asset volume del`
2237
2238
 
@@ -2319,7 +2320,7 @@ EXAMPLES
2319
2320
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
2320
2321
  ```
2321
2322
 
2322
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/volume/delete.ts)_
2323
+ _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/volume/delete.ts)_
2323
2324
 
2324
2325
  ## `codiac asset volume list`
2325
2326
 
@@ -2368,7 +2369,7 @@ EXAMPLES
2368
2369
  $ codiac asset volume list -e myEnterprise --silent
2369
2370
  ```
2370
2371
 
2371
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/volume/list.ts)_
2372
+ _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/volume/list.ts)_
2372
2373
 
2373
2374
  ## `codiac asset volumes del`
2374
2375
 
@@ -2535,7 +2536,7 @@ EXAMPLES
2535
2536
  $ codiac asset where -e main -a my-api --silent
2536
2537
  ```
2537
2538
 
2538
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/where.ts)_
2539
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/asset/where.ts)_
2539
2540
 
2540
2541
  ## `codiac auth cab allow`
2541
2542
 
@@ -2697,7 +2698,7 @@ EXAMPLES
2697
2698
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2698
2699
  ```
2699
2700
 
2700
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/cabinet/allow.ts)_
2701
+ _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/cabinet/allow.ts)_
2701
2702
 
2702
2703
  ## `codiac auth cabinet allowed`
2703
2704
 
@@ -2745,7 +2746,7 @@ EXAMPLES
2745
2746
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2746
2747
  ```
2747
2748
 
2748
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/cabinet/allowed.ts)_
2749
+ _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/cabinet/allowed.ts)_
2749
2750
 
2750
2751
  ## `codiac auth ent allow`
2751
2752
 
@@ -2936,7 +2937,7 @@ EXAMPLES
2936
2937
  $ codiac auth enterprise allow -r deployer -p none
2937
2938
  ```
2938
2939
 
2939
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/enterprise/allow.ts)_
2940
+ _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/enterprise/allow.ts)_
2940
2941
 
2941
2942
  ## `codiac auth enterprise allow onEnvironments`
2942
2943
 
@@ -2990,7 +2991,7 @@ EXAMPLES
2990
2991
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2991
2992
  ```
2992
2993
 
2993
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2994
+ _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2994
2995
 
2995
2996
  ## `codiac auth enterprise allowed`
2996
2997
 
@@ -3031,7 +3032,7 @@ EXAMPLES
3031
3032
  $ codiac auth enterprise allowed --enterprise modeling
3032
3033
  ```
3033
3034
 
3034
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/enterprise/allowed.ts)_
3035
+ _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/enterprise/allowed.ts)_
3035
3036
 
3036
3037
  ## `codiac auth env allowed`
3037
3038
 
@@ -3238,7 +3239,7 @@ EXAMPLES
3238
3239
  $ codiac auth environment allow -e qa -r productmanager -p read
3239
3240
  ```
3240
3241
 
3241
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/environment/allow.ts)_
3242
+ _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/environment/allow.ts)_
3242
3243
 
3243
3244
  ## `codiac auth environment allow onCabinets`
3244
3245
 
@@ -3295,7 +3296,7 @@ EXAMPLES
3295
3296
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
3296
3297
  ```
3297
3298
 
3298
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/environment/allow/onCabinets.ts)_
3299
+ _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/environment/allow/onCabinets.ts)_
3299
3300
 
3300
3301
  ## `codiac auth environment allowed`
3301
3302
 
@@ -3340,7 +3341,7 @@ EXAMPLES
3340
3341
  $ codiac auth environment allowed --enterprise modeling -e dev
3341
3342
  ```
3342
3343
 
3343
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/environment/allowed.ts)_
3344
+ _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/environment/allowed.ts)_
3344
3345
 
3345
3346
  ## `codiac auth register`
3346
3347
 
@@ -3386,7 +3387,7 @@ EXAMPLES
3386
3387
  $ codiac auth register
3387
3388
  ```
3388
3389
 
3389
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/register.ts)_
3390
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/register.ts)_
3390
3391
 
3391
3392
  ## `codiac auth role allowed [NAME]`
3392
3393
 
@@ -3433,7 +3434,7 @@ EXAMPLES
3433
3434
  $ codiac auth role allowed -n deployer -e main
3434
3435
  ```
3435
3436
 
3436
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/allowed.ts)_
3437
+ _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/allowed.ts)_
3437
3438
 
3438
3439
  ## `codiac auth role assign`
3439
3440
 
@@ -3465,7 +3466,7 @@ EXAMPLES
3465
3466
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3466
3467
  ```
3467
3468
 
3468
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/assign.ts)_
3469
+ _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/assign.ts)_
3469
3470
 
3470
3471
  ## `codiac auth role create [NAME]`
3471
3472
 
@@ -3498,7 +3499,7 @@ EXAMPLES
3498
3499
  $ codiac auth role create -n deployer
3499
3500
  ```
3500
3501
 
3501
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/create.ts)_
3502
+ _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/create.ts)_
3502
3503
 
3503
3504
  ## `codiac auth role delete [NAME]`
3504
3505
 
@@ -3534,7 +3535,7 @@ EXAMPLES
3534
3535
  $ codiac auth role delete --id abc123def456
3535
3536
  ```
3536
3537
 
3537
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/delete.ts)_
3538
+ _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/delete.ts)_
3538
3539
 
3539
3540
  ## `codiac auth role list`
3540
3541
 
@@ -3570,7 +3571,7 @@ EXAMPLES
3570
3571
  $ codiac auth role list -o yaml > roles.yaml
3571
3572
  ```
3572
3573
 
3573
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/list.ts)_
3574
+ _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/list.ts)_
3574
3575
 
3575
3576
  ## `codiac auth role unassign`
3576
3577
 
@@ -3602,7 +3603,7 @@ EXAMPLES
3602
3603
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3603
3604
  ```
3604
3605
 
3605
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/role/unassign.ts)_
3606
+ _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/role/unassign.ts)_
3606
3607
 
3607
3608
  ## `codiac auth user invite`
3608
3609
 
@@ -3642,7 +3643,7 @@ EXAMPLES
3642
3643
  $ codiac auth user invite
3643
3644
  ```
3644
3645
 
3645
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/user/invite.ts)_
3646
+ _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/user/invite.ts)_
3646
3647
 
3647
3648
  ## `codiac auth user list`
3648
3649
 
@@ -3678,7 +3679,7 @@ EXAMPLES
3678
3679
  $ codiac auth user list -o yaml > users.yaml
3679
3680
  ```
3680
3681
 
3681
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/user/list.ts)_
3682
+ _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/auth/user/list.ts)_
3682
3683
 
3683
3684
  ## `codiac autocomplete [SHELL]`
3684
3685
 
@@ -3728,7 +3729,7 @@ DESCRIPTION
3728
3729
  Creates a new branch for the parent project and any sourced dependencies.
3729
3730
  ```
3730
3731
 
3731
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch.ts)_
3732
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/branch.ts)_
3732
3733
 
3733
3734
  ## `codiac branch current`
3734
3735
 
@@ -3748,7 +3749,7 @@ ALIASES
3748
3749
  $ codiac branches current
3749
3750
  ```
3750
3751
 
3751
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch/current.ts)_
3752
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/branch/current.ts)_
3752
3753
 
3753
3754
  ## `codiac branch list`
3754
3755
 
@@ -3770,7 +3771,7 @@ ALIASES
3770
3771
  $ codiac branches list
3771
3772
  ```
3772
3773
 
3773
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch/list.ts)_
3774
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/branch/list.ts)_
3774
3775
 
3775
3776
  ## `codiac branches current`
3776
3777
 
@@ -3860,7 +3861,7 @@ DESCRIPTION
3860
3861
  Builds the project and the docker container
3861
3862
  ```
3862
3863
 
3863
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/build.ts)_
3864
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/build.ts)_
3864
3865
 
3865
3866
  ## `codiac cab attach`
3866
3867
 
@@ -4609,7 +4610,7 @@ EXAMPLES
4609
4610
  prod-cluster-1 --to-script
4610
4611
  ```
4611
4612
 
4612
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/cluster/attach.ts)_
4613
+ _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/cluster/attach.ts)_
4613
4614
 
4614
4615
  ## `codiac cabinet contents`
4615
4616
 
@@ -4653,7 +4654,7 @@ EXAMPLES
4653
4654
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4654
4655
  ```
4655
4656
 
4656
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/contents.ts)_
4657
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/contents.ts)_
4657
4658
 
4658
4659
  ## `codiac cabinet create [CABINET]`
4659
4660
 
@@ -4720,7 +4721,7 @@ EXAMPLES
4720
4721
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4721
4722
  ```
4722
4723
 
4723
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/create.ts)_
4724
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/create.ts)_
4724
4725
 
4725
4726
  ## `codiac cabinet define [CABINET]`
4726
4727
 
@@ -4782,7 +4783,7 @@ EXAMPLES
4782
4783
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4783
4784
  ```
4784
4785
 
4785
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/define.ts)_
4786
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/define.ts)_
4786
4787
 
4787
4788
  ## `codiac cabinet destroy [CABINET]`
4788
4789
 
@@ -4840,7 +4841,7 @@ EXAMPLES
4840
4841
  --environment dev --silent
4841
4842
  ```
4842
4843
 
4843
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/destroy.ts)_
4844
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/destroy.ts)_
4844
4845
 
4845
4846
  ## `codiac cabinet detach [CABINET]`
4846
4847
 
@@ -4897,7 +4898,7 @@ EXAMPLES
4897
4898
  main --environment dev
4898
4899
  ```
4899
4900
 
4900
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/detach.ts)_
4901
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/detach.ts)_
4901
4902
 
4902
4903
  ## `codiac cabinet forget [CABINET]`
4903
4904
 
@@ -4952,7 +4953,7 @@ EXAMPLES
4952
4953
  $ codiac cabinet forget --to-script
4953
4954
  ```
4954
4955
 
4955
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/forget.ts)_
4956
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/forget.ts)_
4956
4957
 
4957
4958
  ## `codiac cabinet list`
4958
4959
 
@@ -5003,7 +5004,7 @@ EXAMPLES
5003
5004
  $ codiac cabinet list -e myEnterprise --silent
5004
5005
  ```
5005
5006
 
5006
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/list.ts)_
5007
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/list.ts)_
5007
5008
 
5008
5009
  ## `codiac cabinet obliterate [CABINET]`
5009
5010
 
@@ -5045,7 +5046,7 @@ ALIASES
5045
5046
  $ codiac infrx cab obliterate
5046
5047
  ```
5047
5048
 
5048
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/obliterate.ts)_
5049
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/obliterate.ts)_
5049
5050
 
5050
5051
  ## `codiac cabinet restore`
5051
5052
 
@@ -5112,7 +5113,7 @@ EXAMPLES
5112
5113
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
5113
5114
  ```
5114
5115
 
5115
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/restore.ts)_
5116
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cabinet/restore.ts)_
5116
5117
 
5117
5118
  ## `codiac cfg add`
5118
5119
 
@@ -5434,7 +5435,7 @@ DESCRIPTION
5434
5435
  Applies settings to the Codiac CLI itself (scoped to the local machine).
5435
5436
  ```
5436
5437
 
5437
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cli.ts)_
5438
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cli.ts)_
5438
5439
 
5439
5440
  ## `codiac cluster agent configure [CLUSTER]`
5440
5441
 
@@ -5502,7 +5503,7 @@ EXAMPLES
5502
5503
  $ codiac cluster agent configure my-cluster --to-script
5503
5504
  ```
5504
5505
 
5505
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/agent/configure.ts)_
5506
+ _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/agent/configure.ts)_
5506
5507
 
5507
5508
  ## `codiac cluster agent install [CLUSTER]`
5508
5509
 
@@ -5558,7 +5559,7 @@ EXAMPLES
5558
5559
  $ codiac cluster agent install my-cluster --to-script
5559
5560
  ```
5560
5561
 
5561
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/agent/install.ts)_
5562
+ _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/agent/install.ts)_
5562
5563
 
5563
5564
  ## `codiac cluster agent uninstall [CLUSTER]`
5564
5565
 
@@ -5606,7 +5607,7 @@ EXAMPLES
5606
5607
  $ codiac cluster agent uninstall my-cluster --to-script
5607
5608
  ```
5608
5609
 
5609
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/agent/uninstall.ts)_
5610
+ _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/agent/uninstall.ts)_
5610
5611
 
5611
5612
  ## `codiac cluster bootstrap [NAME]`
5612
5613
 
@@ -5669,7 +5670,7 @@ EXAMPLES
5669
5670
  $ codiac cluster bootstrap my-cluster --to-script
5670
5671
  ```
5671
5672
 
5672
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/bootstrap.ts)_
5673
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/bootstrap.ts)_
5673
5674
 
5674
5675
  ## `codiac cluster capture`
5675
5676
 
@@ -5754,7 +5755,7 @@ EXAMPLES
5754
5755
  $ codiac cluster connect my-fav-cluster
5755
5756
  ```
5756
5757
 
5757
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/connect.ts)_
5758
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/connect.ts)_
5758
5759
 
5759
5760
  ## `codiac cluster contents`
5760
5761
 
@@ -6472,7 +6473,7 @@ EXAMPLES
6472
6473
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
6473
6474
  ```
6474
6475
 
6475
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/install.ts)_
6476
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/install.ts)_
6476
6477
 
6477
6478
  ## `codiac cluster journal [CLUSTER]`
6478
6479
 
@@ -6761,7 +6762,7 @@ EXAMPLES
6761
6762
  $ codiac cluster stack capture my-fav-cluster
6762
6763
  ```
6763
6764
 
6764
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/stack/capture.ts)_
6765
+ _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/stack/capture.ts)_
6765
6766
 
6766
6767
  ## `codiac cluster stack install [CLUSTER]`
6767
6768
 
@@ -6813,7 +6814,7 @@ EXAMPLES
6813
6814
  $ codiac cluster stack install my-cluster --to-script
6814
6815
  ```
6815
6816
 
6816
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/stack/install.ts)_
6817
+ _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/stack/install.ts)_
6817
6818
 
6818
6819
  ## `codiac cluster stack list`
6819
6820
 
@@ -6979,7 +6980,7 @@ EXAMPLES
6979
6980
  $ codiac cluster start my-fav-cluster
6980
6981
  ```
6981
6982
 
6982
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/start.ts)_
6983
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/start.ts)_
6983
6984
 
6984
6985
  ## `codiac cluster stop [CLUSTER]`
6985
6986
 
@@ -7016,7 +7017,7 @@ EXAMPLES
7016
7017
  $ codiac cluster start my-fav-cluster
7017
7018
  ```
7018
7019
 
7019
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/stop.ts)_
7020
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/cluster/stop.ts)_
7020
7021
 
7021
7022
  ## `codiac cluster uninstall`
7022
7023
 
@@ -7078,7 +7079,7 @@ DESCRIPTION
7078
7079
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
7079
7080
  ```
7080
7081
 
7081
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/commit.ts)_
7082
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/commit.ts)_
7082
7083
 
7083
7084
  ## `codiac config add`
7084
7085
 
@@ -7253,7 +7254,7 @@ EXAMPLES
7253
7254
  '[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
7254
7255
  ```
7255
7256
 
7256
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/add.ts)_
7257
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/add.ts)_
7257
7258
 
7258
7259
  ## `codiac config delete [SETTING]`
7259
7260
 
@@ -7322,7 +7323,7 @@ ALIASES
7322
7323
  $ codiac cfg delete
7323
7324
  ```
7324
7325
 
7325
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/delete.ts)_
7326
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/delete.ts)_
7326
7327
 
7327
7328
  ## `codiac config deploy`
7328
7329
 
@@ -7363,7 +7364,7 @@ EXAMPLES
7363
7364
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
7364
7365
  ```
7365
7366
 
7366
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/deploy.ts)_
7367
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/deploy.ts)_
7367
7368
 
7368
7369
  ## `codiac config import`
7369
7370
 
@@ -7424,7 +7425,7 @@ EXAMPLES
7424
7425
  $ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
7425
7426
  ```
7426
7427
 
7427
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/import.ts)_
7428
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/import.ts)_
7428
7429
 
7429
7430
  ## `codiac config preview [SETTING]`
7430
7431
 
@@ -7730,7 +7731,7 @@ DESCRIPTION
7730
7731
  Shows the list of clusters.
7731
7732
  ```
7732
7733
 
7733
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/settings/get.ts)_
7734
+ _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/settings/get.ts)_
7734
7735
 
7735
7736
  ## `codiac config view [SETTING]`
7736
7737
 
@@ -7795,7 +7796,7 @@ EXAMPLES
7795
7796
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7796
7797
  ```
7797
7798
 
7798
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/view.ts)_
7799
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/config/view.ts)_
7799
7800
 
7800
7801
  ## `codiac csp creds list`
7801
7802
 
@@ -7843,7 +7844,7 @@ EXAMPLES
7843
7844
  $ codiac csp creds list
7844
7845
  ```
7845
7846
 
7846
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/csp/creds/list.ts)_
7847
+ _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/csp/creds/list.ts)_
7847
7848
 
7848
7849
  ## `codiac csp login [PROVIDER]`
7849
7850
 
@@ -7921,7 +7922,7 @@ EXAMPLES
7921
7922
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7922
7923
  ```
7923
7924
 
7924
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/csp/login.ts)_
7925
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/csp/login.ts)_
7925
7926
 
7926
7927
  ## `codiac csp logout [PROVIDER]`
7927
7928
 
@@ -7968,7 +7969,7 @@ EXAMPLES
7968
7969
  $ codiac csp logout azure --to-script
7969
7970
  ```
7970
7971
 
7971
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/csp/logout.ts)_
7972
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/csp/logout.ts)_
7972
7973
 
7973
7974
  ## `codiac dep [NAME]`
7974
7975
 
@@ -7989,7 +7990,7 @@ DESCRIPTION
7989
7990
  Installs a package into current project.
7990
7991
  ```
7991
7992
 
7992
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep.ts)_
7993
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep.ts)_
7993
7994
 
7994
7995
  ## `codiac dep create [URL]`
7995
7996
 
@@ -8013,7 +8014,7 @@ DESCRIPTION
8013
8014
  package version is used.
8014
8015
  ```
8015
8016
 
8016
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/create.ts)_
8017
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/create.ts)_
8017
8018
 
8018
8019
  ## `codiac dep install`
8019
8020
 
@@ -8030,7 +8031,7 @@ DESCRIPTION
8030
8031
  installs any missing dependency packages into the local project folder.
8031
8032
  ```
8032
8033
 
8033
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/install.ts)_
8034
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/install.ts)_
8034
8035
 
8035
8036
  ## `codiac dep list`
8036
8037
 
@@ -8047,7 +8048,7 @@ DESCRIPTION
8047
8048
  Shows the dependencies for the project.
8048
8049
  ```
8049
8050
 
8050
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/list.ts)_
8051
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/list.ts)_
8051
8052
 
8052
8053
  ## `codiac dep remove [NAME]`
8053
8054
 
@@ -8070,7 +8071,7 @@ DESCRIPTION
8070
8071
  Removes a dependency from the project.
8071
8072
  ```
8072
8073
 
8073
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/remove.ts)_
8074
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/remove.ts)_
8074
8075
 
8075
8076
  ## `codiac dep source [NAME]`
8076
8077
 
@@ -8096,7 +8097,7 @@ ALIASES
8096
8097
  $ codiac dep src
8097
8098
  ```
8098
8099
 
8099
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/source.ts)_
8100
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/source.ts)_
8100
8101
 
8101
8102
  ## `codiac dep src [NAME]`
8102
8103
 
@@ -8140,7 +8141,7 @@ DESCRIPTION
8140
8141
  Publishes the dependency in its current state and upgrades to it in the main project.
8141
8142
  ```
8142
8143
 
8143
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/syncup.ts)_
8144
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/syncup.ts)_
8144
8145
 
8145
8146
  ## `codiac dep unsource [NAME]`
8146
8147
 
@@ -8168,7 +8169,7 @@ ALIASES
8168
8169
  $ codiac dep unsrc
8169
8170
  ```
8170
8171
 
8171
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/unsource.ts)_
8172
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/unsource.ts)_
8172
8173
 
8173
8174
  ## `codiac dep unsrc [NAME]`
8174
8175
 
@@ -8215,7 +8216,7 @@ DESCRIPTION
8215
8216
  describe the command here
8216
8217
  ```
8217
8218
 
8218
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/upgrade.ts)_
8219
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/dep/upgrade.ts)_
8219
8220
 
8220
8221
  ## `codiac deploy`
8221
8222
 
@@ -8268,7 +8269,7 @@ EXAMPLES
8268
8269
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
8269
8270
  ```
8270
8271
 
8271
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/deploy.ts)_
8272
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/deploy.ts)_
8272
8273
 
8273
8274
  ## `codiac domain map [DOMAIN]`
8274
8275
 
@@ -8424,7 +8425,7 @@ EXAMPLES
8424
8425
  cod enterprise create my-enterprise-code --silent
8425
8426
  ```
8426
8427
 
8427
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/enterprise/create.ts)_
8428
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/enterprise/create.ts)_
8428
8429
 
8429
8430
  ## `codiac enterprise list`
8430
8431
 
@@ -8479,7 +8480,7 @@ EXAMPLES
8479
8480
  $ codiac enterprise list --to-script
8480
8481
  ```
8481
8482
 
8482
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/enterprise/list.ts)_
8483
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/enterprise/list.ts)_
8483
8484
 
8484
8485
  ## `codiac env add [SETTING]`
8485
8486
 
@@ -8529,7 +8530,7 @@ EXAMPLES
8529
8530
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
8530
8531
  ```
8531
8532
 
8532
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/env/add.ts)_
8533
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/env/add.ts)_
8533
8534
 
8534
8535
  ## `codiac enviro cluster attach`
8535
8536
 
@@ -8832,7 +8833,7 @@ ALIASES
8832
8833
  $ codiac infrx enviro cluster attach
8833
8834
  ```
8834
8835
 
8835
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/cluster/attach.ts)_
8836
+ _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/environment/cluster/attach.ts)_
8836
8837
 
8837
8838
  ## `codiac environment cluster detach`
8838
8839
 
@@ -8878,7 +8879,7 @@ ALIASES
8878
8879
  $ codiac infrx enviro cluster detach
8879
8880
  ```
8880
8881
 
8881
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/cluster/detach.ts)_
8882
+ _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/environment/cluster/detach.ts)_
8882
8883
 
8883
8884
  ## `codiac environment create [NAME]`
8884
8885
 
@@ -8941,7 +8942,7 @@ EXAMPLES
8941
8942
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8942
8943
  ```
8943
8944
 
8944
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/create.ts)_
8945
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/environment/create.ts)_
8945
8946
 
8946
8947
  ## `codiac environment delete [NAME]`
8947
8948
 
@@ -9002,7 +9003,7 @@ EXAMPLES
9002
9003
  $ codiac environment delete dev --enterprise main --to-script
9003
9004
  ```
9004
9005
 
9005
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/delete.ts)_
9006
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/environment/delete.ts)_
9006
9007
 
9007
9008
  ## `codiac environment list`
9008
9009
 
@@ -9053,7 +9054,7 @@ EXAMPLES
9053
9054
  $ codiac environment list -e myEnterprise --silent
9054
9055
  ```
9055
9056
 
9056
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/list.ts)_
9057
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/environment/list.ts)_
9057
9058
 
9058
9059
  ## `codiac fileshare capture`
9059
9060
 
@@ -9137,7 +9138,7 @@ ALIASES
9137
9138
  $ codiac fileshare capture
9138
9139
  ```
9139
9140
 
9140
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/capture.ts)_
9141
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/filestore/capture.ts)_
9141
9142
 
9142
9143
  ## `codiac filestore forget`
9143
9144
 
@@ -9184,7 +9185,7 @@ EXAMPLES
9184
9185
  $ codiac filestore forget
9185
9186
  ```
9186
9187
 
9187
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/forget.ts)_
9188
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/filestore/forget.ts)_
9188
9189
 
9189
9190
  ## `codiac filestore list`
9190
9191
 
@@ -9230,7 +9231,7 @@ EXAMPLES
9230
9231
  $ codiac filestore list
9231
9232
  ```
9232
9233
 
9233
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/list.ts)_
9234
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/filestore/list.ts)_
9234
9235
 
9235
9236
  ## `codiac help [COMMANDS]`
9236
9237
 
@@ -9316,7 +9317,7 @@ EXAMPLES
9316
9317
  $ codiac host delete
9317
9318
  ```
9318
9319
 
9319
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/delete.ts)_
9320
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/host/delete.ts)_
9320
9321
 
9321
9322
  ## `codiac host list [DOMAIN]`
9322
9323
 
@@ -9360,7 +9361,7 @@ EXAMPLES
9360
9361
  $ codiac host list
9361
9362
  ```
9362
9363
 
9363
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/list.ts)_
9364
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/host/list.ts)_
9364
9365
 
9365
9366
  ## `codiac host map [DOMAIN]`
9366
9367
 
@@ -9414,7 +9415,7 @@ EXAMPLES
9414
9415
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
9415
9416
  ```
9416
9417
 
9417
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/map.ts)_
9418
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/host/map.ts)_
9418
9419
 
9419
9420
  ## `codiac host recapture [CLUSTER]`
9420
9421
 
@@ -9456,7 +9457,7 @@ EXAMPLES
9456
9457
  $ codiac host recapture my-cluster --to-script
9457
9458
  ```
9458
9459
 
9459
- _See code: [src/commands/host/recapture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/recapture.ts)_
9460
+ _See code: [src/commands/host/recapture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/host/recapture.ts)_
9460
9461
 
9461
9462
  ## `codiac host view [DOMAIN]`
9462
9463
 
@@ -9501,7 +9502,7 @@ EXAMPLES
9501
9502
  $ codiac host view
9502
9503
  ```
9503
9504
 
9504
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/view.ts)_
9505
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/host/view.ts)_
9505
9506
 
9506
9507
  ## `codiac identify [TOKENNAME]`
9507
9508
 
@@ -9573,7 +9574,7 @@ ALIASES
9573
9574
  $ codiac token
9574
9575
  ```
9575
9576
 
9576
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity.ts)_
9577
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/identity.ts)_
9577
9578
 
9578
9579
  ## `codiac identity delete [NAME]`
9579
9580
 
@@ -9598,7 +9599,7 @@ ALIASES
9598
9599
  $ codiac token remove
9599
9600
  ```
9600
9601
 
9601
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity/delete.ts)_
9602
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/identity/delete.ts)_
9602
9603
 
9603
9604
  ## `codiac identity list`
9604
9605
 
@@ -9620,7 +9621,7 @@ ALIASES
9620
9621
  $ codiac token list
9621
9622
  ```
9622
9623
 
9623
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity/list.ts)_
9624
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/identity/list.ts)_
9624
9625
 
9625
9626
  ## `codiac identity remove [NAME]`
9626
9627
 
@@ -9943,7 +9944,7 @@ DESCRIPTION
9943
9944
  Saves a reference to an existing container registry.
9944
9945
  ```
9945
9946
 
9946
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/capture.ts)_
9947
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/capture.ts)_
9947
9948
 
9948
9949
  ## `codiac imageRegistry edit`
9949
9950
 
@@ -9986,7 +9987,7 @@ EXAMPLES
9986
9987
  $ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
9987
9988
  ```
9988
9989
 
9989
- _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/edit.ts)_
9990
+ _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/edit.ts)_
9990
9991
 
9991
9992
  ## `codiac imageRegistry forget`
9992
9993
 
@@ -10007,7 +10008,7 @@ DESCRIPTION
10007
10008
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
10008
10009
  ```
10009
10010
 
10010
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/forget.ts)_
10011
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/forget.ts)_
10011
10012
 
10012
10013
  ## `codiac imageRegistry list`
10013
10014
 
@@ -10049,7 +10050,7 @@ EXAMPLES
10049
10050
  $ codiac imageRegistry list -o yaml > registries.yaml
10050
10051
  ```
10051
10052
 
10052
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/list.ts)_
10053
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/list.ts)_
10053
10054
 
10054
10055
  ## `codiac imageRegistry pullSecret set`
10055
10056
 
@@ -10085,7 +10086,7 @@ ALIASES
10085
10086
  $ codiac pullsecret
10086
10087
  ```
10087
10088
 
10088
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/pullSecret/set.ts)_
10089
+ _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/pullSecret/set.ts)_
10089
10090
 
10090
10091
  ## `codiac imageRegistry pullSecret unset`
10091
10092
 
@@ -10112,7 +10113,7 @@ ALIASES
10112
10113
  $ codiac pullsecret unset
10113
10114
  ```
10114
10115
 
10115
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/pullSecret/unset.ts)_
10116
+ _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/imageRegistry/pullSecret/unset.ts)_
10116
10117
 
10117
10118
  ## `codiac images add [IMAGENAME]`
10118
10119
 
@@ -10173,7 +10174,7 @@ EXAMPLES
10173
10174
  $ codiac images add your-company/your-image --to-script
10174
10175
  ```
10175
10176
 
10176
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/add.ts)_
10177
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/add.ts)_
10177
10178
 
10178
10179
  ## `codiac images list`
10179
10180
 
@@ -10196,7 +10197,7 @@ ALIASES
10196
10197
  $ codiac img list
10197
10198
  ```
10198
10199
 
10199
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/list.ts)_
10200
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/list.ts)_
10200
10201
 
10201
10202
  ## `codiac images patch IMAGENAME`
10202
10203
 
@@ -10226,7 +10227,7 @@ ALIASES
10226
10227
  $ codiac img patch
10227
10228
  ```
10228
10229
 
10229
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/patch.ts)_
10230
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/patch.ts)_
10230
10231
 
10231
10232
  ## `codiac images remove IMAGENAME`
10232
10233
 
@@ -10252,7 +10253,7 @@ ALIASES
10252
10253
  $ codiac img delete
10253
10254
  ```
10254
10255
 
10255
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/remove.ts)_
10256
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/remove.ts)_
10256
10257
 
10257
10258
  ## `codiac images version NAME`
10258
10259
 
@@ -10278,7 +10279,7 @@ ALIASES
10278
10279
  $ codiac img version get
10279
10280
  ```
10280
10281
 
10281
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/version.ts)_
10282
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/version.ts)_
10282
10283
 
10283
10284
  ## `codiac images version bump NAME`
10284
10285
 
@@ -10311,7 +10312,7 @@ ALIASES
10311
10312
  $ codiac img version bump
10312
10313
  ```
10313
10314
 
10314
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/version/bump.ts)_
10315
+ _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/images/version/bump.ts)_
10315
10316
 
10316
10317
  ## `codiac img [IMAGENAME]`
10317
10318
 
@@ -10627,7 +10628,7 @@ EXAMPLES
10627
10628
  $ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
10628
10629
  ```
10629
10630
 
10630
- _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/import/cluster.ts)_
10631
+ _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/import/cluster.ts)_
10631
10632
 
10632
10633
  ## `codiac infrx cab create [CABINET]`
10633
10634
 
@@ -11512,7 +11513,7 @@ DESCRIPTION
11512
11513
  Declares the given folder as a project root
11513
11514
  ```
11514
11515
 
11515
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/init.ts)_
11516
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/init.ts)_
11516
11517
 
11517
11518
  ## `codiac kit create`
11518
11519
 
@@ -11555,7 +11556,7 @@ EXAMPLES
11555
11556
  $ codiac kit create -e myEnterprise -a myApi --to-script
11556
11557
  ```
11557
11558
 
11558
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/kit/create.ts)_
11559
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/kit/create.ts)_
11559
11560
 
11560
11561
  ## `codiac login`
11561
11562
 
@@ -11614,7 +11615,7 @@ EXAMPLES
11614
11615
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
11615
11616
  ```
11616
11617
 
11617
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/login.ts)_
11618
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/login.ts)_
11618
11619
 
11619
11620
  ## `codiac logout`
11620
11621
 
@@ -11647,7 +11648,7 @@ EXAMPLES
11647
11648
  $ codiac logout --to-script
11648
11649
  ```
11649
11650
 
11650
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/logout.ts)_
11651
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/logout.ts)_
11651
11652
 
11652
11653
  ## `codiac merge [BRANCH]`
11653
11654
 
@@ -11668,7 +11669,7 @@ DESCRIPTION
11668
11669
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
11669
11670
  ```
11670
11671
 
11671
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/merge.ts)_
11672
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/merge.ts)_
11672
11673
 
11673
11674
  ## `codiac noc cluster capture`
11674
11675
 
@@ -11720,7 +11721,7 @@ EXAMPLES
11720
11721
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
11721
11722
  ```
11722
11723
 
11723
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/capture.ts)_
11724
+ _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/capture.ts)_
11724
11725
 
11725
11726
  ## `codiac noc cluster create [NAME]`
11726
11727
 
@@ -11810,7 +11811,7 @@ FLAG DESCRIPTIONS
11810
11811
  initialization is always skipped in that mode.
11811
11812
  ```
11812
11813
 
11813
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/create.ts)_
11814
+ _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/create.ts)_
11814
11815
 
11815
11816
  ## `codiac noc cluster credentials-set [NAME]`
11816
11817
 
@@ -11865,7 +11866,7 @@ EXAMPLES
11865
11866
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11866
11867
  ```
11867
11868
 
11868
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/credentials-set.ts)_
11869
+ _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/credentials-set.ts)_
11869
11870
 
11870
11871
  ## `codiac noc cluster define [NAME]`
11871
11872
 
@@ -11939,7 +11940,7 @@ EXAMPLES
11939
11940
  $ codiac noc cluster define my-cluster --to-script
11940
11941
  ```
11941
11942
 
11942
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/define.ts)_
11943
+ _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/define.ts)_
11943
11944
 
11944
11945
  ## `codiac noc cluster deinit`
11945
11946
 
@@ -11979,7 +11980,7 @@ EXAMPLES
11979
11980
  $ codiac noc cluster deinit -n my-cluster --to-script
11980
11981
  ```
11981
11982
 
11982
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/deinit.ts)_
11983
+ _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/deinit.ts)_
11983
11984
 
11984
11985
  ## `codiac noc cluster destroy [NAME]`
11985
11986
 
@@ -12013,7 +12014,7 @@ ALIASES
12013
12014
  $ codiac cluster destroy
12014
12015
  ```
12015
12016
 
12016
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/destroy.ts)_
12017
+ _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/destroy.ts)_
12017
12018
 
12018
12019
  ## `codiac noc cluster edit [NAME]`
12019
12020
 
@@ -12068,7 +12069,7 @@ EXAMPLES
12068
12069
  $ codiac noc cluster edit my-cluster --server-url https://10.110.128.10:443 --to-script
12069
12070
  ```
12070
12071
 
12071
- _See code: [src/commands/noc/cluster/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/edit.ts)_
12072
+ _See code: [src/commands/noc/cluster/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/edit.ts)_
12072
12073
 
12073
12074
  ## `codiac noc cluster forget`
12074
12075
 
@@ -12119,7 +12120,7 @@ EXAMPLES
12119
12120
  $ codiac noc cluster forget --running
12120
12121
  ```
12121
12122
 
12122
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/forget.ts)_
12123
+ _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/forget.ts)_
12123
12124
 
12124
12125
  ## `codiac noc cluster grant`
12125
12126
 
@@ -12157,7 +12158,7 @@ EXAMPLES
12157
12158
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
12158
12159
  ```
12159
12160
 
12160
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/grant.ts)_
12161
+ _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/grant.ts)_
12161
12162
 
12162
12163
  ## `codiac noc cluster init`
12163
12164
 
@@ -12203,7 +12204,7 @@ EXAMPLES
12203
12204
  $ codiac noc cluster init -n my-cluster --to-script
12204
12205
  ```
12205
12206
 
12206
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/init.ts)_
12207
+ _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/init.ts)_
12207
12208
 
12208
12209
  ## `codiac noc cluster journal [CLUSTER]`
12209
12210
 
@@ -12252,7 +12253,7 @@ EXAMPLES
12252
12253
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
12253
12254
  ```
12254
12255
 
12255
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/journal.ts)_
12256
+ _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/journal.ts)_
12256
12257
 
12257
12258
  ## `codiac noc cluster list`
12258
12259
 
@@ -12313,7 +12314,7 @@ EXAMPLES
12313
12314
  $ codiac noc cluster list -e myEnterprise --to-script
12314
12315
  ```
12315
12316
 
12316
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/list.ts)_
12317
+ _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/list.ts)_
12317
12318
 
12318
12319
  ## `codiac noc cluster restore [NAME]`
12319
12320
 
@@ -12373,7 +12374,7 @@ EXAMPLES
12373
12374
  $ codiac noc cluster restore prod-cluster-1 --to-script
12374
12375
  ```
12375
12376
 
12376
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/noc/cluster/restore.ts)_
12377
+ _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/noc/cluster/restore.ts)_
12377
12378
 
12378
12379
  ## `codiac pkg add [DEFINITIONFILE]`
12379
12380
 
@@ -12407,7 +12408,7 @@ DESCRIPTION
12407
12408
  Configures a package to be built and published by the project.
12408
12409
  ```
12409
12410
 
12410
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/add.ts)_
12411
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pkg/add.ts)_
12411
12412
 
12412
12413
  ## `codiac pkg delete [PACKAGENAME]`
12413
12414
 
@@ -12445,7 +12446,7 @@ DESCRIPTION
12445
12446
  Renders the list of packages that are configured as project exports.
12446
12447
  ```
12447
12448
 
12448
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/list.ts)_
12449
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pkg/list.ts)_
12449
12450
 
12450
12451
  ## `codiac pkg patch PACKAGENAME`
12451
12452
 
@@ -12471,7 +12472,7 @@ DESCRIPTION
12471
12472
  registryUrl and/or environment.
12472
12473
  ```
12473
12474
 
12474
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/patch.ts)_
12475
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pkg/patch.ts)_
12475
12476
 
12476
12477
  ## `codiac pkg remove [PACKAGENAME]`
12477
12478
 
@@ -12494,7 +12495,7 @@ ALIASES
12494
12495
  $ codiac pkg delete
12495
12496
  ```
12496
12497
 
12497
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/remove.ts)_
12498
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pkg/remove.ts)_
12498
12499
 
12499
12500
  ## `codiac portal`
12500
12501
 
@@ -12527,7 +12528,7 @@ EXAMPLES
12527
12528
  $ codiac portal --to-script
12528
12529
  ```
12529
12530
 
12530
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/portal.ts)_
12531
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/portal.ts)_
12531
12532
 
12532
12533
  ## `codiac probe create [CMD]`
12533
12534
 
@@ -12542,7 +12543,8 @@ USAGE
12542
12543
  [--socketHost <value> ] [--socketPort <value> ] [--silent | --echo | --to-script]
12543
12544
 
12544
12545
  ARGUMENTS
12545
- CMD (requires --exec) command and its space-separated arguments to run in the target replica.
12546
+ CMD (requires --exec) The command to run in the target replica. For a command with arguments, put it after a `--`
12547
+ separator (eg: `-- node ./liveness.js 1440`) or quote it as one argument.
12546
12548
 
12547
12549
  FLAGS
12548
12550
  -a, --asset=<value> The name of the asset to which this probe is to apply.
@@ -12650,7 +12652,7 @@ DESCRIPTION
12650
12652
  Publishes the exports (packages and images) declared in the ProjectConfig.
12651
12653
  ```
12652
12654
 
12653
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/publish.ts)_
12655
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/publish.ts)_
12654
12656
 
12655
12657
  ## `codiac pull [NAME]`
12656
12658
 
@@ -12674,7 +12676,7 @@ DESCRIPTION
12674
12676
  Pulls all commits from upstream to local.
12675
12677
  ```
12676
12678
 
12677
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pull.ts)_
12679
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pull.ts)_
12678
12680
 
12679
12681
  ## `codiac pullsecret`
12680
12682
 
@@ -12757,7 +12759,7 @@ DESCRIPTION
12757
12759
  Pushes all local commits upstream.
12758
12760
  ```
12759
12761
 
12760
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/push.ts)_
12762
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/push.ts)_
12761
12763
 
12762
12764
  ## `codiac pvc create`
12763
12765
 
@@ -12841,7 +12843,7 @@ EXAMPLES
12841
12843
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
12842
12844
  ```
12843
12845
 
12844
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/create.ts)_
12846
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pvc/create.ts)_
12845
12847
 
12846
12848
  ## `codiac pvc delete`
12847
12849
 
@@ -12888,7 +12890,7 @@ EXAMPLES
12888
12890
  $ codiac pvc delete --id <fileStoreDefId> --silent
12889
12891
  ```
12890
12892
 
12891
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/delete.ts)_
12893
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pvc/delete.ts)_
12892
12894
 
12893
12895
  ## `codiac pvc get`
12894
12896
 
@@ -12929,7 +12931,7 @@ EXAMPLES
12929
12931
  $ codiac pvc get --name app-documents-share --silent -o json
12930
12932
  ```
12931
12933
 
12932
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/get.ts)_
12934
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pvc/get.ts)_
12933
12935
 
12934
12936
  ## `codiac pvc list`
12935
12937
 
@@ -12972,7 +12974,7 @@ EXAMPLES
12972
12974
  $ codiac pvc list -o yaml
12973
12975
  ```
12974
12976
 
12975
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/list.ts)_
12977
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/pvc/list.ts)_
12976
12978
 
12977
12979
  ## `codiac relay-version`
12978
12980
 
@@ -12989,7 +12991,7 @@ EXAMPLES
12989
12991
  $ codiac relay-version
12990
12992
  ```
12991
12993
 
12992
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/relay-version.ts)_
12994
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/relay-version.ts)_
12993
12995
 
12994
12996
  ## `codiac run`
12995
12997
 
@@ -13031,7 +13033,7 @@ DESCRIPTION
13031
13033
  Runs the latest build of the api container locally.
13032
13034
  ```
13033
13035
 
13034
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/run.ts)_
13036
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/run.ts)_
13035
13037
 
13036
13038
  ## `codiac secretStore`
13037
13039
 
@@ -13149,7 +13151,7 @@ EXAMPLES
13149
13151
  $ codiac secretStore capture --echo
13150
13152
  ```
13151
13153
 
13152
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/capture.ts)_
13154
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/secretStore/capture.ts)_
13153
13155
 
13154
13156
  ## `codiac secretStore forget`
13155
13157
 
@@ -13170,7 +13172,7 @@ DESCRIPTION
13170
13172
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
13171
13173
  ```
13172
13174
 
13173
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/forget.ts)_
13175
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/secretStore/forget.ts)_
13174
13176
 
13175
13177
  ## `codiac secretStore list`
13176
13178
 
@@ -13215,7 +13217,7 @@ EXAMPLES
13215
13217
  $ codiac secretStore list
13216
13218
  ```
13217
13219
 
13218
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/list.ts)_
13220
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/secretStore/list.ts)_
13219
13221
 
13220
13222
  ## `codiac shell init`
13221
13223
 
@@ -13253,7 +13255,7 @@ EXAMPLES
13253
13255
  Invoke-Expression (codiac shell init --shell powershell)
13254
13256
  ```
13255
13257
 
13256
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/shell/init.ts)_
13258
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/shell/init.ts)_
13257
13259
 
13258
13260
  ## `codiac skill install`
13259
13261
 
@@ -13288,7 +13290,7 @@ EXAMPLES
13288
13290
  $ codiac skill install --force
13289
13291
  ```
13290
13292
 
13291
- _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/install.ts)_
13293
+ _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/skill/install.ts)_
13292
13294
 
13293
13295
  ## `codiac skill path`
13294
13296
 
@@ -13311,7 +13313,7 @@ EXAMPLES
13311
13313
  $ codiac skill path
13312
13314
  ```
13313
13315
 
13314
- _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/path.ts)_
13316
+ _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/skill/path.ts)_
13315
13317
 
13316
13318
  ## `codiac skill show`
13317
13319
 
@@ -13350,7 +13352,7 @@ EXAMPLES
13350
13352
  $ codiac skill show --list
13351
13353
  ```
13352
13354
 
13353
- _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/show.ts)_
13355
+ _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/skill/show.ts)_
13354
13356
 
13355
13357
  ## `codiac snapshot deploy`
13356
13358
 
@@ -13378,7 +13380,7 @@ DESCRIPTION
13378
13380
  Deploys all assets in a snapshot to a target cabinet.
13379
13381
  ```
13380
13382
 
13381
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/deploy.ts)_
13383
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/snapshot/deploy.ts)_
13382
13384
 
13383
13385
  ## `codiac snapshot list`
13384
13386
 
@@ -13427,7 +13429,7 @@ EXAMPLES
13427
13429
  $ codiac snapshot list -e myEnterprise --silent
13428
13430
  ```
13429
13431
 
13430
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/list.ts)_
13432
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/snapshot/list.ts)_
13431
13433
 
13432
13434
  ## `codiac snapshot tag`
13433
13435
 
@@ -13470,7 +13472,7 @@ EXAMPLES
13470
13472
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
13471
13473
  ```
13472
13474
 
13473
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/tag.ts)_
13475
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/snapshot/tag.ts)_
13474
13476
 
13475
13477
  ## `codiac snapshot untag`
13476
13478
 
@@ -13513,7 +13515,7 @@ EXAMPLES
13513
13515
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
13514
13516
  ```
13515
13517
 
13516
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/untag.ts)_
13518
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/snapshot/untag.ts)_
13517
13519
 
13518
13520
  ## `codiac stage [FILES]`
13519
13521
 
@@ -13535,7 +13537,7 @@ DESCRIPTION
13535
13537
  Flags files to be included in the next commit.
13536
13538
  ```
13537
13539
 
13538
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stage.ts)_
13540
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/stage.ts)_
13539
13541
 
13540
13542
  ## `codiac stash [FILE]`
13541
13543
 
@@ -13557,7 +13559,7 @@ DESCRIPTION
13557
13559
  describe the command here
13558
13560
  ```
13559
13561
 
13560
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stash.ts)_
13562
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/stash.ts)_
13561
13563
 
13562
13564
  ## `codiac status`
13563
13565
 
@@ -13576,7 +13578,7 @@ DESCRIPTION
13576
13578
  Shows the current uncommitted changes in the current branch.
13577
13579
  ```
13578
13580
 
13579
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/status.ts)_
13581
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/status.ts)_
13580
13582
 
13581
13583
  ## `codiac stop`
13582
13584
 
@@ -13594,7 +13596,7 @@ DESCRIPTION
13594
13596
  Stops the running container for this project
13595
13597
  ```
13596
13598
 
13597
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stop.ts)_
13599
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/stop.ts)_
13598
13600
 
13599
13601
  ## `codiac switch [NAME]`
13600
13602
 
@@ -13614,7 +13616,7 @@ DESCRIPTION
13614
13616
  Changes branch on the main project and any sourced dependencies.
13615
13617
  ```
13616
13618
 
13617
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/switch.ts)_
13619
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/switch.ts)_
13618
13620
 
13619
13621
  ## `codiac sync [NAME]`
13620
13622
 
@@ -13639,7 +13641,7 @@ DESCRIPTION
13639
13641
  Merges the given branch into the current branch.
13640
13642
  ```
13641
13643
 
13642
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/sync.ts)_
13644
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/sync.ts)_
13643
13645
 
13644
13646
  ## `codiac tenant create [NAME]`
13645
13647
 
@@ -13682,7 +13684,7 @@ EXAMPLES
13682
13684
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
13683
13685
  ```
13684
13686
 
13685
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/tenant/create.ts)_
13687
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/tenant/create.ts)_
13686
13688
 
13687
13689
  ## `codiac tenant switch [CODE]`
13688
13690
 
@@ -13722,7 +13724,7 @@ EXAMPLES
13722
13724
  $ codiac tenant switch my-tenant-code --to-script
13723
13725
  ```
13724
13726
 
13725
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/tenant/switch.ts)_
13727
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/tenant/switch.ts)_
13726
13728
 
13727
13729
  ## `codiac token [TOKENNAME]`
13728
13730
 
@@ -13844,7 +13846,7 @@ DESCRIPTION
13844
13846
  Flags files to be included in the next commit.
13845
13847
  ```
13846
13848
 
13847
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/unstage.ts)_
13849
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/unstage.ts)_
13848
13850
 
13849
13851
  ## `codiac update [CHANNEL]`
13850
13852
 
@@ -14031,7 +14033,7 @@ EXAMPLES
14031
14033
  $ codiac whereami --to-script
14032
14034
  ```
14033
14035
 
14034
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/whereami.ts)_
14036
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/whereami.ts)_
14035
14037
 
14036
14038
  ## `codiac whoami`
14037
14039
 
@@ -14073,5 +14075,5 @@ EXAMPLES
14073
14075
  $ codiac whoami --to-script
14074
14076
  ```
14075
14077
 
14076
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/whoami.ts)_
14078
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.266/src/commands/whoami.ts)_
14077
14079
  <!-- commandsstop -->