@codiac.io/codiac-cli 1.3.263 → 1.3.264

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.263 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.264 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -369,6 +369,7 @@ USAGE
369
369
  * [`codiac host delete`](#codiac-host-delete)
370
370
  * [`codiac host list [DOMAIN]`](#codiac-host-list-domain)
371
371
  * [`codiac host map [DOMAIN]`](#codiac-host-map-domain)
372
+ * [`codiac host recapture [CLUSTER]`](#codiac-host-recapture-cluster)
372
373
  * [`codiac host view [DOMAIN]`](#codiac-host-view-domain)
373
374
  * [`codiac identify [TOKENNAME]`](#codiac-identify-tokenname)
374
375
  * [`codiac identity [TOKENNAME]`](#codiac-identity-tokenname)
@@ -420,6 +421,7 @@ USAGE
420
421
  * [`codiac infrx environment create [NAME]`](#codiac-infrx-environment-create-name)
421
422
  * [`codiac infrx environment delete [NAME]`](#codiac-infrx-environment-delete-name)
422
423
  * [`codiac infrx environment list`](#codiac-infrx-environment-list)
424
+ * [`codiac ingress recapture [CLUSTER]`](#codiac-ingress-recapture-cluster)
423
425
  * [`codiac init DIRECTORY`](#codiac-init-directory)
424
426
  * [`codiac kit create`](#codiac-kit-create)
425
427
  * [`codiac login`](#codiac-login)
@@ -541,7 +543,7 @@ EXAMPLES
541
543
  $ codiac ai agent install -e ben -t hermes -c dev --to-script
542
544
  ```
543
545
 
544
- _See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/agent/install.ts)_
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)_
545
547
 
546
548
  ## `codiac ai model attach`
547
549
 
@@ -576,7 +578,7 @@ EXAMPLES
576
578
  $ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
577
579
  ```
578
580
 
579
- _See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/model/attach.ts)_
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)_
580
582
 
581
583
  ## `codiac ai model install`
582
584
 
@@ -648,7 +650,7 @@ EXAMPLES
648
650
  $ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
649
651
  ```
650
652
 
651
- _See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/model/install.ts)_
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)_
652
654
 
653
655
  ## `codiac ai model list`
654
656
 
@@ -704,7 +706,7 @@ EXAMPLES
704
706
  $ codiac ai model list -e ben --silent
705
707
  ```
706
708
 
707
- _See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/model/list.ts)_
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)_
708
710
 
709
711
  ## `codiac ai model ls`
710
712
 
@@ -828,7 +830,7 @@ EXAMPLES
828
830
  $ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
829
831
  ```
830
832
 
831
- _See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/model/uninstall.ts)_
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)_
832
834
 
833
835
  ## `codiac ai model view`
834
836
 
@@ -873,7 +875,7 @@ EXAMPLES
873
875
  $ codiac ai model view -e ben -m qwen3-dev --silent
874
876
  ```
875
877
 
876
- _See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/ai/model/view.ts)_
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)_
877
879
 
878
880
  ## `codiac asset create`
879
881
 
@@ -915,7 +917,7 @@ FLAGS
915
917
  root/naked) (optional: defaults to false).
916
918
 
917
919
  -p, --port=<value>...
918
- The default port number (from 0 to 65535) to assign the asset when deployed to a cabinet (optional). To specify
920
+ The default port number (from 1 to 65535) to assign the asset when deployed to a cabinet (optional). To specify
919
921
  port forwarding (betw the service and container), use format: `<service-port>:<container-port>`, eg: `3555:80`
920
922
 
921
923
  -r, --registry=<value>
@@ -994,7 +996,7 @@ EXAMPLES
994
996
  $ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
995
997
  ```
996
998
 
997
- _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/create.ts)_
999
+ _See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/create.ts)_
998
1000
 
999
1001
  ## `codiac asset edit`
1000
1002
 
@@ -1060,7 +1062,7 @@ EXAMPLES
1060
1062
  $ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
1061
1063
  ```
1062
1064
 
1063
- _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/edit.ts)_
1065
+ _See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/edit.ts)_
1064
1066
 
1065
1067
  ## `codiac asset entrypoint`
1066
1068
 
@@ -1181,7 +1183,7 @@ EXAMPLES
1181
1183
  $ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
1182
1184
  ```
1183
1185
 
1184
- _See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/entrypoint/delete.ts)_
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)_
1185
1187
 
1186
1188
  ## `codiac asset entrypoint set`
1187
1189
 
@@ -1250,7 +1252,7 @@ EXAMPLES
1250
1252
  --input=/backup/workflows'
1251
1253
  ```
1252
1254
 
1253
- _See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/entrypoint/set.ts)_
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)_
1254
1256
 
1255
1257
  ## `codiac asset get [CMD]`
1256
1258
 
@@ -1358,7 +1360,7 @@ EXAMPLES
1358
1360
  $ codiac asset list -e myEnterprise --to-script
1359
1361
  ```
1360
1362
 
1361
- _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/list.ts)_
1363
+ _See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/list.ts)_
1362
1364
 
1363
1365
  ## `codiac asset mon [CMD]`
1364
1366
 
@@ -1508,7 +1510,7 @@ FLAGS
1508
1510
  root/naked) (optional: defaults to false).
1509
1511
 
1510
1512
  -p, --port=<value>...
1511
- The default port number (from 0 to 65535) to assign the asset when deployed to a cabinet (optional). To specify
1513
+ The default port number (from 1 to 65535) to assign the asset when deployed to a cabinet (optional). To specify
1512
1514
  port forwarding (betw the service and container), use format: `<service-port>:<container-port>`, eg: `3555:80`
1513
1515
 
1514
1516
  -r, --registry=<value>
@@ -1619,7 +1621,7 @@ EXAMPLES
1619
1621
  $ codiac asset obliterate -e main -n my-api
1620
1622
  ```
1621
1623
 
1622
- _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/obliterate.ts)_
1624
+ _See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/obliterate.ts)_
1623
1625
 
1624
1626
  ## `codiac asset probe create [CMD]`
1625
1627
 
@@ -1628,10 +1630,10 @@ Declares the implementation of a health or readiness probe for an asset.
1628
1630
  ```
1629
1631
  USAGE
1630
1632
  $ codiac asset probe create [CMD] -u readiness|liveness|startup [-h] [-n <value>] [-a <value>] [-v <value>] [-d
1631
- <value>] [-p <value>] [-t <value>] [--success-threshold <value>] [--failure-threshold <value>] [--predefined <value>
1632
- | --exec | --grpc | --http | --socket] [-x <value>] [--grpcHost <value> ] [--grpcPort <value> ] [--httpScheme
1633
- http|https ] [--httpHost <value> ] [--httpPort <value> ] [--httpPath <value> ] [-r <value> ] [--socketHost <value> ]
1634
- [--socketPort <value> ] [--silent | --echo | --to-script]
1633
+ <value>] [-p <value>] [-t <value>] [--success-threshold <value>] [--failure-threshold <value>] [--disabled]
1634
+ [--predefined <value> | --exec | --grpc | --http | --socket] [-x <value>] [--grpcHost <value> ] [--grpcPort <value>
1635
+ ] [--httpScheme http|https ] [--httpHost <value> ] [--httpPort <value> ] [--httpPath <value> ] [-r <value> ]
1636
+ [--socketHost <value> ] [--socketPort <value> ] [--silent | --echo | --to-script]
1635
1637
 
1636
1638
  ARGUMENTS
1637
1639
  CMD (requires --exec) command and its space-separated arguments to run in the target replica.
@@ -1651,6 +1653,8 @@ FLAGS
1651
1653
  -v, --versions=<value> Asset version range for which this probe is to be used. (optional: defaults to >=latest)
1652
1654
  -x, --action=<value> The JSON specification for the probe action itself. The structure follows the
1653
1655
  actionType.
1656
+ --[no-]disabled Keeps the definition on record but stops it being applied to the asset at deploy time.
1657
+ Pass --disabled to park a probe without deleting it; omit to leave it active.
1654
1658
  --echo Renders the equivalent non-interactive command for future use before executing.
1655
1659
  --exec Declares the probe shall be carried out as an executable CLI command. A return code of
1656
1660
  zero indicates success. Any nonzero result indicates failure.
@@ -1709,7 +1713,7 @@ EXAMPLES
1709
1713
  $ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
1710
1714
  ```
1711
1715
 
1712
- _See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/probe/create.ts)_
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)_
1713
1717
 
