@codiac.io/codiac-cli 1.3.264 → 1.3.265

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