1714
1718
  ## `codiac asset probe delete`
1715
1719
 
@@ -1764,7 +1768,7 @@ EXAMPLES
1764
1768
  $ codiac asset probe delete
1765
1769
  ```
1766
1770
 
1767
- _See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/probe/delete.ts)_
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)_
1768
1772
 
1769
1773
  ## `codiac asset probe list`
1770
1774
 
@@ -1816,7 +1820,7 @@ EXAMPLES
1816
1820
  $ codiac asset probe list
1817
1821
  ```
1818
1822
 
1819
- _See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/probe/list.ts)_
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)_
1820
1824
 
1821
1825
  ## `codiac asset recycle`
1822
1826
 
@@ -1856,7 +1860,7 @@ DESCRIPTION
1856
1860
  Deploys a given asset to a given cabinet. Defaults to current version.
1857
1861
  ```
1858
1862
 
1859
- _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/recycle.ts)_
1863
+ _See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/recycle.ts)_
1860
1864
 
1861
1865
  ## `codiac asset undeploy`
1862
1866
 
@@ -1900,7 +1904,7 @@ EXAMPLES
1900
1904
  $ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
1901
1905
  ```
1902
1906
 
1903
- _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/undeploy.ts)_
1907
+ _See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/undeploy.ts)_
1904
1908
 
1905
1909
  ## `codiac asset view [CMD]`
1906
1910
 
@@ -1956,7 +1960,7 @@ ALIASES
1956
1960
  $ codiac asset get
1957
1961
  ```
1958
1962
 
1959
- _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/view.ts)_
1963
+ _See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/view.ts)_
1960
1964
 
1961
1965
  ## `codiac asset vol add [MOUNTPATH]`
1962
1966
 
@@ -2227,7 +2231,7 @@ ALIASES
2227
2231
  $ codiac asset volume add
2228
2232
  ```
2229
2233
 
2230
- _See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/volume/create.ts)_
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)_
2231
2235
 
2232
2236
  ## `codiac asset volume del`
2233
2237
 
@@ -2315,7 +2319,7 @@ EXAMPLES
2315
2319
  $ codiac asset volume delete -e myEnterprise -n myMount --to-script
2316
2320
  ```
2317
2321
 
2318
- _See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/volume/delete.ts)_
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)_
2319
2323
 
2320
2324
  ## `codiac asset volume list`
2321
2325
 
@@ -2364,7 +2368,7 @@ EXAMPLES
2364
2368
  $ codiac asset volume list -e myEnterprise --silent
2365
2369
  ```
2366
2370
 
2367
- _See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/volume/list.ts)_
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)_
2368
2372
 
2369
2373
  ## `codiac asset volumes del`
2370
2374
 
@@ -2531,7 +2535,7 @@ EXAMPLES
2531
2535
  $ codiac asset where -e main -a my-api --silent
2532
2536
  ```
2533
2537
 
2534
- _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/asset/where.ts)_
2538
+ _See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/asset/where.ts)_
2535
2539
 
2536
2540
  ## `codiac auth cab allow`
2537
2541
 
@@ -2693,7 +2697,7 @@ EXAMPLES
2693
2697
  $ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
2694
2698
  ```
2695
2699
 
2696
- _See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/cabinet/allow.ts)_
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)_
2697
2701
 
2698
2702
  ## `codiac auth cabinet allowed`
2699
2703
 
@@ -2741,7 +2745,7 @@ EXAMPLES
2741
2745
  $ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
2742
2746
  ```
2743
2747
 
2744
- _See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/cabinet/allowed.ts)_
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)_
2745
2749
 
2746
2750
  ## `codiac auth ent allow`
2747
2751
 
@@ -2932,7 +2936,7 @@ EXAMPLES
2932
2936
  $ codiac auth enterprise allow -r deployer -p none
2933
2937
  ```
2934
2938
 
2935
- _See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/enterprise/allow.ts)_
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)_
2936
2940
 
2937
2941
  ## `codiac auth enterprise allow onEnvironments`
2938
2942
 
@@ -2986,7 +2990,7 @@ EXAMPLES
2986
2990
  $ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
2987
2991
  ```
2988
2992
 
2989
- _See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/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.264/src/commands/auth/enterprise/allow/onEnvironments.ts)_
2990
2994
 
2991
2995
  ## `codiac auth enterprise allowed`
2992
2996
 
@@ -3027,7 +3031,7 @@ EXAMPLES
3027
3031
  $ codiac auth enterprise allowed --enterprise modeling
3028
3032
  ```
3029
3033
 
3030
- _See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/enterprise/allowed.ts)_
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)_
3031
3035
 
3032
3036
  ## `codiac auth env allowed`
3033
3037
 
@@ -3234,7 +3238,7 @@ EXAMPLES
3234
3238
  $ codiac auth environment allow -e qa -r productmanager -p read
3235
3239
  ```
3236
3240
 
3237
- _See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/environment/allow.ts)_
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)_
3238
3242
 
3239
3243
  ## `codiac auth environment allow onCabinets`
3240
3244
 
@@ -3291,7 +3295,7 @@ EXAMPLES
3291
3295
  $ codiac auth environment allow onCabinets -e qa -r productmanager -p read
3292
3296
  ```
3293
3297
 
3294
- _See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/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.264/src/commands/auth/environment/allow/onCabinets.ts)_
3295
3299
 
3296
3300
  ## `codiac auth environment allowed`
3297
3301
 
@@ -3336,7 +3340,7 @@ EXAMPLES
3336
3340
  $ codiac auth environment allowed --enterprise modeling -e dev
3337
3341
  ```
3338
3342
 
3339
- _See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/environment/allowed.ts)_
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)_
3340
3344
 
3341
3345
  ## `codiac auth register`
3342
3346
 
@@ -3382,7 +3386,7 @@ EXAMPLES
3382
3386
  $ codiac auth register
3383
3387
  ```
3384
3388
 
3385
- _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/register.ts)_
3389
+ _See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/auth/register.ts)_
3386
3390
 
3387
3391
  ## `codiac auth role allowed [NAME]`
3388
3392
 
@@ -3429,7 +3433,7 @@ EXAMPLES
3429
3433
  $ codiac auth role allowed -n deployer -e main
3430
3434
  ```
3431
3435
 
3432
- _See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/allowed.ts)_
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)_
3433
3437
 
3434
3438
  ## `codiac auth role assign`
3435
3439
 
@@ -3461,7 +3465,7 @@ EXAMPLES
3461
3465
  $ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
3462
3466
  ```
3463
3467
 
3464
- _See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/assign.ts)_
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)_
3465
3469
 
3466
3470
  ## `codiac auth role create [NAME]`
3467
3471
 
@@ -3494,7 +3498,7 @@ EXAMPLES
3494
3498
  $ codiac auth role create -n deployer
3495
3499
  ```
3496
3500
 
3497
- _See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/create.ts)_
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)_
3498
3502
 
3499
3503
  ## `codiac auth role delete [NAME]`
3500
3504
 
@@ -3530,7 +3534,7 @@ EXAMPLES
3530
3534
  $ codiac auth role delete --id abc123def456
3531
3535
  ```
3532
3536
 
3533
- _See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/delete.ts)_
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)_
3534
3538
 
3535
3539
  ## `codiac auth role list`
3536
3540
 
@@ -3566,7 +3570,7 @@ EXAMPLES
3566
3570
  $ codiac auth role list -o yaml > roles.yaml
3567
3571
  ```
3568
3572
 
3569
- _See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/list.ts)_
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)_
3570
3574
 
3571
3575
  ## `codiac auth role unassign`
3572
3576
 
@@ -3598,7 +3602,7 @@ EXAMPLES
3598
3602
  $ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
3599
3603
  ```
3600
3604
 
3601
- _See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/role/unassign.ts)_
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)_
3602
3606
 
3603
3607
  ## `codiac auth user invite`
3604
3608
 
@@ -3638,7 +3642,7 @@ EXAMPLES
3638
3642
  $ codiac auth user invite
3639
3643
  ```
3640
3644
 
3641
- _See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/user/invite.ts)_
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)_
3642
3646
 
3643
3647
  ## `codiac auth user list`
3644
3648
 
@@ -3674,7 +3678,7 @@ EXAMPLES
3674
3678
  $ codiac auth user list -o yaml > users.yaml
3675
3679
  ```
3676
3680
 
3677
- _See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/auth/user/list.ts)_
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)_
3678
3682
 
3679
3683
  ## `codiac autocomplete [SHELL]`
3680
3684
 
@@ -3724,7 +3728,7 @@ DESCRIPTION
3724
3728
  Creates a new branch for the parent project and any sourced dependencies.
3725
3729
  ```
3726
3730
 
3727
- _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/branch.ts)_
3731
+ _See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch.ts)_
3728
3732
 
3729
3733
  ## `codiac branch current`
3730
3734
 
@@ -3744,7 +3748,7 @@ ALIASES
3744
3748
  $ codiac branches current
3745
3749
  ```
3746
3750
 
3747
- _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/branch/current.ts)_
3751
+ _See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch/current.ts)_
3748
3752
 
3749
3753
  ## `codiac branch list`
3750
3754
 
@@ -3766,7 +3770,7 @@ ALIASES
3766
3770
  $ codiac branches list
3767
3771
  ```
3768
3772
 
3769
- _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/branch/list.ts)_
3773
+ _See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/branch/list.ts)_
3770
3774
 
3771
3775
  ## `codiac branches current`
3772
3776
 
@@ -3856,7 +3860,7 @@ DESCRIPTION
3856
3860
  Builds the project and the docker container
3857
3861
  ```
3858
3862
 
3859
- _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/build.ts)_
3863
+ _See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/build.ts)_
3860
3864
 
3861
3865
  ## `codiac cab attach`
3862
3866
 
@@ -4605,7 +4609,7 @@ EXAMPLES
4605
4609
  prod-cluster-1 --to-script
4606
4610
  ```
4607
4611
 
4608
- _See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/cluster/attach.ts)_
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)_
4609
4613
 
4610
4614
  ## `codiac cabinet contents`
4611
4615
 
@@ -4649,7 +4653,7 @@ EXAMPLES
4649
4653
  $ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
4650
4654
  ```
4651
4655
 
4652
- _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/contents.ts)_
4656
+ _See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/contents.ts)_
4653
4657
 
4654
4658
  ## `codiac cabinet create [CABINET]`
4655
4659
 
@@ -4716,7 +4720,7 @@ EXAMPLES
4716
4720
  cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
4717
4721
  ```
4718
4722
 
4719
- _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/create.ts)_
4723
+ _See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/create.ts)_
4720
4724
 
4721
4725
  ## `codiac cabinet define [CABINET]`
4722
4726
 
@@ -4778,7 +4782,7 @@ EXAMPLES
4778
4782
  $ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
4779
4783
  ```
4780
4784
 
4781
- _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/define.ts)_
4785
+ _See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/define.ts)_
4782
4786
 
4783
4787
  ## `codiac cabinet destroy [CABINET]`
4784
4788
 
@@ -4836,7 +4840,7 @@ EXAMPLES
4836
4840
  --environment dev --silent
4837
4841
  ```
4838
4842
 
4839
- _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/destroy.ts)_
4843
+ _See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/destroy.ts)_
4840
4844
 
4841
4845
  ## `codiac cabinet detach [CABINET]`
4842
4846
 
@@ -4893,7 +4897,7 @@ EXAMPLES
4893
4897
  main --environment dev
4894
4898
  ```
4895
4899
 
4896
- _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/detach.ts)_
4900
+ _See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/detach.ts)_
4897
4901
 
4898
4902
  ## `codiac cabinet forget [CABINET]`
4899
4903
 
@@ -4948,7 +4952,7 @@ EXAMPLES
4948
4952
  $ codiac cabinet forget --to-script
4949
4953
  ```
4950
4954
 
4951
- _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/forget.ts)_
4955
+ _See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/forget.ts)_
4952
4956
 
4953
4957
  ## `codiac cabinet list`
4954
4958
 
@@ -4999,7 +5003,7 @@ EXAMPLES
4999
5003
  $ codiac cabinet list -e myEnterprise --silent
5000
5004
  ```
5001
5005
 
5002
- _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/list.ts)_
5006
+ _See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/list.ts)_
5003
5007
 
5004
5008
  ## `codiac cabinet obliterate [CABINET]`
5005
5009
 
@@ -5041,7 +5045,7 @@ ALIASES
5041
5045
  $ codiac infrx cab obliterate
5042
5046
  ```
5043
5047
 
5044
- _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/obliterate.ts)_
5048
+ _See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/obliterate.ts)_
5045
5049
 
5046
5050
  ## `codiac cabinet restore`
5047
5051
 
@@ -5108,7 +5112,7 @@ EXAMPLES
5108
5112
  $ codiac cabinet restore --cluster prod-cluster-1 --to-script
5109
5113
  ```
5110
5114
 
5111
- _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cabinet/restore.ts)_
5115
+ _See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cabinet/restore.ts)_
5112
5116
 
5113
5117
  ## `codiac cfg add`
5114
5118
 
@@ -5430,7 +5434,7 @@ DESCRIPTION
5430
5434
  Applies settings to the Codiac CLI itself (scoped to the local machine).
5431
5435
  ```
5432
5436
 
5433
- _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cli.ts)_
5437
+ _See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cli.ts)_
5434
5438
 
5435
5439
  ## `codiac cluster agent configure [CLUSTER]`
5436
5440
 
@@ -5498,7 +5502,7 @@ EXAMPLES
5498
5502
  $ codiac cluster agent configure my-cluster --to-script
5499
5503
  ```
5500
5504
 
5501
- _See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/agent/configure.ts)_
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)_
5502
5506
 
5503
5507
  ## `codiac cluster agent install [CLUSTER]`
5504
5508
 
@@ -5554,7 +5558,7 @@ EXAMPLES
5554
5558
  $ codiac cluster agent install my-cluster --to-script
5555
5559
  ```
5556
5560
 
5557
- _See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/agent/install.ts)_
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)_
5558
5562
 
5559
5563
  ## `codiac cluster agent uninstall [CLUSTER]`
5560
5564
 
@@ -5602,7 +5606,7 @@ EXAMPLES
5602
5606
  $ codiac cluster agent uninstall my-cluster --to-script
5603
5607
  ```
5604
5608
 
5605
- _See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/agent/uninstall.ts)_
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)_
5606
5610
 
5607
5611
  ## `codiac cluster bootstrap [NAME]`
5608
5612
 
@@ -5665,7 +5669,7 @@ EXAMPLES
5665
5669
  $ codiac cluster bootstrap my-cluster --to-script
5666
5670
  ```
5667
5671
 
5668
- _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/bootstrap.ts)_
5672
+ _See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/bootstrap.ts)_
5669
5673
 
5670
5674
  ## `codiac cluster capture`
5671
5675
 
@@ -5750,7 +5754,7 @@ EXAMPLES
5750
5754
  $ codiac cluster connect my-fav-cluster
5751
5755
  ```
5752
5756
 
5753
- _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/connect.ts)_
5757
+ _See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/connect.ts)_
5754
5758
 
5755
5759
  ## `codiac cluster contents`
5756
5760
 
@@ -6468,7 +6472,7 @@ EXAMPLES
6468
6472
  $ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
6469
6473
  ```
6470
6474
 
6471
- _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/install.ts)_
6475
+ _See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/install.ts)_
6472
6476
 
6473
6477
  ## `codiac cluster journal [CLUSTER]`
6474
6478
 
@@ -6757,7 +6761,7 @@ EXAMPLES
6757
6761
  $ codiac cluster stack capture my-fav-cluster
6758
6762
  ```
6759
6763
 
6760
- _See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/stack/capture.ts)_
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)_
6761
6765
 
6762
6766
  ## `codiac cluster stack install [CLUSTER]`
6763
6767
 
@@ -6809,7 +6813,7 @@ EXAMPLES
6809
6813
  $ codiac cluster stack install my-cluster --to-script
6810
6814
  ```
6811
6815
 
6812
- _See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/stack/install.ts)_
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)_
6813
6817
 
6814
6818
  ## `codiac cluster stack list`
6815
6819
 
@@ -6975,7 +6979,7 @@ EXAMPLES
6975
6979
  $ codiac cluster start my-fav-cluster
6976
6980
  ```
6977
6981
 
6978
- _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/start.ts)_
6982
+ _See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/start.ts)_
6979
6983
 
6980
6984
  ## `codiac cluster stop [CLUSTER]`
6981
6985
 
@@ -7012,7 +7016,7 @@ EXAMPLES
7012
7016
  $ codiac cluster start my-fav-cluster
7013
7017
  ```
7014
7018
 
7015
- _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/cluster/stop.ts)_
7019
+ _See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/cluster/stop.ts)_
7016
7020
 
7017
7021
  ## `codiac cluster uninstall`
7018
7022
 
@@ -7074,7 +7078,7 @@ DESCRIPTION
7074
7078
  Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
7075
7079
  ```
7076
7080
 
7077
- _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/commit.ts)_
7081
+ _See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/commit.ts)_
7078
7082
 
7079
7083
  ## `codiac config add`
7080
7084
 
@@ -7249,7 +7253,7 @@ EXAMPLES
7249
7253
  '[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
7250
7254
  ```
7251
7255
 
7252
- _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/add.ts)_
7256
+ _See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/add.ts)_
7253
7257
 
7254
7258
  ## `codiac config delete [SETTING]`
7255
7259
 
@@ -7318,7 +7322,7 @@ ALIASES
7318
7322
  $ codiac cfg delete
7319
7323
  ```
7320
7324
 
7321
- _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/delete.ts)_
7325
+ _See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/delete.ts)_
7322
7326
 
7323
7327
  ## `codiac config deploy`
7324
7328
 
@@ -7359,7 +7363,7 @@ EXAMPLES
7359
7363
  $ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
7360
7364
  ```
7361
7365
 
7362
- _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/deploy.ts)_
7366
+ _See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/deploy.ts)_
7363
7367
 
7364
7368
  ## `codiac config import`
7365
7369
 
@@ -7420,7 +7424,7 @@ EXAMPLES
7420
7424
  $ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
7421
7425
  ```
7422
7426
 
7423
- _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/import.ts)_
7427
+ _See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/import.ts)_
7424
7428
 
7425
7429
  ## `codiac config preview [SETTING]`
7426
7430
 
@@ -7726,7 +7730,7 @@ DESCRIPTION
7726
7730
  Shows the list of clusters.
7727
7731
  ```
7728
7732
 
7729
- _See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/settings/get.ts)_
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)_
7730
7734
 
7731
7735
  ## `codiac config view [SETTING]`
7732
7736
 
@@ -7791,7 +7795,7 @@ EXAMPLES
7791
7795
  $ codiac config view -e myEnterprise -a myApi -c dev --to-script
7792
7796
  ```
7793
7797
 
7794
- _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/config/view.ts)_
7798
+ _See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/config/view.ts)_
7795
7799
 
7796
7800
  ## `codiac csp creds list`
7797
7801
 
@@ -7839,7 +7843,7 @@ EXAMPLES
7839
7843
  $ codiac csp creds list
7840
7844
  ```
7841
7845
 
7842
- _See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/csp/creds/list.ts)_
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)_
7843
7847
 
7844
7848
  ## `codiac csp login [PROVIDER]`
7845
7849
 
@@ -7917,7 +7921,7 @@ EXAMPLES
7917
7921
  cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
7918
7922
  ```
7919
7923
 
7920
- _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/csp/login.ts)_
7924
+ _See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/csp/login.ts)_
7921
7925
 
7922
7926
  ## `codiac csp logout [PROVIDER]`
7923
7927
 
@@ -7964,7 +7968,7 @@ EXAMPLES
7964
7968
  $ codiac csp logout azure --to-script
7965
7969
  ```
7966
7970
 
7967
- _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/csp/logout.ts)_
7971
+ _See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/csp/logout.ts)_
7968
7972
 
7969
7973
  ## `codiac dep [NAME]`
7970
7974
 
@@ -7985,7 +7989,7 @@ DESCRIPTION
7985
7989
  Installs a package into current project.
7986
7990
  ```
7987
7991
 
7988
- _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep.ts)_
7992
+ _See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep.ts)_
7989
7993
 
7990
7994
  ## `codiac dep create [URL]`
7991
7995
 
@@ -8009,7 +8013,7 @@ DESCRIPTION
8009
8013
  package version is used.
8010
8014
  ```
8011
8015
 
8012
- _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/create.ts)_
8016
+ _See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/create.ts)_
8013
8017
 
8014
8018
  ## `codiac dep install`
8015
8019
 
@@ -8026,7 +8030,7 @@ DESCRIPTION
8026
8030
  installs any missing dependency packages into the local project folder.
8027
8031
  ```
8028
8032
 
8029
- _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/install.ts)_
8033
+ _See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/install.ts)_
8030
8034
 
8031
8035
  ## `codiac dep list`
8032
8036
 
@@ -8043,7 +8047,7 @@ DESCRIPTION
8043
8047
  Shows the dependencies for the project.
8044
8048
  ```
8045
8049
 
8046
- _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/list.ts)_
8050
+ _See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/list.ts)_
8047
8051
 
8048
8052
  ## `codiac dep remove [NAME]`
8049
8053
 
@@ -8066,7 +8070,7 @@ DESCRIPTION
8066
8070
  Removes a dependency from the project.
8067
8071
  ```
8068
8072
 
8069
- _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/remove.ts)_
8073
+ _See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/remove.ts)_
8070
8074
 
8071
8075
  ## `codiac dep source [NAME]`
8072
8076
 
@@ -8092,7 +8096,7 @@ ALIASES
8092
8096
  $ codiac dep src
8093
8097
  ```
8094
8098
 
8095
- _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/source.ts)_
8099
+ _See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/source.ts)_
8096
8100
 
8097
8101
  ## `codiac dep src [NAME]`
8098
8102
 
@@ -8136,7 +8140,7 @@ DESCRIPTION
8136
8140
  Publishes the dependency in its current state and upgrades to it in the main project.
8137
8141
  ```
8138
8142
 
8139
- _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/syncup.ts)_
8143
+ _See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/syncup.ts)_
8140
8144
 
8141
8145
  ## `codiac dep unsource [NAME]`
8142
8146
 
@@ -8164,7 +8168,7 @@ ALIASES
8164
8168
  $ codiac dep unsrc
8165
8169
  ```
8166
8170
 
8167
- _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/unsource.ts)_
8171
+ _See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/unsource.ts)_
8168
8172
 
8169
8173
  ## `codiac dep unsrc [NAME]`
8170
8174
 
@@ -8211,7 +8215,7 @@ DESCRIPTION
8211
8215
  describe the command here
8212
8216
  ```
8213
8217
 
8214
- _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/dep/upgrade.ts)_
8218
+ _See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/dep/upgrade.ts)_
8215
8219
 
8216
8220
  ## `codiac deploy`
8217
8221
 
@@ -8264,7 +8268,7 @@ EXAMPLES
8264
8268
  $ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
8265
8269
  ```
8266
8270
 
8267
- _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/deploy.ts)_
8271
+ _See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/deploy.ts)_
8268
8272
 
8269
8273
  ## `codiac domain map [DOMAIN]`
8270
8274
 
@@ -8420,7 +8424,7 @@ EXAMPLES
8420
8424
  cod enterprise create my-enterprise-code --silent
8421
8425
  ```
8422
8426
 
8423
- _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/enterprise/create.ts)_
8427
+ _See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/enterprise/create.ts)_
8424
8428
 
8425
8429
  ## `codiac enterprise list`
8426
8430
 
@@ -8475,7 +8479,7 @@ EXAMPLES
8475
8479
  $ codiac enterprise list --to-script
8476
8480
  ```
8477
8481
 
8478
- _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/enterprise/list.ts)_
8482
+ _See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/enterprise/list.ts)_
8479
8483
 
8480
8484
  ## `codiac env add [SETTING]`
8481
8485
 
@@ -8525,7 +8529,7 @@ EXAMPLES
8525
8529
  $ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
8526
8530
  ```
8527
8531
 
8528
- _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/env/add.ts)_
8532
+ _See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/env/add.ts)_
8529
8533
 
8530
8534
  ## `codiac enviro cluster attach`
8531
8535
 
@@ -8828,7 +8832,7 @@ ALIASES
8828
8832
  $ codiac infrx enviro cluster attach
8829
8833
  ```
8830
8834
 
8831
- _See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/environment/cluster/attach.ts)_
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)_
8832
8836
 
8833
8837
  ## `codiac environment cluster detach`
8834
8838
 
@@ -8874,7 +8878,7 @@ ALIASES
8874
8878
  $ codiac infrx enviro cluster detach
8875
8879
  ```
8876
8880
 
8877
- _See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/environment/cluster/detach.ts)_
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)_
8878
8882
 
8879
8883
  ## `codiac environment create [NAME]`
8880
8884
 
@@ -8937,7 +8941,7 @@ EXAMPLES
8937
8941
  cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
8938
8942
  ```
8939
8943
 
8940
- _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/environment/create.ts)_
8944
+ _See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/create.ts)_
8941
8945
 
8942
8946
  ## `codiac environment delete [NAME]`
8943
8947
 
@@ -8998,7 +9002,7 @@ EXAMPLES
8998
9002
  $ codiac environment delete dev --enterprise main --to-script
8999
9003
  ```
9000
9004
 
9001
- _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/environment/delete.ts)_
9005
+ _See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/delete.ts)_
9002
9006
 
9003
9007
  ## `codiac environment list`
9004
9008
 
@@ -9049,7 +9053,7 @@ EXAMPLES
9049
9053
  $ codiac environment list -e myEnterprise --silent
9050
9054
  ```
9051
9055
 
9052
- _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/environment/list.ts)_
9056
+ _See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/environment/list.ts)_
9053
9057
 
9054
9058
  ## `codiac fileshare capture`
9055
9059
 
@@ -9133,7 +9137,7 @@ ALIASES
9133
9137
  $ codiac fileshare capture
9134
9138
  ```
9135
9139
 
9136
- _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/filestore/capture.ts)_
9140
+ _See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/capture.ts)_
9137
9141
 
9138
9142
  ## `codiac filestore forget`
9139
9143
 
@@ -9180,7 +9184,7 @@ EXAMPLES
9180
9184
  $ codiac filestore forget
9181
9185
  ```
9182
9186
 
9183
- _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/filestore/forget.ts)_
9187
+ _See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/forget.ts)_
9184
9188
 
9185
9189
  ## `codiac filestore list`
9186
9190
 
@@ -9226,7 +9230,7 @@ EXAMPLES
9226
9230
  $ codiac filestore list
9227
9231
  ```
9228
9232
 
9229
- _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/filestore/list.ts)_
9233
+ _See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/filestore/list.ts)_
9230
9234
 
9231
9235
  ## `codiac help [COMMANDS]`
9232
9236
 
@@ -9312,7 +9316,7 @@ EXAMPLES
9312
9316
  $ codiac host delete
9313
9317
  ```
9314
9318
 
9315
- _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/host/delete.ts)_
9319
+ _See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/delete.ts)_
9316
9320
 
9317
9321
  ## `codiac host list [DOMAIN]`
9318
9322
 
@@ -9356,7 +9360,7 @@ EXAMPLES
9356
9360
  $ codiac host list
9357
9361
  ```
9358
9362
 
9359
- _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/host/list.ts)_
9363
+ _See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/list.ts)_
9360
9364
 
9361
9365
  ## `codiac host map [DOMAIN]`
9362
9366
 
@@ -9410,7 +9414,49 @@ EXAMPLES
9410
9414
  $ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
9411
9415
  ```
9412
9416
 
9413
- _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/host/map.ts)_
9417
+ _See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/map.ts)_
9418
+
9419
+ ## `codiac host recapture [CLUSTER]`
9420
+
9421
+ Re-reads a cluster's ingress (LoadBalancer) IP from the cluster and updates the cluster record, clearing a !MISSING! ingress IP in the host-naming map.
9422
+
9423
+ ```
9424
+ USAGE
9425
+ $ codiac host recapture [CLUSTER] [-h] [-e <value>] [--silent | --echo | --to-script]
9426
+
9427
+ ARGUMENTS
9428
+ CLUSTER Name of the cluster whose ingress IP to recapture (optional when there is only one cluster).
9429
+
9430
+ FLAGS
9431
+ -e, --enterprise=<value> The enterprise whose rootmap contains the cluster (optional when there is only one
9432
+ enterprise).
9433
+ -h, --help Show CLI help.
9434
+ --echo Renders the equivalent non-interactive command for future use before executing.
9435
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
9436
+ --to-script Renders the equivalent non-interactive command without executing it.
9437
+
9438
+ DESCRIPTION
9439
+ Re-reads a cluster's ingress (LoadBalancer) IP from the cluster and updates the cluster record, clearing a !MISSING!
9440
+ ingress IP in the host-naming map.
9441
+
9442
+ ALIASES
9443
+ $ codiac ingress recapture
9444
+
9445
+ EXAMPLES
9446
+ Recapture interactively (prompts for the cluster).
9447
+
9448
+ $ codiac host recapture
9449
+
9450
+ Recapture a specific cluster non-interactively.
9451
+
9452
+ $ codiac host recapture my-cluster -e myEnterprise --silent
9453
+
9454
+ Renders the equivalent silent command without executing.
9455
+
9456
+ $ codiac host recapture my-cluster --to-script
9457
+ ```
9458
+
9459
+ _See code: [src/commands/host/recapture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/recapture.ts)_
9414
9460
 
9415
9461
  ## `codiac host view [DOMAIN]`
9416
9462
 
@@ -9455,7 +9501,7 @@ EXAMPLES
9455
9501
  $ codiac host view
9456
9502
  ```
9457
9503
 
9458
- _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/host/view.ts)_
9504
+ _See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/host/view.ts)_
9459
9505
 
9460
9506
  ## `codiac identify [TOKENNAME]`
9461
9507
 
@@ -9527,7 +9573,7 @@ ALIASES
9527
9573
  $ codiac token
9528
9574
  ```
9529
9575
 
9530
- _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/identity.ts)_
9576
+ _See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity.ts)_
9531
9577
 
9532
9578
  ## `codiac identity delete [NAME]`
9533
9579
 
@@ -9552,7 +9598,7 @@ ALIASES
9552
9598
  $ codiac token remove
9553
9599
  ```
9554
9600
 
9555
- _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/identity/delete.ts)_
9601
+ _See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity/delete.ts)_
9556
9602
 
9557
9603
  ## `codiac identity list`
9558
9604
 
@@ -9574,7 +9620,7 @@ ALIASES
9574
9620
  $ codiac token list
9575
9621
  ```
9576
9622
 
9577
- _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/identity/list.ts)_
9623
+ _See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/identity/list.ts)_
9578
9624
 
9579
9625
  ## `codiac identity remove [NAME]`
9580
9626
 
@@ -9897,7 +9943,7 @@ DESCRIPTION
9897
9943
  Saves a reference to an existing container registry.
9898
9944
  ```
9899
9945
 
9900
- _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/capture.ts)_
9946
+ _See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/capture.ts)_
9901
9947
 
9902
9948
  ## `codiac imageRegistry edit`
9903
9949
 
@@ -9940,7 +9986,7 @@ EXAMPLES
9940
9986
  $ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
9941
9987
  ```
9942
9988
 
9943
- _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/edit.ts)_
9989
+ _See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/edit.ts)_
9944
9990
 
9945
9991
  ## `codiac imageRegistry forget`
9946
9992
 
@@ -9961,7 +10007,7 @@ DESCRIPTION
9961
10007
  Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
9962
10008
  ```
9963
10009
 
9964
- _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/forget.ts)_
10010
+ _See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/forget.ts)_
9965
10011
 
9966
10012
  ## `codiac imageRegistry list`
9967
10013
 
@@ -10003,7 +10049,7 @@ EXAMPLES
10003
10049
  $ codiac imageRegistry list -o yaml > registries.yaml
10004
10050
  ```
10005
10051
 
10006
- _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/list.ts)_
10052
+ _See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/imageRegistry/list.ts)_
10007
10053
 
10008
10054
  ## `codiac imageRegistry pullSecret set`
10009
10055
 
@@ -10039,7 +10085,7 @@ ALIASES
10039
10085
  $ codiac pullsecret
10040
10086
  ```
10041
10087
 
10042
- _See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/pullSecret/set.ts)_
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)_
10043
10089
 
10044
10090
  ## `codiac imageRegistry pullSecret unset`
10045
10091
 
@@ -10066,7 +10112,7 @@ ALIASES
10066
10112
  $ codiac pullsecret unset
10067
10113
  ```
10068
10114
 
10069
- _See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/imageRegistry/pullSecret/unset.ts)_
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)_
10070
10116
 
10071
10117
  ## `codiac images add [IMAGENAME]`
10072
10118
 
@@ -10127,7 +10173,7 @@ EXAMPLES
10127
10173
  $ codiac images add your-company/your-image --to-script
10128
10174
  ```
10129
10175
 
10130
- _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/add.ts)_
10176
+ _See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/add.ts)_
10131
10177
 
10132
10178
  ## `codiac images list`
10133
10179
 
@@ -10150,7 +10196,7 @@ ALIASES
10150
10196
  $ codiac img list
10151
10197
  ```
10152
10198
 
10153
- _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/list.ts)_
10199
+ _See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/list.ts)_
10154
10200
 
10155
10201
  ## `codiac images patch IMAGENAME`
10156
10202
 
@@ -10180,7 +10226,7 @@ ALIASES
10180
10226
  $ codiac img patch
10181
10227
  ```
10182
10228
 
10183
- _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/patch.ts)_
10229
+ _See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/patch.ts)_
10184
10230
 
10185
10231
  ## `codiac images remove IMAGENAME`
10186
10232
 
@@ -10206,7 +10252,7 @@ ALIASES
10206
10252
  $ codiac img delete
10207
10253
  ```
10208
10254
 
10209
- _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/remove.ts)_
10255
+ _See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/remove.ts)_
10210
10256
 
10211
10257
  ## `codiac images version NAME`
10212
10258
 
@@ -10232,7 +10278,7 @@ ALIASES
10232
10278
  $ codiac img version get
10233
10279
  ```
10234
10280
 
10235
- _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/version.ts)_
10281
+ _See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/images/version.ts)_
10236
10282
 
10237
10283
  ## `codiac images version bump NAME`
10238
10284
 
@@ -10265,7 +10311,7 @@ ALIASES
10265
10311
  $ codiac img version bump
10266
10312
  ```
10267
10313
 
10268
- _See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/images/version/bump.ts)_
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)_
10269
10315
 
10270
10316
  ## `codiac img [IMAGENAME]`
10271
10317
 
@@ -10581,7 +10627,7 @@ EXAMPLES
10581
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
10582
10628
  ```
10583
10629
 
10584
- _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/import/cluster.ts)_
10630
+ _See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/import/cluster.ts)_
10585
10631
 
10586
10632
  ## `codiac infrx cab create [CABINET]`
10587
10633
 
@@ -11406,6 +11452,46 @@ EXAMPLES
11406
11452
  $ codiac infrx environment list -e myEnterprise --silent
11407
11453
  ```
11408
11454
 
11455
+ ## `codiac ingress recapture [CLUSTER]`
11456
+
11457
+ Re-reads a cluster's ingress (LoadBalancer) IP from the cluster and updates the cluster record, clearing a !MISSING! ingress IP in the host-naming map.
11458
+
11459
+ ```
11460
+ USAGE
11461
+ $ codiac ingress recapture [CLUSTER] [-h] [-e <value>] [--silent | --echo | --to-script]
11462
+
11463
+ ARGUMENTS
11464
+ CLUSTER Name of the cluster whose ingress IP to recapture (optional when there is only one cluster).
11465
+
11466
+ FLAGS
11467
+ -e, --enterprise=<value> The enterprise whose rootmap contains the cluster (optional when there is only one
11468
+ enterprise).
11469
+ -h, --help Show CLI help.
11470
+ --echo Renders the equivalent non-interactive command for future use before executing.
11471
+ --silent Executes without any user interaction; fails on missing or invalid arguments.
11472
+ --to-script Renders the equivalent non-interactive command without executing it.
11473
+
11474
+ DESCRIPTION
11475
+ Re-reads a cluster's ingress (LoadBalancer) IP from the cluster and updates the cluster record, clearing a !MISSING!
11476
+ ingress IP in the host-naming map.
11477
+
11478
+ ALIASES
11479
+ $ codiac ingress recapture
11480
+
11481
+ EXAMPLES
11482
+ Recapture interactively (prompts for the cluster).
11483
+
11484
+ $ codiac ingress recapture
11485
+
11486
+ Recapture a specific cluster non-interactively.
11487
+
11488
+ $ codiac ingress recapture my-cluster -e myEnterprise --silent
11489
+
11490
+ Renders the equivalent silent command without executing.
11491
+
11492
+ $ codiac ingress recapture my-cluster --to-script
11493
+ ```
11494
+
11409
11495
  ## `codiac init DIRECTORY`
11410
11496
 
11411
11497
  Declares the given folder as a project root
@@ -11426,7 +11512,7 @@ DESCRIPTION
11426
11512
  Declares the given folder as a project root
11427
11513
  ```
11428
11514
 
11429
- _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/init.ts)_
11515
+ _See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/init.ts)_
11430
11516
 
11431
11517
  ## `codiac kit create`
11432
11518
 
@@ -11469,7 +11555,7 @@ EXAMPLES
11469
11555
  $ codiac kit create -e myEnterprise -a myApi --to-script
11470
11556
  ```
11471
11557
 
11472
- _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/kit/create.ts)_
11558
+ _See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/kit/create.ts)_
11473
11559
 
11474
11560
  ## `codiac login`
11475
11561
 
@@ -11528,7 +11614,7 @@ EXAMPLES
11528
11614
  $ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
11529
11615
  ```
11530
11616
 
11531
- _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/login.ts)_
11617
+ _See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/login.ts)_
11532
11618
 
11533
11619
  ## `codiac logout`
11534
11620
 
@@ -11561,7 +11647,7 @@ EXAMPLES
11561
11647
  $ codiac logout --to-script
11562
11648
  ```
11563
11649
 
11564
- _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/logout.ts)_
11650
+ _See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/logout.ts)_
11565
11651
 
11566
11652
  ## `codiac merge [BRANCH]`
11567
11653
 
@@ -11582,7 +11668,7 @@ DESCRIPTION
11582
11668
  Merges the given branch into the current branch of the main project and on any sourced dependencies.
11583
11669
  ```
11584
11670
 
11585
- _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/merge.ts)_
11671
+ _See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/merge.ts)_
11586
11672
 
11587
11673
  ## `codiac noc cluster capture`
11588
11674
 
@@ -11634,7 +11720,7 @@ EXAMPLES
11634
11720
  cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
11635
11721
  ```
11636
11722
 
11637
- _See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/capture.ts)_
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)_
11638
11724
 
11639
11725
  ## `codiac noc cluster create [NAME]`
11640
11726
 
@@ -11724,7 +11810,7 @@ FLAG DESCRIPTIONS
11724
11810
  initialization is always skipped in that mode.
11725
11811
  ```
11726
11812
 
11727
- _See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/create.ts)_
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)_
11728
11814
 
11729
11815
  ## `codiac noc cluster credentials-set [NAME]`
11730
11816
 
@@ -11779,7 +11865,7 @@ EXAMPLES
11779
11865
  $ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
11780
11866
  ```
11781
11867
 
11782
- _See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/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.264/src/commands/noc/cluster/credentials-set.ts)_
11783
11869
 
11784
11870
  ## `codiac noc cluster define [NAME]`
11785
11871
 
@@ -11853,7 +11939,7 @@ EXAMPLES
11853
11939
  $ codiac noc cluster define my-cluster --to-script
11854
11940
  ```
11855
11941
 
11856
- _See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/define.ts)_
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)_
11857
11943
 
11858
11944
  ## `codiac noc cluster deinit`
11859
11945
 
@@ -11893,7 +11979,7 @@ EXAMPLES
11893
11979
  $ codiac noc cluster deinit -n my-cluster --to-script
11894
11980
  ```
11895
11981
 
11896
- _See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/deinit.ts)_
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)_
11897
11983
 
11898
11984
  ## `codiac noc cluster destroy [NAME]`
11899
11985
 
@@ -11927,7 +12013,7 @@ ALIASES
11927
12013
  $ codiac cluster destroy
11928
12014
  ```
11929
12015
 
11930
- _See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/destroy.ts)_
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)_
11931
12017
 
11932
12018
  ## `codiac noc cluster edit [NAME]`
11933
12019
 
@@ -11982,7 +12068,7 @@ EXAMPLES
11982
12068
  $ codiac noc cluster edit my-cluster --server-url https://10.110.128.10:443 --to-script
11983
12069
  ```
11984
12070
 
11985
- _See code: [src/commands/noc/cluster/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/edit.ts)_
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)_
11986
12072
 
11987
12073
  ## `codiac noc cluster forget`
11988
12074
 
@@ -12033,7 +12119,7 @@ EXAMPLES
12033
12119
  $ codiac noc cluster forget --running
12034
12120
  ```
12035
12121
 
12036
- _See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/forget.ts)_
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)_
12037
12123
 
12038
12124
  ## `codiac noc cluster grant`
12039
12125
 
@@ -12071,7 +12157,7 @@ EXAMPLES
12071
12157
  $ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
12072
12158
  ```
12073
12159
 
12074
- _See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/grant.ts)_
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)_
12075
12161
 
12076
12162
  ## `codiac noc cluster init`
12077
12163
 
@@ -12117,7 +12203,7 @@ EXAMPLES
12117
12203
  $ codiac noc cluster init -n my-cluster --to-script
12118
12204
  ```
12119
12205
 
12120
- _See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/init.ts)_
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)_
12121
12207
 
12122
12208
  ## `codiac noc cluster journal [CLUSTER]`
12123
12209
 
@@ -12166,7 +12252,7 @@ EXAMPLES
12166
12252
  $ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
12167
12253
  ```
12168
12254
 
12169
- _See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/journal.ts)_
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)_
12170
12256
 
12171
12257
  ## `codiac noc cluster list`
12172
12258
 
@@ -12227,7 +12313,7 @@ EXAMPLES
12227
12313
  $ codiac noc cluster list -e myEnterprise --to-script
12228
12314
  ```
12229
12315
 
12230
- _See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/list.ts)_
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)_
12231
12317
 
12232
12318
  ## `codiac noc cluster restore [NAME]`
12233
12319
 
@@ -12287,7 +12373,7 @@ EXAMPLES
12287
12373
  $ codiac noc cluster restore prod-cluster-1 --to-script
12288
12374
  ```
12289
12375
 
12290
- _See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/noc/cluster/restore.ts)_
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)_
12291
12377
 
12292
12378
  ## `codiac pkg add [DEFINITIONFILE]`
12293
12379
 
@@ -12321,7 +12407,7 @@ DESCRIPTION
12321
12407
  Configures a package to be built and published by the project.
12322
12408
  ```
12323
12409
 
12324
- _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pkg/add.ts)_
12410
+ _See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/add.ts)_
12325
12411
 
12326
12412
  ## `codiac pkg delete [PACKAGENAME]`
12327
12413
 
@@ -12359,7 +12445,7 @@ DESCRIPTION
12359
12445
  Renders the list of packages that are configured as project exports.
12360
12446
  ```
12361
12447
 
12362
- _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pkg/list.ts)_
12448
+ _See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/list.ts)_
12363
12449
 
12364
12450
  ## `codiac pkg patch PACKAGENAME`
12365
12451
 
@@ -12385,7 +12471,7 @@ DESCRIPTION
12385
12471
  registryUrl and/or environment.
12386
12472
  ```
12387
12473
 
12388
- _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pkg/patch.ts)_
12474
+ _See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/patch.ts)_
12389
12475
 
12390
12476
  ## `codiac pkg remove [PACKAGENAME]`
12391
12477
 
@@ -12408,7 +12494,7 @@ ALIASES
12408
12494
  $ codiac pkg delete
12409
12495
  ```
12410
12496
 
12411
- _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pkg/remove.ts)_
12497
+ _See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pkg/remove.ts)_
12412
12498
 
12413
12499
  ## `codiac portal`
12414
12500
 
@@ -12441,7 +12527,7 @@ EXAMPLES
12441
12527
  $ codiac portal --to-script
12442
12528
  ```
12443
12529
 
12444
- _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/portal.ts)_
12530
+ _See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/portal.ts)_
12445
12531
 
12446
12532
  ## `codiac probe create [CMD]`
12447
12533
 
@@ -12450,10 +12536,10 @@ Declares the implementation of a health or readiness probe for an asset.
12450
12536
  ```
12451
12537
  USAGE
12452
12538
  $ codiac probe create [CMD] -u readiness|liveness|startup [-h] [-n <value>] [-a <value>] [-v <value>] [-d
12453
- <value>] [-p <value>] [-t <value>] [--success-threshold <value>] [--failure-threshold <value>] [--predefined <value>
12454
- | --exec | --grpc | --http | --socket] [-x <value>] [--grpcHost <value> ] [--grpcPort <value> ] [--httpScheme
12455
- http|https ] [--httpHost <value> ] [--httpPort <value> ] [--httpPath <value> ] [-r <value> ] [--socketHost <value> ]
12456
- [--socketPort <value> ] [--silent | --echo | --to-script]
12539
+ <value>] [-p <value>] [-t <value>] [--success-threshold <value>] [--failure-threshold <value>] [--disabled]
12540
+ [--predefined <value> | --exec | --grpc | --http | --socket] [-x <value>] [--grpcHost <value> ] [--grpcPort <value>
12541
+ ] [--httpScheme http|https ] [--httpHost <value> ] [--httpPort <value> ] [--httpPath <value> ] [-r <value> ]
12542
+ [--socketHost <value> ] [--socketPort <value> ] [--silent | --echo | --to-script]
12457
12543
 
12458
12544
  ARGUMENTS
12459
12545
  CMD (requires --exec) command and its space-separated arguments to run in the target replica.
@@ -12473,6 +12559,8 @@ FLAGS
12473
12559
  -v, --versions=<value> Asset version range for which this probe is to be used. (optional: defaults to >=latest)
12474
12560
  -x, --action=<value> The JSON specification for the probe action itself. The structure follows the
12475
12561
  actionType.
12562
+ --[no-]disabled Keeps the definition on record but stops it being applied to the asset at deploy time.
12563
+ Pass --disabled to park a probe without deleting it; omit to leave it active.
12476
12564
  --echo Renders the equivalent non-interactive command for future use before executing.
12477
12565
  --exec Declares the probe shall be carried out as an executable CLI command. A return code of
12478
12566
  zero indicates success. Any nonzero result indicates failure.
@@ -12562,7 +12650,7 @@ DESCRIPTION
12562
12650
  Publishes the exports (packages and images) declared in the ProjectConfig.
12563
12651
  ```
12564
12652
 
12565
- _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/publish.ts)_
12653
+ _See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/publish.ts)_
12566
12654
 
12567
12655
  ## `codiac pull [NAME]`
12568
12656
 
@@ -12586,7 +12674,7 @@ DESCRIPTION
12586
12674
  Pulls all commits from upstream to local.
12587
12675
  ```
12588
12676
 
12589
- _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pull.ts)_
12677
+ _See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pull.ts)_
12590
12678
 
12591
12679
  ## `codiac pullsecret`
12592
12680
 
@@ -12669,7 +12757,7 @@ DESCRIPTION
12669
12757
  Pushes all local commits upstream.
12670
12758
  ```
12671
12759
 
12672
- _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/push.ts)_
12760
+ _See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/push.ts)_
12673
12761
 
12674
12762
  ## `codiac pvc create`
12675
12763
 
@@ -12753,7 +12841,7 @@ EXAMPLES
12753
12841
  $ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
12754
12842
  ```
12755
12843
 
12756
- _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pvc/create.ts)_
12844
+ _See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/create.ts)_
12757
12845
 
12758
12846
  ## `codiac pvc delete`
12759
12847
 
@@ -12800,7 +12888,7 @@ EXAMPLES
12800
12888
  $ codiac pvc delete --id <fileStoreDefId> --silent
12801
12889
  ```
12802
12890
 
12803
- _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pvc/delete.ts)_
12891
+ _See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/delete.ts)_
12804
12892
 
12805
12893
  ## `codiac pvc get`
12806
12894
 
@@ -12841,7 +12929,7 @@ EXAMPLES
12841
12929
  $ codiac pvc get --name app-documents-share --silent -o json
12842
12930
  ```
12843
12931
 
12844
- _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pvc/get.ts)_
12932
+ _See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/get.ts)_
12845
12933
 
12846
12934
  ## `codiac pvc list`
12847
12935
 
@@ -12884,7 +12972,7 @@ EXAMPLES
12884
12972
  $ codiac pvc list -o yaml
12885
12973
  ```
12886
12974
 
12887
- _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/pvc/list.ts)_
12975
+ _See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/pvc/list.ts)_
12888
12976
 
12889
12977
  ## `codiac relay-version`
12890
12978
 
@@ -12901,7 +12989,7 @@ EXAMPLES
12901
12989
  $ codiac relay-version
12902
12990
  ```
12903
12991
 
12904
- _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/relay-version.ts)_
12992
+ _See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/relay-version.ts)_
12905
12993
 
12906
12994
  ## `codiac run`
12907
12995
 
@@ -12943,7 +13031,7 @@ DESCRIPTION
12943
13031
  Runs the latest build of the api container locally.
12944
13032
  ```
12945
13033
 
12946
- _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/run.ts)_
13034
+ _See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/run.ts)_
12947
13035
 
12948
13036
  ## `codiac secretStore`
12949
13037
 
@@ -13061,7 +13149,7 @@ EXAMPLES
13061
13149
  $ codiac secretStore capture --echo
13062
13150
  ```
13063
13151
 
13064
- _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/secretStore/capture.ts)_
13152
+ _See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/capture.ts)_
13065
13153
 
13066
13154
  ## `codiac secretStore forget`
13067
13155
 
@@ -13082,7 +13170,7 @@ DESCRIPTION
13082
13170
  Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
13083
13171
  ```
13084
13172
 
13085
- _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/secretStore/forget.ts)_
13173
+ _See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/forget.ts)_
13086
13174
 
13087
13175
  ## `codiac secretStore list`
13088
13176
 
@@ -13127,7 +13215,7 @@ EXAMPLES
13127
13215
  $ codiac secretStore list
13128
13216
  ```
13129
13217
 
13130
- _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/secretStore/list.ts)_
13218
+ _See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/secretStore/list.ts)_
13131
13219
 
13132
13220
  ## `codiac shell init`
13133
13221
 
@@ -13165,7 +13253,7 @@ EXAMPLES
13165
13253
  Invoke-Expression (codiac shell init --shell powershell)
13166
13254
  ```
13167
13255
 
13168
- _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/shell/init.ts)_
13256
+ _See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/shell/init.ts)_
13169
13257
 
13170
13258
  ## `codiac skill install`
13171
13259
 
@@ -13200,7 +13288,7 @@ EXAMPLES
13200
13288
  $ codiac skill install --force
13201
13289
  ```
13202
13290
 
13203
- _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/skill/install.ts)_
13291
+ _See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/install.ts)_
13204
13292
 
13205
13293
  ## `codiac skill path`
13206
13294
 
@@ -13223,7 +13311,7 @@ EXAMPLES
13223
13311
  $ codiac skill path
13224
13312
  ```
13225
13313
 
13226
- _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/skill/path.ts)_
13314
+ _See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/path.ts)_
13227
13315
 
13228
13316
  ## `codiac skill show`
13229
13317
 
@@ -13262,7 +13350,7 @@ EXAMPLES
13262
13350
  $ codiac skill show --list
13263
13351
  ```
13264
13352
 
13265
- _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/skill/show.ts)_
13353
+ _See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/skill/show.ts)_
13266
13354
 
13267
13355
  ## `codiac snapshot deploy`
13268
13356
 
@@ -13290,7 +13378,7 @@ DESCRIPTION
13290
13378
  Deploys all assets in a snapshot to a target cabinet.
13291
13379
  ```
13292
13380
 
13293
- _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/snapshot/deploy.ts)_
13381
+ _See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/deploy.ts)_
13294
13382
 
13295
13383
  ## `codiac snapshot list`
13296
13384
 
@@ -13339,7 +13427,7 @@ EXAMPLES
13339
13427
  $ codiac snapshot list -e myEnterprise --silent
13340
13428
  ```
13341
13429
 
13342
- _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/snapshot/list.ts)_
13430
+ _See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/list.ts)_
13343
13431
 
13344
13432
  ## `codiac snapshot tag`
13345
13433
 
@@ -13382,7 +13470,7 @@ EXAMPLES
13382
13470
  $ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
13383
13471
  ```
13384
13472
 
13385
- _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/snapshot/tag.ts)_
13473
+ _See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/tag.ts)_
13386
13474
 
13387
13475
  ## `codiac snapshot untag`
13388
13476
 
@@ -13425,7 +13513,7 @@ EXAMPLES
13425
13513
  $ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
13426
13514
  ```
13427
13515
 
13428
- _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/snapshot/untag.ts)_
13516
+ _See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/snapshot/untag.ts)_
13429
13517
 
13430
13518
  ## `codiac stage [FILES]`
13431
13519
 
@@ -13447,7 +13535,7 @@ DESCRIPTION
13447
13535
  Flags files to be included in the next commit.
13448
13536
  ```
13449
13537
 
13450
- _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/stage.ts)_
13538
+ _See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stage.ts)_
13451
13539
 
13452
13540
  ## `codiac stash [FILE]`
13453
13541
 
@@ -13469,7 +13557,7 @@ DESCRIPTION
13469
13557
  describe the command here
13470
13558
  ```
13471
13559
 
13472
- _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/stash.ts)_
13560
+ _See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stash.ts)_
13473
13561
 
13474
13562
  ## `codiac status`
13475
13563
 
@@ -13488,7 +13576,7 @@ DESCRIPTION
13488
13576
  Shows the current uncommitted changes in the current branch.
13489
13577
  ```
13490
13578
 
13491
- _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/status.ts)_
13579
+ _See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/status.ts)_
13492
13580
 
13493
13581
  ## `codiac stop`
13494
13582
 
@@ -13506,7 +13594,7 @@ DESCRIPTION
13506
13594
  Stops the running container for this project
13507
13595
  ```
13508
13596
 
13509
- _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/stop.ts)_
13597
+ _See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/stop.ts)_
13510
13598
 
13511
13599
  ## `codiac switch [NAME]`
13512
13600
 
@@ -13526,7 +13614,7 @@ DESCRIPTION
13526
13614
  Changes branch on the main project and any sourced dependencies.
13527
13615
  ```
13528
13616
 
13529
- _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/switch.ts)_
13617
+ _See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/switch.ts)_
13530
13618
 
13531
13619
  ## `codiac sync [NAME]`
13532
13620
 
@@ -13551,7 +13639,7 @@ DESCRIPTION
13551
13639
  Merges the given branch into the current branch.
13552
13640
  ```
13553
13641
 
13554
- _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/sync.ts)_
13642
+ _See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/sync.ts)_
13555
13643
 
13556
13644
  ## `codiac tenant create [NAME]`
13557
13645
 
@@ -13594,7 +13682,7 @@ EXAMPLES
13594
13682
  $ codiac tenant create -n 'Acme Corp' -c acme --to-script
13595
13683
  ```
13596
13684
 
13597
- _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/tenant/create.ts)_
13685
+ _See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/tenant/create.ts)_
13598
13686
 
13599
13687
  ## `codiac tenant switch [CODE]`
13600
13688
 
@@ -13634,7 +13722,7 @@ EXAMPLES
13634
13722
  $ codiac tenant switch my-tenant-code --to-script
13635
13723
  ```
13636
13724
 
13637
- _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/tenant/switch.ts)_
13725
+ _See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/tenant/switch.ts)_
13638
13726
 
13639
13727
  ## `codiac token [TOKENNAME]`
13640
13728
 
@@ -13756,7 +13844,7 @@ DESCRIPTION
13756
13844
  Flags files to be included in the next commit.
13757
13845
  ```
13758
13846
 
13759
- _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/unstage.ts)_
13847
+ _See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/unstage.ts)_
13760
13848
 
13761
13849
  ## `codiac update [CHANNEL]`
13762
13850
 
@@ -13943,7 +14031,7 @@ EXAMPLES
13943
14031
  $ codiac whereami --to-script
13944
14032
  ```
13945
14033
 
13946
- _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/whereami.ts)_
14034
+ _See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/whereami.ts)_
13947
14035
 
13948
14036
  ## `codiac whoami`
13949
14037
 
@@ -13985,5 +14073,5 @@ EXAMPLES
13985
14073
  $ codiac whoami --to-script
13986
14074
  ```
13987
14075
 
13988
- _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.263/src/commands/whoami.ts)_
14076
+ _See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.264/src/commands/whoami.ts)_
13989
14077
  <!-- commandsstop -->