@codiac.io/codiac-cli 1.3.254 → 1.3.255
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 +222 -170
- package/dist/commands/asset/create.js +5 -4
- package/dist/commands/asset/create.js.map +1 -1
- package/dist/commands/asset/edit.d.ts +9 -0
- package/dist/commands/asset/edit.js +38 -0
- package/dist/commands/asset/edit.js.map +1 -1
- package/dist/commands/imageRegistry/edit.d.ts +47 -0
- package/dist/commands/imageRegistry/edit.js +163 -0
- package/dist/commands/imageRegistry/edit.js.map +1 -0
- package/dist/uilogic/registry-resolver.d.ts +21 -0
- package/dist/uilogic/registry-resolver.js +42 -0
- package/dist/uilogic/registry-resolver.js.map +1 -0
- package/oclif.manifest.json +103 -1
- package/package.json +1 -1
- package/skill/references/cli-reference.md +1 -1
- package/skill/references/concepts.md +26 -3
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.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.255 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -383,6 +383,7 @@ USAGE
|
|
|
383
383
|
* [`codiac image version bump NAME`](#codiac-image-version-bump-name)
|
|
384
384
|
* [`codiac image version get NAME`](#codiac-image-version-get-name)
|
|
385
385
|
* [`codiac imageRegistry capture`](#codiac-imageregistry-capture)
|
|
386
|
+
* [`codiac imageRegistry edit`](#codiac-imageregistry-edit)
|
|
386
387
|
* [`codiac imageRegistry forget`](#codiac-imageregistry-forget)
|
|
387
388
|
* [`codiac imageRegistry list`](#codiac-imageregistry-list)
|
|
388
389
|
* [`codiac imageRegistry pullSecret set`](#codiac-imageregistry-pullsecret-set)
|
|
@@ -538,7 +539,7 @@ EXAMPLES
|
|
|
538
539
|
$ codiac ai agent install -e ben -t hermes -c dev --to-script
|
|
539
540
|
```
|
|
540
541
|
|
|
541
|
-
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
542
|
+
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/agent/install.ts)_
|
|
542
543
|
|
|
543
544
|
## `codiac ai model attach`
|
|
544
545
|
|
|
@@ -573,7 +574,7 @@ EXAMPLES
|
|
|
573
574
|
$ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
|
|
574
575
|
```
|
|
575
576
|
|
|
576
|
-
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
577
|
+
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/model/attach.ts)_
|
|
577
578
|
|
|
578
579
|
## `codiac ai model install`
|
|
579
580
|
|
|
@@ -645,7 +646,7 @@ EXAMPLES
|
|
|
645
646
|
$ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
|
|
646
647
|
```
|
|
647
648
|
|
|
648
|
-
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
649
|
+
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/model/install.ts)_
|
|
649
650
|
|
|
650
651
|
## `codiac ai model list`
|
|
651
652
|
|
|
@@ -701,7 +702,7 @@ EXAMPLES
|
|
|
701
702
|
$ codiac ai model list -e ben --silent
|
|
702
703
|
```
|
|
703
704
|
|
|
704
|
-
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
705
|
+
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/model/list.ts)_
|
|
705
706
|
|
|
706
707
|
## `codiac ai model ls`
|
|
707
708
|
|
|
@@ -825,7 +826,7 @@ EXAMPLES
|
|
|
825
826
|
$ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
|
|
826
827
|
```
|
|
827
828
|
|
|
828
|
-
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
829
|
+
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/model/uninstall.ts)_
|
|
829
830
|
|
|
830
831
|
## `codiac ai model view`
|
|
831
832
|
|
|
@@ -870,7 +871,7 @@ EXAMPLES
|
|
|
870
871
|
$ codiac ai model view -e ben -m qwen3-dev --silent
|
|
871
872
|
```
|
|
872
873
|
|
|
873
|
-
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
874
|
+
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/ai/model/view.ts)_
|
|
874
875
|
|
|
875
876
|
## `codiac asset create`
|
|
876
877
|
|
|
@@ -991,7 +992,7 @@ EXAMPLES
|
|
|
991
992
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
992
993
|
```
|
|
993
994
|
|
|
994
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
995
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/create.ts)_
|
|
995
996
|
|
|
996
997
|
## `codiac asset edit`
|
|
997
998
|
|
|
@@ -999,8 +1000,8 @@ Changes asset attributes.
|
|
|
999
1000
|
|
|
1000
1001
|
```
|
|
1001
1002
|
USAGE
|
|
1002
|
-
$ codiac asset edit [-e <value>] [-c <value>] [
|
|
1003
|
-
[--remove-deploy-condition | ] [--echo | --to-script | [--silent -n <value>]]
|
|
1003
|
+
$ codiac asset edit [-e <value>] [-c <value>] [-r <value>] [--deploy-condition-because <value>
|
|
1004
|
+
--deploy-condition <value>] [--remove-deploy-condition | ] [--echo | --to-script | [--silent -n <value>]]
|
|
1004
1005
|
|
|
1005
1006
|
FLAGS
|
|
1006
1007
|
-c, --code=<value> The host name to assign this asset in the domain url. eg: 'myasset' in
|
|
@@ -1010,6 +1011,10 @@ FLAGS
|
|
|
1010
1011
|
and cannot be modified; this flag is used only for identifying the asset.
|
|
1011
1012
|
-n, --name=<value> The name of the asset to edit. NOTE: The asset name is immutable and cannot be
|
|
1012
1013
|
modified; this flag is used only for identifying the asset.
|
|
1014
|
+
-r, --registry=<value> Re-point this asset at a different container registry, given by its Codiac
|
|
1015
|
+
registry CODE (run `cod imageRegistry list`; NOT the registry url). Re-resolves
|
|
1016
|
+
the asset's embedded registry reference — use this after correcting a registry url
|
|
1017
|
+
so the asset picks up the fix.
|
|
1013
1018
|
--deploy-condition=<value> JSONata expression evaluated at deploy time; when falsy the asset is skipped
|
|
1014
1019
|
rather than deployed (see https://jsonata.org for syntax). Uses the same
|
|
1015
1020
|
expression context as config conditions: cabinet, cluster, environment, and asset
|
|
@@ -1047,9 +1052,13 @@ EXAMPLES
|
|
|
1047
1052
|
Remove a deploy condition so the asset always deploys.
|
|
1048
1053
|
|
|
1049
1054
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
1055
|
+
|
|
1056
|
+
Re-point an asset at a corrected registry (by its Codiac code, not its url).
|
|
1057
|
+
|
|
1058
|
+
$ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
|
|
1050
1059
|
```
|
|
1051
1060
|
|
|
1052
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1061
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/edit.ts)_
|
|
1053
1062
|
|
|
1054
1063
|
## `codiac asset entrypoint`
|
|
1055
1064
|
|
|
@@ -1170,7 +1179,7 @@ EXAMPLES
|
|
|
1170
1179
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
1171
1180
|
```
|
|
1172
1181
|
|
|
1173
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1182
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/entrypoint/delete.ts)_
|
|
1174
1183
|
|
|
1175
1184
|
## `codiac asset entrypoint set`
|
|
1176
1185
|
|
|
@@ -1239,7 +1248,7 @@ EXAMPLES
|
|
|
1239
1248
|
--input=/backup/workflows'
|
|
1240
1249
|
```
|
|
1241
1250
|
|
|
1242
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1251
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/entrypoint/set.ts)_
|
|
1243
1252
|
|
|
1244
1253
|
## `codiac asset get [CMD]`
|
|
1245
1254
|
|
|
@@ -1347,7 +1356,7 @@ EXAMPLES
|
|
|
1347
1356
|
$ codiac asset list -e myEnterprise --to-script
|
|
1348
1357
|
```
|
|
1349
1358
|
|
|
1350
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1359
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/list.ts)_
|
|
1351
1360
|
|
|
1352
1361
|
## `codiac asset mon [CMD]`
|
|
1353
1362
|
|
|
@@ -1608,7 +1617,7 @@ EXAMPLES
|
|
|
1608
1617
|
$ codiac asset obliterate -e main -n my-api
|
|
1609
1618
|
```
|
|
1610
1619
|
|
|
1611
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1620
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/obliterate.ts)_
|
|
1612
1621
|
|
|
1613
1622
|
## `codiac asset probe create [CMD]`
|
|
1614
1623
|
|
|
@@ -1698,7 +1707,7 @@ EXAMPLES
|
|
|
1698
1707
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1699
1708
|
```
|
|
1700
1709
|
|
|
1701
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1710
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/probe/create.ts)_
|
|
1702
1711
|
|
|
1703
1712
|
## `codiac asset probe delete`
|
|
1704
1713
|
|
|
@@ -1753,7 +1762,7 @@ EXAMPLES
|
|
|
1753
1762
|
$ codiac asset probe delete
|
|
1754
1763
|
```
|
|
1755
1764
|
|
|
1756
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1765
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/probe/delete.ts)_
|
|
1757
1766
|
|
|
1758
1767
|
## `codiac asset probe list`
|
|
1759
1768
|
|
|
@@ -1805,7 +1814,7 @@ EXAMPLES
|
|
|
1805
1814
|
$ codiac asset probe list
|
|
1806
1815
|
```
|
|
1807
1816
|
|
|
1808
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1817
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/probe/list.ts)_
|
|
1809
1818
|
|
|
1810
1819
|
## `codiac asset recycle`
|
|
1811
1820
|
|
|
@@ -1845,7 +1854,7 @@ DESCRIPTION
|
|
|
1845
1854
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1846
1855
|
```
|
|
1847
1856
|
|
|
1848
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1857
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/recycle.ts)_
|
|
1849
1858
|
|
|
1850
1859
|
## `codiac asset undeploy`
|
|
1851
1860
|
|
|
@@ -1889,7 +1898,7 @@ EXAMPLES
|
|
|
1889
1898
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1890
1899
|
```
|
|
1891
1900
|
|
|
1892
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1901
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/undeploy.ts)_
|
|
1893
1902
|
|
|
1894
1903
|
## `codiac asset view [CMD]`
|
|
1895
1904
|
|
|
@@ -1945,7 +1954,7 @@ ALIASES
|
|
|
1945
1954
|
$ codiac asset get
|
|
1946
1955
|
```
|
|
1947
1956
|
|
|
1948
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1957
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/view.ts)_
|
|
1949
1958
|
|
|
1950
1959
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1951
1960
|
|
|
@@ -2216,7 +2225,7 @@ ALIASES
|
|
|
2216
2225
|
$ codiac asset volume add
|
|
2217
2226
|
```
|
|
2218
2227
|
|
|
2219
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2228
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/volume/create.ts)_
|
|
2220
2229
|
|
|
2221
2230
|
## `codiac asset volume del`
|
|
2222
2231
|
|
|
@@ -2304,7 +2313,7 @@ EXAMPLES
|
|
|
2304
2313
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
2305
2314
|
```
|
|
2306
2315
|
|
|
2307
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2316
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/volume/delete.ts)_
|
|
2308
2317
|
|
|
2309
2318
|
## `codiac asset volume list`
|
|
2310
2319
|
|
|
@@ -2353,7 +2362,7 @@ EXAMPLES
|
|
|
2353
2362
|
$ codiac asset volume list -e myEnterprise --silent
|
|
2354
2363
|
```
|
|
2355
2364
|
|
|
2356
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2365
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/volume/list.ts)_
|
|
2357
2366
|
|
|
2358
2367
|
## `codiac asset volumes del`
|
|
2359
2368
|
|
|
@@ -2520,7 +2529,7 @@ EXAMPLES
|
|
|
2520
2529
|
$ codiac asset where -e main -a my-api --silent
|
|
2521
2530
|
```
|
|
2522
2531
|
|
|
2523
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2532
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/asset/where.ts)_
|
|
2524
2533
|
|
|
2525
2534
|
## `codiac auth cab allow`
|
|
2526
2535
|
|
|
@@ -2682,7 +2691,7 @@ EXAMPLES
|
|
|
2682
2691
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2683
2692
|
```
|
|
2684
2693
|
|
|
2685
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2694
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/cabinet/allow.ts)_
|
|
2686
2695
|
|
|
2687
2696
|
## `codiac auth cabinet allowed`
|
|
2688
2697
|
|
|
@@ -2730,7 +2739,7 @@ EXAMPLES
|
|
|
2730
2739
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2731
2740
|
```
|
|
2732
2741
|
|
|
2733
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2742
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/cabinet/allowed.ts)_
|
|
2734
2743
|
|
|
2735
2744
|
## `codiac auth ent allow`
|
|
2736
2745
|
|
|
@@ -2921,7 +2930,7 @@ EXAMPLES
|
|
|
2921
2930
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2922
2931
|
```
|
|
2923
2932
|
|
|
2924
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2933
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/enterprise/allow.ts)_
|
|
2925
2934
|
|
|
2926
2935
|
## `codiac auth enterprise allow onEnvironments`
|
|
2927
2936
|
|
|
@@ -2975,7 +2984,7 @@ EXAMPLES
|
|
|
2975
2984
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2976
2985
|
```
|
|
2977
2986
|
|
|
2978
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2987
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2979
2988
|
|
|
2980
2989
|
## `codiac auth enterprise allowed`
|
|
2981
2990
|
|
|
@@ -3016,7 +3025,7 @@ EXAMPLES
|
|
|
3016
3025
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
3017
3026
|
```
|
|
3018
3027
|
|
|
3019
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3028
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/enterprise/allowed.ts)_
|
|
3020
3029
|
|
|
3021
3030
|
## `codiac auth env allowed`
|
|
3022
3031
|
|
|
@@ -3223,7 +3232,7 @@ EXAMPLES
|
|
|
3223
3232
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
3224
3233
|
```
|
|
3225
3234
|
|
|
3226
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3235
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/environment/allow.ts)_
|
|
3227
3236
|
|
|
3228
3237
|
## `codiac auth environment allow onCabinets`
|
|
3229
3238
|
|
|
@@ -3280,7 +3289,7 @@ EXAMPLES
|
|
|
3280
3289
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
3281
3290
|
```
|
|
3282
3291
|
|
|
3283
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3292
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
3284
3293
|
|
|
3285
3294
|
## `codiac auth environment allowed`
|
|
3286
3295
|
|
|
@@ -3325,7 +3334,7 @@ EXAMPLES
|
|
|
3325
3334
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
3326
3335
|
```
|
|
3327
3336
|
|
|
3328
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3337
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/environment/allowed.ts)_
|
|
3329
3338
|
|
|
3330
3339
|
## `codiac auth register`
|
|
3331
3340
|
|
|
@@ -3371,7 +3380,7 @@ EXAMPLES
|
|
|
3371
3380
|
$ codiac auth register
|
|
3372
3381
|
```
|
|
3373
3382
|
|
|
3374
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3383
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/register.ts)_
|
|
3375
3384
|
|
|
3376
3385
|
## `codiac auth role allowed [NAME]`
|
|
3377
3386
|
|
|
@@ -3418,7 +3427,7 @@ EXAMPLES
|
|
|
3418
3427
|
$ codiac auth role allowed -n deployer -e main
|
|
3419
3428
|
```
|
|
3420
3429
|
|
|
3421
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3430
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/allowed.ts)_
|
|
3422
3431
|
|
|
3423
3432
|
## `codiac auth role assign`
|
|
3424
3433
|
|
|
@@ -3450,7 +3459,7 @@ EXAMPLES
|
|
|
3450
3459
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3451
3460
|
```
|
|
3452
3461
|
|
|
3453
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3462
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/assign.ts)_
|
|
3454
3463
|
|
|
3455
3464
|
## `codiac auth role create [NAME]`
|
|
3456
3465
|
|
|
@@ -3483,7 +3492,7 @@ EXAMPLES
|
|
|
3483
3492
|
$ codiac auth role create -n deployer
|
|
3484
3493
|
```
|
|
3485
3494
|
|
|
3486
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3495
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/create.ts)_
|
|
3487
3496
|
|
|
3488
3497
|
## `codiac auth role delete [NAME]`
|
|
3489
3498
|
|
|
@@ -3519,7 +3528,7 @@ EXAMPLES
|
|
|
3519
3528
|
$ codiac auth role delete --id abc123def456
|
|
3520
3529
|
```
|
|
3521
3530
|
|
|
3522
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3531
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/delete.ts)_
|
|
3523
3532
|
|
|
3524
3533
|
## `codiac auth role list`
|
|
3525
3534
|
|
|
@@ -3555,7 +3564,7 @@ EXAMPLES
|
|
|
3555
3564
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3556
3565
|
```
|
|
3557
3566
|
|
|
3558
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3567
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/list.ts)_
|
|
3559
3568
|
|
|
3560
3569
|
## `codiac auth role unassign`
|
|
3561
3570
|
|
|
@@ -3587,7 +3596,7 @@ EXAMPLES
|
|
|
3587
3596
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3588
3597
|
```
|
|
3589
3598
|
|
|
3590
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3599
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/role/unassign.ts)_
|
|
3591
3600
|
|
|
3592
3601
|
## `codiac auth user invite`
|
|
3593
3602
|
|
|
@@ -3627,7 +3636,7 @@ EXAMPLES
|
|
|
3627
3636
|
$ codiac auth user invite
|
|
3628
3637
|
```
|
|
3629
3638
|
|
|
3630
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3639
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/user/invite.ts)_
|
|
3631
3640
|
|
|
3632
3641
|
## `codiac auth user list`
|
|
3633
3642
|
|
|
@@ -3663,7 +3672,7 @@ EXAMPLES
|
|
|
3663
3672
|
$ codiac auth user list -o yaml > users.yaml
|
|
3664
3673
|
```
|
|
3665
3674
|
|
|
3666
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3675
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/auth/user/list.ts)_
|
|
3667
3676
|
|
|
3668
3677
|
## `codiac autocomplete [SHELL]`
|
|
3669
3678
|
|
|
@@ -3713,7 +3722,7 @@ DESCRIPTION
|
|
|
3713
3722
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3714
3723
|
```
|
|
3715
3724
|
|
|
3716
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3725
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/branch.ts)_
|
|
3717
3726
|
|
|
3718
3727
|
## `codiac branch current`
|
|
3719
3728
|
|
|
@@ -3733,7 +3742,7 @@ ALIASES
|
|
|
3733
3742
|
$ codiac branches current
|
|
3734
3743
|
```
|
|
3735
3744
|
|
|
3736
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3745
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/branch/current.ts)_
|
|
3737
3746
|
|
|
3738
3747
|
## `codiac branch list`
|
|
3739
3748
|
|
|
@@ -3755,7 +3764,7 @@ ALIASES
|
|
|
3755
3764
|
$ codiac branches list
|
|
3756
3765
|
```
|
|
3757
3766
|
|
|
3758
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3767
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/branch/list.ts)_
|
|
3759
3768
|
|
|
3760
3769
|
## `codiac branches current`
|
|
3761
3770
|
|
|
@@ -3845,7 +3854,7 @@ DESCRIPTION
|
|
|
3845
3854
|
Builds the project and the docker container
|
|
3846
3855
|
```
|
|
3847
3856
|
|
|
3848
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3857
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/build.ts)_
|
|
3849
3858
|
|
|
3850
3859
|
## `codiac cab attach`
|
|
3851
3860
|
|
|
@@ -4594,7 +4603,7 @@ EXAMPLES
|
|
|
4594
4603
|
prod-cluster-1 --to-script
|
|
4595
4604
|
```
|
|
4596
4605
|
|
|
4597
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4606
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/cluster/attach.ts)_
|
|
4598
4607
|
|
|
4599
4608
|
## `codiac cabinet contents`
|
|
4600
4609
|
|
|
@@ -4638,7 +4647,7 @@ EXAMPLES
|
|
|
4638
4647
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4639
4648
|
```
|
|
4640
4649
|
|
|
4641
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4650
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/contents.ts)_
|
|
4642
4651
|
|
|
4643
4652
|
## `codiac cabinet create [CABINET]`
|
|
4644
4653
|
|
|
@@ -4705,7 +4714,7 @@ EXAMPLES
|
|
|
4705
4714
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4706
4715
|
```
|
|
4707
4716
|
|
|
4708
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4717
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/create.ts)_
|
|
4709
4718
|
|
|
4710
4719
|
## `codiac cabinet define [CABINET]`
|
|
4711
4720
|
|
|
@@ -4767,7 +4776,7 @@ EXAMPLES
|
|
|
4767
4776
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4768
4777
|
```
|
|
4769
4778
|
|
|
4770
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4779
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/define.ts)_
|
|
4771
4780
|
|
|
4772
4781
|
## `codiac cabinet destroy [CABINET]`
|
|
4773
4782
|
|
|
@@ -4825,7 +4834,7 @@ EXAMPLES
|
|
|
4825
4834
|
--environment dev --silent
|
|
4826
4835
|
```
|
|
4827
4836
|
|
|
4828
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4837
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/destroy.ts)_
|
|
4829
4838
|
|
|
4830
4839
|
## `codiac cabinet detach [CABINET]`
|
|
4831
4840
|
|
|
@@ -4882,7 +4891,7 @@ EXAMPLES
|
|
|
4882
4891
|
main --environment dev
|
|
4883
4892
|
```
|
|
4884
4893
|
|
|
4885
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4894
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/detach.ts)_
|
|
4886
4895
|
|
|
4887
4896
|
## `codiac cabinet forget [CABINET]`
|
|
4888
4897
|
|
|
@@ -4937,7 +4946,7 @@ EXAMPLES
|
|
|
4937
4946
|
$ codiac cabinet forget --to-script
|
|
4938
4947
|
```
|
|
4939
4948
|
|
|
4940
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4949
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/forget.ts)_
|
|
4941
4950
|
|
|
4942
4951
|
## `codiac cabinet list`
|
|
4943
4952
|
|
|
@@ -4988,7 +4997,7 @@ EXAMPLES
|
|
|
4988
4997
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4989
4998
|
```
|
|
4990
4999
|
|
|
4991
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5000
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/list.ts)_
|
|
4992
5001
|
|
|
4993
5002
|
## `codiac cabinet obliterate [CABINET]`
|
|
4994
5003
|
|
|
@@ -5030,7 +5039,7 @@ ALIASES
|
|
|
5030
5039
|
$ codiac infrx cab obliterate
|
|
5031
5040
|
```
|
|
5032
5041
|
|
|
5033
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5042
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/obliterate.ts)_
|
|
5034
5043
|
|
|
5035
5044
|
## `codiac cabinet restore`
|
|
5036
5045
|
|
|
@@ -5097,7 +5106,7 @@ EXAMPLES
|
|
|
5097
5106
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
5098
5107
|
```
|
|
5099
5108
|
|
|
5100
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5109
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cabinet/restore.ts)_
|
|
5101
5110
|
|
|
5102
5111
|
## `codiac cfg add`
|
|
5103
5112
|
|
|
@@ -5396,7 +5405,7 @@ DESCRIPTION
|
|
|
5396
5405
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5397
5406
|
```
|
|
5398
5407
|
|
|
5399
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5408
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cli.ts)_
|
|
5400
5409
|
|
|
5401
5410
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5402
5411
|
|
|
@@ -5464,7 +5473,7 @@ EXAMPLES
|
|
|
5464
5473
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5465
5474
|
```
|
|
5466
5475
|
|
|
5467
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5476
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/agent/configure.ts)_
|
|
5468
5477
|
|
|
5469
5478
|
## `codiac cluster agent install [CLUSTER]`
|
|
5470
5479
|
|
|
@@ -5520,7 +5529,7 @@ EXAMPLES
|
|
|
5520
5529
|
$ codiac cluster agent install my-cluster --to-script
|
|
5521
5530
|
```
|
|
5522
5531
|
|
|
5523
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5532
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/agent/install.ts)_
|
|
5524
5533
|
|
|
5525
5534
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5526
5535
|
|
|
@@ -5568,7 +5577,7 @@ EXAMPLES
|
|
|
5568
5577
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5569
5578
|
```
|
|
5570
5579
|
|
|
5571
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5580
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/agent/uninstall.ts)_
|
|
5572
5581
|
|
|
5573
5582
|
## `codiac cluster bootstrap [NAME]`
|
|
5574
5583
|
|
|
@@ -5631,7 +5640,7 @@ EXAMPLES
|
|
|
5631
5640
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5632
5641
|
```
|
|
5633
5642
|
|
|
5634
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5643
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/bootstrap.ts)_
|
|
5635
5644
|
|
|
5636
5645
|
## `codiac cluster capture`
|
|
5637
5646
|
|
|
@@ -5716,7 +5725,7 @@ EXAMPLES
|
|
|
5716
5725
|
$ codiac cluster connect my-fav-cluster
|
|
5717
5726
|
```
|
|
5718
5727
|
|
|
5719
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5728
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/connect.ts)_
|
|
5720
5729
|
|
|
5721
5730
|
## `codiac cluster contents`
|
|
5722
5731
|
|
|
@@ -6381,7 +6390,7 @@ EXAMPLES
|
|
|
6381
6390
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6382
6391
|
```
|
|
6383
6392
|
|
|
6384
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6393
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/install.ts)_
|
|
6385
6394
|
|
|
6386
6395
|
## `codiac cluster journal [CLUSTER]`
|
|
6387
6396
|
|
|
@@ -6670,7 +6679,7 @@ EXAMPLES
|
|
|
6670
6679
|
$ codiac cluster stack capture my-fav-cluster
|
|
6671
6680
|
```
|
|
6672
6681
|
|
|
6673
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6682
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/stack/capture.ts)_
|
|
6674
6683
|
|
|
6675
6684
|
## `codiac cluster stack install [CLUSTER]`
|
|
6676
6685
|
|
|
@@ -6722,7 +6731,7 @@ EXAMPLES
|
|
|
6722
6731
|
$ codiac cluster stack install my-cluster --to-script
|
|
6723
6732
|
```
|
|
6724
6733
|
|
|
6725
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6734
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/stack/install.ts)_
|
|
6726
6735
|
|
|
6727
6736
|
## `codiac cluster stack list`
|
|
6728
6737
|
|
|
@@ -6888,7 +6897,7 @@ EXAMPLES
|
|
|
6888
6897
|
$ codiac cluster start my-fav-cluster
|
|
6889
6898
|
```
|
|
6890
6899
|
|
|
6891
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6900
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/start.ts)_
|
|
6892
6901
|
|
|
6893
6902
|
## `codiac cluster stop [CLUSTER]`
|
|
6894
6903
|
|
|
@@ -6925,7 +6934,7 @@ EXAMPLES
|
|
|
6925
6934
|
$ codiac cluster start my-fav-cluster
|
|
6926
6935
|
```
|
|
6927
6936
|
|
|
6928
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6937
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/cluster/stop.ts)_
|
|
6929
6938
|
|
|
6930
6939
|
## `codiac cluster uninstall`
|
|
6931
6940
|
|
|
@@ -6987,7 +6996,7 @@ DESCRIPTION
|
|
|
6987
6996
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6988
6997
|
```
|
|
6989
6998
|
|
|
6990
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6999
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/commit.ts)_
|
|
6991
7000
|
|
|
6992
7001
|
## `codiac config add`
|
|
6993
7002
|
|
|
@@ -7139,7 +7148,7 @@ EXAMPLES
|
|
|
7139
7148
|
--value-type string
|
|
7140
7149
|
```
|
|
7141
7150
|
|
|
7142
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7151
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/add.ts)_
|
|
7143
7152
|
|
|
7144
7153
|
## `codiac config delete [SETTING]`
|
|
7145
7154
|
|
|
@@ -7208,7 +7217,7 @@ ALIASES
|
|
|
7208
7217
|
$ codiac cfg delete
|
|
7209
7218
|
```
|
|
7210
7219
|
|
|
7211
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7220
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/delete.ts)_
|
|
7212
7221
|
|
|
7213
7222
|
## `codiac config deploy`
|
|
7214
7223
|
|
|
@@ -7249,7 +7258,7 @@ EXAMPLES
|
|
|
7249
7258
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
7250
7259
|
```
|
|
7251
7260
|
|
|
7252
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7261
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/deploy.ts)_
|
|
7253
7262
|
|
|
7254
7263
|
## `codiac config import`
|
|
7255
7264
|
|
|
@@ -7310,7 +7319,7 @@ EXAMPLES
|
|
|
7310
7319
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
7311
7320
|
```
|
|
7312
7321
|
|
|
7313
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7322
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/import.ts)_
|
|
7314
7323
|
|
|
7315
7324
|
## `codiac config preview [SETTING]`
|
|
7316
7325
|
|
|
@@ -7593,7 +7602,7 @@ DESCRIPTION
|
|
|
7593
7602
|
Shows the list of clusters.
|
|
7594
7603
|
```
|
|
7595
7604
|
|
|
7596
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7605
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/settings/get.ts)_
|
|
7597
7606
|
|
|
7598
7607
|
## `codiac config view [SETTING]`
|
|
7599
7608
|
|
|
@@ -7658,7 +7667,7 @@ EXAMPLES
|
|
|
7658
7667
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7659
7668
|
```
|
|
7660
7669
|
|
|
7661
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7670
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/config/view.ts)_
|
|
7662
7671
|
|
|
7663
7672
|
## `codiac csp creds list`
|
|
7664
7673
|
|
|
@@ -7706,7 +7715,7 @@ EXAMPLES
|
|
|
7706
7715
|
$ codiac csp creds list
|
|
7707
7716
|
```
|
|
7708
7717
|
|
|
7709
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7718
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/csp/creds/list.ts)_
|
|
7710
7719
|
|
|
7711
7720
|
## `codiac csp login [PROVIDER]`
|
|
7712
7721
|
|
|
@@ -7784,7 +7793,7 @@ EXAMPLES
|
|
|
7784
7793
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7785
7794
|
```
|
|
7786
7795
|
|
|
7787
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7796
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/csp/login.ts)_
|
|
7788
7797
|
|
|
7789
7798
|
## `codiac csp logout [PROVIDER]`
|
|
7790
7799
|
|
|
@@ -7831,7 +7840,7 @@ EXAMPLES
|
|
|
7831
7840
|
$ codiac csp logout azure --to-script
|
|
7832
7841
|
```
|
|
7833
7842
|
|
|
7834
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7843
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/csp/logout.ts)_
|
|
7835
7844
|
|
|
7836
7845
|
## `codiac dep [NAME]`
|
|
7837
7846
|
|
|
@@ -7852,7 +7861,7 @@ DESCRIPTION
|
|
|
7852
7861
|
Installs a package into current project.
|
|
7853
7862
|
```
|
|
7854
7863
|
|
|
7855
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7864
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep.ts)_
|
|
7856
7865
|
|
|
7857
7866
|
## `codiac dep create [URL]`
|
|
7858
7867
|
|
|
@@ -7876,7 +7885,7 @@ DESCRIPTION
|
|
|
7876
7885
|
package version is used.
|
|
7877
7886
|
```
|
|
7878
7887
|
|
|
7879
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7888
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/create.ts)_
|
|
7880
7889
|
|
|
7881
7890
|
## `codiac dep install`
|
|
7882
7891
|
|
|
@@ -7893,7 +7902,7 @@ DESCRIPTION
|
|
|
7893
7902
|
installs any missing dependency packages into the local project folder.
|
|
7894
7903
|
```
|
|
7895
7904
|
|
|
7896
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7905
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/install.ts)_
|
|
7897
7906
|
|
|
7898
7907
|
## `codiac dep list`
|
|
7899
7908
|
|
|
@@ -7910,7 +7919,7 @@ DESCRIPTION
|
|
|
7910
7919
|
Shows the dependencies for the project.
|
|
7911
7920
|
```
|
|
7912
7921
|
|
|
7913
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7922
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/list.ts)_
|
|
7914
7923
|
|
|
7915
7924
|
## `codiac dep remove [NAME]`
|
|
7916
7925
|
|
|
@@ -7933,7 +7942,7 @@ DESCRIPTION
|
|
|
7933
7942
|
Removes a dependency from the project.
|
|
7934
7943
|
```
|
|
7935
7944
|
|
|
7936
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7945
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/remove.ts)_
|
|
7937
7946
|
|
|
7938
7947
|
## `codiac dep source [NAME]`
|
|
7939
7948
|
|
|
@@ -7959,7 +7968,7 @@ ALIASES
|
|
|
7959
7968
|
$ codiac dep src
|
|
7960
7969
|
```
|
|
7961
7970
|
|
|
7962
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7971
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/source.ts)_
|
|
7963
7972
|
|
|
7964
7973
|
## `codiac dep src [NAME]`
|
|
7965
7974
|
|
|
@@ -8003,7 +8012,7 @@ DESCRIPTION
|
|
|
8003
8012
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
8004
8013
|
```
|
|
8005
8014
|
|
|
8006
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8015
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/syncup.ts)_
|
|
8007
8016
|
|
|
8008
8017
|
## `codiac dep unsource [NAME]`
|
|
8009
8018
|
|
|
@@ -8031,7 +8040,7 @@ ALIASES
|
|
|
8031
8040
|
$ codiac dep unsrc
|
|
8032
8041
|
```
|
|
8033
8042
|
|
|
8034
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8043
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/unsource.ts)_
|
|
8035
8044
|
|
|
8036
8045
|
## `codiac dep unsrc [NAME]`
|
|
8037
8046
|
|
|
@@ -8078,7 +8087,7 @@ DESCRIPTION
|
|
|
8078
8087
|
describe the command here
|
|
8079
8088
|
```
|
|
8080
8089
|
|
|
8081
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8090
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/dep/upgrade.ts)_
|
|
8082
8091
|
|
|
8083
8092
|
## `codiac deploy`
|
|
8084
8093
|
|
|
@@ -8131,7 +8140,7 @@ EXAMPLES
|
|
|
8131
8140
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
8132
8141
|
```
|
|
8133
8142
|
|
|
8134
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8143
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/deploy.ts)_
|
|
8135
8144
|
|
|
8136
8145
|
## `codiac domain map [DOMAIN]`
|
|
8137
8146
|
|
|
@@ -8287,7 +8296,7 @@ EXAMPLES
|
|
|
8287
8296
|
cod enterprise create my-enterprise-code --silent
|
|
8288
8297
|
```
|
|
8289
8298
|
|
|
8290
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8299
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/enterprise/create.ts)_
|
|
8291
8300
|
|
|
8292
8301
|
## `codiac enterprise list`
|
|
8293
8302
|
|
|
@@ -8342,7 +8351,7 @@ EXAMPLES
|
|
|
8342
8351
|
$ codiac enterprise list --to-script
|
|
8343
8352
|
```
|
|
8344
8353
|
|
|
8345
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8354
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/enterprise/list.ts)_
|
|
8346
8355
|
|
|
8347
8356
|
## `codiac env add [SETTING]`
|
|
8348
8357
|
|
|
@@ -8392,7 +8401,7 @@ EXAMPLES
|
|
|
8392
8401
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8393
8402
|
```
|
|
8394
8403
|
|
|
8395
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8404
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/env/add.ts)_
|
|
8396
8405
|
|
|
8397
8406
|
## `codiac enviro cluster attach`
|
|
8398
8407
|
|
|
@@ -8695,7 +8704,7 @@ ALIASES
|
|
|
8695
8704
|
$ codiac infrx enviro cluster attach
|
|
8696
8705
|
```
|
|
8697
8706
|
|
|
8698
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8707
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/environment/cluster/attach.ts)_
|
|
8699
8708
|
|
|
8700
8709
|
## `codiac environment cluster detach`
|
|
8701
8710
|
|
|
@@ -8741,7 +8750,7 @@ ALIASES
|
|
|
8741
8750
|
$ codiac infrx enviro cluster detach
|
|
8742
8751
|
```
|
|
8743
8752
|
|
|
8744
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8753
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/environment/cluster/detach.ts)_
|
|
8745
8754
|
|
|
8746
8755
|
## `codiac environment create [NAME]`
|
|
8747
8756
|
|
|
@@ -8804,7 +8813,7 @@ EXAMPLES
|
|
|
8804
8813
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8805
8814
|
```
|
|
8806
8815
|
|
|
8807
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8816
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/environment/create.ts)_
|
|
8808
8817
|
|
|
8809
8818
|
## `codiac environment delete [NAME]`
|
|
8810
8819
|
|
|
@@ -8865,7 +8874,7 @@ EXAMPLES
|
|
|
8865
8874
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8866
8875
|
```
|
|
8867
8876
|
|
|
8868
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8877
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/environment/delete.ts)_
|
|
8869
8878
|
|
|
8870
8879
|
## `codiac environment list`
|
|
8871
8880
|
|
|
@@ -8916,7 +8925,7 @@ EXAMPLES
|
|
|
8916
8925
|
$ codiac environment list -e myEnterprise --silent
|
|
8917
8926
|
```
|
|
8918
8927
|
|
|
8919
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8928
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/environment/list.ts)_
|
|
8920
8929
|
|
|
8921
8930
|
## `codiac fileshare capture`
|
|
8922
8931
|
|
|
@@ -9000,7 +9009,7 @@ ALIASES
|
|
|
9000
9009
|
$ codiac fileshare capture
|
|
9001
9010
|
```
|
|
9002
9011
|
|
|
9003
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9012
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/filestore/capture.ts)_
|
|
9004
9013
|
|
|
9005
9014
|
## `codiac filestore forget`
|
|
9006
9015
|
|
|
@@ -9047,7 +9056,7 @@ EXAMPLES
|
|
|
9047
9056
|
$ codiac filestore forget
|
|
9048
9057
|
```
|
|
9049
9058
|
|
|
9050
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9059
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/filestore/forget.ts)_
|
|
9051
9060
|
|
|
9052
9061
|
## `codiac filestore list`
|
|
9053
9062
|
|
|
@@ -9093,7 +9102,7 @@ EXAMPLES
|
|
|
9093
9102
|
$ codiac filestore list
|
|
9094
9103
|
```
|
|
9095
9104
|
|
|
9096
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9105
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/filestore/list.ts)_
|
|
9097
9106
|
|
|
9098
9107
|
## `codiac help [COMMANDS]`
|
|
9099
9108
|
|
|
@@ -9179,7 +9188,7 @@ EXAMPLES
|
|
|
9179
9188
|
$ codiac host delete
|
|
9180
9189
|
```
|
|
9181
9190
|
|
|
9182
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9191
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/host/delete.ts)_
|
|
9183
9192
|
|
|
9184
9193
|
## `codiac host list [DOMAIN]`
|
|
9185
9194
|
|
|
@@ -9223,7 +9232,7 @@ EXAMPLES
|
|
|
9223
9232
|
$ codiac host list
|
|
9224
9233
|
```
|
|
9225
9234
|
|
|
9226
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9235
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/host/list.ts)_
|
|
9227
9236
|
|
|
9228
9237
|
## `codiac host map [DOMAIN]`
|
|
9229
9238
|
|
|
@@ -9277,7 +9286,7 @@ EXAMPLES
|
|
|
9277
9286
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
9278
9287
|
```
|
|
9279
9288
|
|
|
9280
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9289
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/host/map.ts)_
|
|
9281
9290
|
|
|
9282
9291
|
## `codiac host view [DOMAIN]`
|
|
9283
9292
|
|
|
@@ -9322,7 +9331,7 @@ EXAMPLES
|
|
|
9322
9331
|
$ codiac host view
|
|
9323
9332
|
```
|
|
9324
9333
|
|
|
9325
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9334
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/host/view.ts)_
|
|
9326
9335
|
|
|
9327
9336
|
## `codiac identify [TOKENNAME]`
|
|
9328
9337
|
|
|
@@ -9394,7 +9403,7 @@ ALIASES
|
|
|
9394
9403
|
$ codiac token
|
|
9395
9404
|
```
|
|
9396
9405
|
|
|
9397
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9406
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/identity.ts)_
|
|
9398
9407
|
|
|
9399
9408
|
## `codiac identity delete [NAME]`
|
|
9400
9409
|
|
|
@@ -9419,7 +9428,7 @@ ALIASES
|
|
|
9419
9428
|
$ codiac token remove
|
|
9420
9429
|
```
|
|
9421
9430
|
|
|
9422
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9431
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/identity/delete.ts)_
|
|
9423
9432
|
|
|
9424
9433
|
## `codiac identity list`
|
|
9425
9434
|
|
|
@@ -9441,7 +9450,7 @@ ALIASES
|
|
|
9441
9450
|
$ codiac token list
|
|
9442
9451
|
```
|
|
9443
9452
|
|
|
9444
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9453
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/identity/list.ts)_
|
|
9445
9454
|
|
|
9446
9455
|
## `codiac identity remove [NAME]`
|
|
9447
9456
|
|
|
@@ -9764,7 +9773,50 @@ DESCRIPTION
|
|
|
9764
9773
|
Saves a reference to an existing container registry.
|
|
9765
9774
|
```
|
|
9766
9775
|
|
|
9767
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9776
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/capture.ts)_
|
|
9777
|
+
|
|
9778
|
+
## `codiac imageRegistry edit`
|
|
9779
|
+
|
|
9780
|
+
Changes the mutable attributes (url, private/public) of an existing container registry reference. The code, provider, and type are immutable.
|
|
9781
|
+
|
|
9782
|
+
```
|
|
9783
|
+
USAGE
|
|
9784
|
+
$ codiac imageRegistry edit [-h] [-r <value>] [-u <value>] [--private] [--silent | --echo | --to-script]
|
|
9785
|
+
|
|
9786
|
+
FLAGS
|
|
9787
|
+
-h, --help Show CLI help.
|
|
9788
|
+
-r, --registry=<value> The Codiac code identifying the registry to edit (NOT its url). Run `cod imageRegistry list`
|
|
9789
|
+
to see codes.
|
|
9790
|
+
-u, --url=<value> The corrected container registry url.
|
|
9791
|
+
--echo Renders the equivalent non-interactive command for future use before executing.
|
|
9792
|
+
--[no-]private Whether pulling from this registry requires authentication. Pass --private or --no-private
|
|
9793
|
+
only to change it; omit to leave it unchanged.
|
|
9794
|
+
--silent Executes without any user interaction; fails on missing or invalid arguments.
|
|
9795
|
+
--to-script Renders the equivalent non-interactive command without executing it.
|
|
9796
|
+
|
|
9797
|
+
DESCRIPTION
|
|
9798
|
+
Changes the mutable attributes (url, private/public) of an existing container registry reference. The code, provider,
|
|
9799
|
+
and type are immutable.
|
|
9800
|
+
|
|
9801
|
+
EXAMPLES
|
|
9802
|
+
Edit a registry interactively (select it, then change its url).
|
|
9803
|
+
|
|
9804
|
+
$ codiac imageRegistry edit
|
|
9805
|
+
|
|
9806
|
+
Correct a registry's url (identified by its Codiac code, not its url).
|
|
9807
|
+
|
|
9808
|
+
$ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --silent
|
|
9809
|
+
|
|
9810
|
+
Flip a registry to public (no pull authentication).
|
|
9811
|
+
|
|
9812
|
+
$ codiac imageRegistry edit --registry 'Other|ghcr' --no-private --silent
|
|
9813
|
+
|
|
9814
|
+
Render the equivalent silent command without executing it.
|
|
9815
|
+
|
|
9816
|
+
$ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
|
|
9817
|
+
```
|
|
9818
|
+
|
|
9819
|
+
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/edit.ts)_
|
|
9768
9820
|
|
|
9769
9821
|
## `codiac imageRegistry forget`
|
|
9770
9822
|
|
|
@@ -9785,7 +9837,7 @@ DESCRIPTION
|
|
|
9785
9837
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9786
9838
|
```
|
|
9787
9839
|
|
|
9788
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9840
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/forget.ts)_
|
|
9789
9841
|
|
|
9790
9842
|
## `codiac imageRegistry list`
|
|
9791
9843
|
|
|
@@ -9827,7 +9879,7 @@ EXAMPLES
|
|
|
9827
9879
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9828
9880
|
```
|
|
9829
9881
|
|
|
9830
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9882
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/list.ts)_
|
|
9831
9883
|
|
|
9832
9884
|
## `codiac imageRegistry pullSecret set`
|
|
9833
9885
|
|
|
@@ -9863,7 +9915,7 @@ ALIASES
|
|
|
9863
9915
|
$ codiac pullsecret
|
|
9864
9916
|
```
|
|
9865
9917
|
|
|
9866
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9918
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9867
9919
|
|
|
9868
9920
|
## `codiac imageRegistry pullSecret unset`
|
|
9869
9921
|
|
|
@@ -9890,7 +9942,7 @@ ALIASES
|
|
|
9890
9942
|
$ codiac pullsecret unset
|
|
9891
9943
|
```
|
|
9892
9944
|
|
|
9893
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9945
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9894
9946
|
|
|
9895
9947
|
## `codiac images add [IMAGENAME]`
|
|
9896
9948
|
|
|
@@ -9951,7 +10003,7 @@ EXAMPLES
|
|
|
9951
10003
|
$ codiac images add your-company/your-image --to-script
|
|
9952
10004
|
```
|
|
9953
10005
|
|
|
9954
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10006
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/add.ts)_
|
|
9955
10007
|
|
|
9956
10008
|
## `codiac images list`
|
|
9957
10009
|
|
|
@@ -9974,7 +10026,7 @@ ALIASES
|
|
|
9974
10026
|
$ codiac img list
|
|
9975
10027
|
```
|
|
9976
10028
|
|
|
9977
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10029
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/list.ts)_
|
|
9978
10030
|
|
|
9979
10031
|
## `codiac images patch IMAGENAME`
|
|
9980
10032
|
|
|
@@ -10004,7 +10056,7 @@ ALIASES
|
|
|
10004
10056
|
$ codiac img patch
|
|
10005
10057
|
```
|
|
10006
10058
|
|
|
10007
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10059
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/patch.ts)_
|
|
10008
10060
|
|
|
10009
10061
|
## `codiac images remove IMAGENAME`
|
|
10010
10062
|
|
|
@@ -10030,7 +10082,7 @@ ALIASES
|
|
|
10030
10082
|
$ codiac img delete
|
|
10031
10083
|
```
|
|
10032
10084
|
|
|
10033
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10085
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/remove.ts)_
|
|
10034
10086
|
|
|
10035
10087
|
## `codiac images version NAME`
|
|
10036
10088
|
|
|
@@ -10056,7 +10108,7 @@ ALIASES
|
|
|
10056
10108
|
$ codiac img version get
|
|
10057
10109
|
```
|
|
10058
10110
|
|
|
10059
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10111
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/version.ts)_
|
|
10060
10112
|
|
|
10061
10113
|
## `codiac images version bump NAME`
|
|
10062
10114
|
|
|
@@ -10089,7 +10141,7 @@ ALIASES
|
|
|
10089
10141
|
$ codiac img version bump
|
|
10090
10142
|
```
|
|
10091
10143
|
|
|
10092
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10144
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/images/version/bump.ts)_
|
|
10093
10145
|
|
|
10094
10146
|
## `codiac img [IMAGENAME]`
|
|
10095
10147
|
|
|
@@ -10405,7 +10457,7 @@ EXAMPLES
|
|
|
10405
10457
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
10406
10458
|
```
|
|
10407
10459
|
|
|
10408
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10460
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/import/cluster.ts)_
|
|
10409
10461
|
|
|
10410
10462
|
## `codiac infrx cab create [CABINET]`
|
|
10411
10463
|
|
|
@@ -11250,7 +11302,7 @@ DESCRIPTION
|
|
|
11250
11302
|
Declares the given folder as a project root
|
|
11251
11303
|
```
|
|
11252
11304
|
|
|
11253
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11305
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/init.ts)_
|
|
11254
11306
|
|
|
11255
11307
|
## `codiac kit create`
|
|
11256
11308
|
|
|
@@ -11293,7 +11345,7 @@ EXAMPLES
|
|
|
11293
11345
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
11294
11346
|
```
|
|
11295
11347
|
|
|
11296
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11348
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/kit/create.ts)_
|
|
11297
11349
|
|
|
11298
11350
|
## `codiac login`
|
|
11299
11351
|
|
|
@@ -11352,7 +11404,7 @@ EXAMPLES
|
|
|
11352
11404
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
11353
11405
|
```
|
|
11354
11406
|
|
|
11355
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11407
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/login.ts)_
|
|
11356
11408
|
|
|
11357
11409
|
## `codiac logout`
|
|
11358
11410
|
|
|
@@ -11385,7 +11437,7 @@ EXAMPLES
|
|
|
11385
11437
|
$ codiac logout --to-script
|
|
11386
11438
|
```
|
|
11387
11439
|
|
|
11388
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11440
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/logout.ts)_
|
|
11389
11441
|
|
|
11390
11442
|
## `codiac merge [BRANCH]`
|
|
11391
11443
|
|
|
@@ -11406,7 +11458,7 @@ DESCRIPTION
|
|
|
11406
11458
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11407
11459
|
```
|
|
11408
11460
|
|
|
11409
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11461
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/merge.ts)_
|
|
11410
11462
|
|
|
11411
11463
|
## `codiac noc cluster capture`
|
|
11412
11464
|
|
|
@@ -11458,7 +11510,7 @@ EXAMPLES
|
|
|
11458
11510
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11459
11511
|
```
|
|
11460
11512
|
|
|
11461
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11513
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/capture.ts)_
|
|
11462
11514
|
|
|
11463
11515
|
## `codiac noc cluster create [NAME]`
|
|
11464
11516
|
|
|
@@ -11548,7 +11600,7 @@ FLAG DESCRIPTIONS
|
|
|
11548
11600
|
initialization is always skipped in that mode.
|
|
11549
11601
|
```
|
|
11550
11602
|
|
|
11551
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11603
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/create.ts)_
|
|
11552
11604
|
|
|
11553
11605
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11554
11606
|
|
|
@@ -11603,7 +11655,7 @@ EXAMPLES
|
|
|
11603
11655
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11604
11656
|
```
|
|
11605
11657
|
|
|
11606
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11658
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/credentials-set.ts)_
|
|
11607
11659
|
|
|
11608
11660
|
## `codiac noc cluster define [NAME]`
|
|
11609
11661
|
|
|
@@ -11677,7 +11729,7 @@ EXAMPLES
|
|
|
11677
11729
|
$ codiac noc cluster define my-cluster --to-script
|
|
11678
11730
|
```
|
|
11679
11731
|
|
|
11680
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11732
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/define.ts)_
|
|
11681
11733
|
|
|
11682
11734
|
## `codiac noc cluster deinit`
|
|
11683
11735
|
|
|
@@ -11717,7 +11769,7 @@ EXAMPLES
|
|
|
11717
11769
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11718
11770
|
```
|
|
11719
11771
|
|
|
11720
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11772
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/deinit.ts)_
|
|
11721
11773
|
|
|
11722
11774
|
## `codiac noc cluster destroy [NAME]`
|
|
11723
11775
|
|
|
@@ -11751,7 +11803,7 @@ ALIASES
|
|
|
11751
11803
|
$ codiac cluster destroy
|
|
11752
11804
|
```
|
|
11753
11805
|
|
|
11754
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11806
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/destroy.ts)_
|
|
11755
11807
|
|
|
11756
11808
|
## `codiac noc cluster forget`
|
|
11757
11809
|
|
|
@@ -11802,7 +11854,7 @@ EXAMPLES
|
|
|
11802
11854
|
$ codiac noc cluster forget --running
|
|
11803
11855
|
```
|
|
11804
11856
|
|
|
11805
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11857
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/forget.ts)_
|
|
11806
11858
|
|
|
11807
11859
|
## `codiac noc cluster grant`
|
|
11808
11860
|
|
|
@@ -11840,7 +11892,7 @@ EXAMPLES
|
|
|
11840
11892
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11841
11893
|
```
|
|
11842
11894
|
|
|
11843
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11895
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/grant.ts)_
|
|
11844
11896
|
|
|
11845
11897
|
## `codiac noc cluster init`
|
|
11846
11898
|
|
|
@@ -11886,7 +11938,7 @@ EXAMPLES
|
|
|
11886
11938
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11887
11939
|
```
|
|
11888
11940
|
|
|
11889
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11941
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/init.ts)_
|
|
11890
11942
|
|
|
11891
11943
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11892
11944
|
|
|
@@ -11935,7 +11987,7 @@ EXAMPLES
|
|
|
11935
11987
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11936
11988
|
```
|
|
11937
11989
|
|
|
11938
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11990
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/journal.ts)_
|
|
11939
11991
|
|
|
11940
11992
|
## `codiac noc cluster list`
|
|
11941
11993
|
|
|
@@ -11996,7 +12048,7 @@ EXAMPLES
|
|
|
11996
12048
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11997
12049
|
```
|
|
11998
12050
|
|
|
11999
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12051
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/list.ts)_
|
|
12000
12052
|
|
|
12001
12053
|
## `codiac noc cluster restore [NAME]`
|
|
12002
12054
|
|
|
@@ -12056,7 +12108,7 @@ EXAMPLES
|
|
|
12056
12108
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
12057
12109
|
```
|
|
12058
12110
|
|
|
12059
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12111
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/noc/cluster/restore.ts)_
|
|
12060
12112
|
|
|
12061
12113
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
12062
12114
|
|
|
@@ -12090,7 +12142,7 @@ DESCRIPTION
|
|
|
12090
12142
|
Configures a package to be built and published by the project.
|
|
12091
12143
|
```
|
|
12092
12144
|
|
|
12093
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12145
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pkg/add.ts)_
|
|
12094
12146
|
|
|
12095
12147
|
## `codiac pkg delete [PACKAGENAME]`
|
|
12096
12148
|
|
|
@@ -12128,7 +12180,7 @@ DESCRIPTION
|
|
|
12128
12180
|
Renders the list of packages that are configured as project exports.
|
|
12129
12181
|
```
|
|
12130
12182
|
|
|
12131
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12183
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pkg/list.ts)_
|
|
12132
12184
|
|
|
12133
12185
|
## `codiac pkg patch PACKAGENAME`
|
|
12134
12186
|
|
|
@@ -12154,7 +12206,7 @@ DESCRIPTION
|
|
|
12154
12206
|
registryUrl and/or environment.
|
|
12155
12207
|
```
|
|
12156
12208
|
|
|
12157
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12209
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pkg/patch.ts)_
|
|
12158
12210
|
|
|
12159
12211
|
## `codiac pkg remove [PACKAGENAME]`
|
|
12160
12212
|
|
|
@@ -12177,7 +12229,7 @@ ALIASES
|
|
|
12177
12229
|
$ codiac pkg delete
|
|
12178
12230
|
```
|
|
12179
12231
|
|
|
12180
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12232
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pkg/remove.ts)_
|
|
12181
12233
|
|
|
12182
12234
|
## `codiac portal`
|
|
12183
12235
|
|
|
@@ -12210,7 +12262,7 @@ EXAMPLES
|
|
|
12210
12262
|
$ codiac portal --to-script
|
|
12211
12263
|
```
|
|
12212
12264
|
|
|
12213
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12265
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/portal.ts)_
|
|
12214
12266
|
|
|
12215
12267
|
## `codiac probe create [CMD]`
|
|
12216
12268
|
|
|
@@ -12331,7 +12383,7 @@ DESCRIPTION
|
|
|
12331
12383
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
12332
12384
|
```
|
|
12333
12385
|
|
|
12334
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12386
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/publish.ts)_
|
|
12335
12387
|
|
|
12336
12388
|
## `codiac pull [NAME]`
|
|
12337
12389
|
|
|
@@ -12355,7 +12407,7 @@ DESCRIPTION
|
|
|
12355
12407
|
Pulls all commits from upstream to local.
|
|
12356
12408
|
```
|
|
12357
12409
|
|
|
12358
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12410
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pull.ts)_
|
|
12359
12411
|
|
|
12360
12412
|
## `codiac pullsecret`
|
|
12361
12413
|
|
|
@@ -12438,7 +12490,7 @@ DESCRIPTION
|
|
|
12438
12490
|
Pushes all local commits upstream.
|
|
12439
12491
|
```
|
|
12440
12492
|
|
|
12441
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12493
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/push.ts)_
|
|
12442
12494
|
|
|
12443
12495
|
## `codiac pvc create`
|
|
12444
12496
|
|
|
@@ -12522,7 +12574,7 @@ EXAMPLES
|
|
|
12522
12574
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12523
12575
|
```
|
|
12524
12576
|
|
|
12525
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12577
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pvc/create.ts)_
|
|
12526
12578
|
|
|
12527
12579
|
## `codiac pvc delete`
|
|
12528
12580
|
|
|
@@ -12569,7 +12621,7 @@ EXAMPLES
|
|
|
12569
12621
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12570
12622
|
```
|
|
12571
12623
|
|
|
12572
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12624
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pvc/delete.ts)_
|
|
12573
12625
|
|
|
12574
12626
|
## `codiac pvc get`
|
|
12575
12627
|
|
|
@@ -12610,7 +12662,7 @@ EXAMPLES
|
|
|
12610
12662
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12611
12663
|
```
|
|
12612
12664
|
|
|
12613
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12665
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pvc/get.ts)_
|
|
12614
12666
|
|
|
12615
12667
|
## `codiac pvc list`
|
|
12616
12668
|
|
|
@@ -12653,7 +12705,7 @@ EXAMPLES
|
|
|
12653
12705
|
$ codiac pvc list -o yaml
|
|
12654
12706
|
```
|
|
12655
12707
|
|
|
12656
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12708
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/pvc/list.ts)_
|
|
12657
12709
|
|
|
12658
12710
|
## `codiac relay-version`
|
|
12659
12711
|
|
|
@@ -12670,7 +12722,7 @@ EXAMPLES
|
|
|
12670
12722
|
$ codiac relay-version
|
|
12671
12723
|
```
|
|
12672
12724
|
|
|
12673
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12725
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/relay-version.ts)_
|
|
12674
12726
|
|
|
12675
12727
|
## `codiac run`
|
|
12676
12728
|
|
|
@@ -12712,7 +12764,7 @@ DESCRIPTION
|
|
|
12712
12764
|
Runs the latest build of the api container locally.
|
|
12713
12765
|
```
|
|
12714
12766
|
|
|
12715
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12767
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/run.ts)_
|
|
12716
12768
|
|
|
12717
12769
|
## `codiac secretStore`
|
|
12718
12770
|
|
|
@@ -12830,7 +12882,7 @@ EXAMPLES
|
|
|
12830
12882
|
$ codiac secretStore capture --echo
|
|
12831
12883
|
```
|
|
12832
12884
|
|
|
12833
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12885
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/secretStore/capture.ts)_
|
|
12834
12886
|
|
|
12835
12887
|
## `codiac secretStore forget`
|
|
12836
12888
|
|
|
@@ -12851,7 +12903,7 @@ DESCRIPTION
|
|
|
12851
12903
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12852
12904
|
```
|
|
12853
12905
|
|
|
12854
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12906
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/secretStore/forget.ts)_
|
|
12855
12907
|
|
|
12856
12908
|
## `codiac secretStore list`
|
|
12857
12909
|
|
|
@@ -12896,7 +12948,7 @@ EXAMPLES
|
|
|
12896
12948
|
$ codiac secretStore list
|
|
12897
12949
|
```
|
|
12898
12950
|
|
|
12899
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12951
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/secretStore/list.ts)_
|
|
12900
12952
|
|
|
12901
12953
|
## `codiac shell init`
|
|
12902
12954
|
|
|
@@ -12934,7 +12986,7 @@ EXAMPLES
|
|
|
12934
12986
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12935
12987
|
```
|
|
12936
12988
|
|
|
12937
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12989
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/shell/init.ts)_
|
|
12938
12990
|
|
|
12939
12991
|
## `codiac skill install`
|
|
12940
12992
|
|
|
@@ -12969,7 +13021,7 @@ EXAMPLES
|
|
|
12969
13021
|
$ codiac skill install --force
|
|
12970
13022
|
```
|
|
12971
13023
|
|
|
12972
|
-
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13024
|
+
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/skill/install.ts)_
|
|
12973
13025
|
|
|
12974
13026
|
## `codiac skill path`
|
|
12975
13027
|
|
|
@@ -12992,7 +13044,7 @@ EXAMPLES
|
|
|
12992
13044
|
$ codiac skill path
|
|
12993
13045
|
```
|
|
12994
13046
|
|
|
12995
|
-
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13047
|
+
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/skill/path.ts)_
|
|
12996
13048
|
|
|
12997
13049
|
## `codiac skill show`
|
|
12998
13050
|
|
|
@@ -13031,7 +13083,7 @@ EXAMPLES
|
|
|
13031
13083
|
$ codiac skill show --list
|
|
13032
13084
|
```
|
|
13033
13085
|
|
|
13034
|
-
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13086
|
+
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/skill/show.ts)_
|
|
13035
13087
|
|
|
13036
13088
|
## `codiac snapshot deploy`
|
|
13037
13089
|
|
|
@@ -13059,7 +13111,7 @@ DESCRIPTION
|
|
|
13059
13111
|
Deploys all assets in a snapshot to a target cabinet.
|
|
13060
13112
|
```
|
|
13061
13113
|
|
|
13062
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13114
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/snapshot/deploy.ts)_
|
|
13063
13115
|
|
|
13064
13116
|
## `codiac snapshot list`
|
|
13065
13117
|
|
|
@@ -13108,7 +13160,7 @@ EXAMPLES
|
|
|
13108
13160
|
$ codiac snapshot list -e myEnterprise --silent
|
|
13109
13161
|
```
|
|
13110
13162
|
|
|
13111
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13163
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/snapshot/list.ts)_
|
|
13112
13164
|
|
|
13113
13165
|
## `codiac snapshot tag`
|
|
13114
13166
|
|
|
@@ -13151,7 +13203,7 @@ EXAMPLES
|
|
|
13151
13203
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13152
13204
|
```
|
|
13153
13205
|
|
|
13154
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13206
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/snapshot/tag.ts)_
|
|
13155
13207
|
|
|
13156
13208
|
## `codiac snapshot untag`
|
|
13157
13209
|
|
|
@@ -13194,7 +13246,7 @@ EXAMPLES
|
|
|
13194
13246
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13195
13247
|
```
|
|
13196
13248
|
|
|
13197
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13249
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/snapshot/untag.ts)_
|
|
13198
13250
|
|
|
13199
13251
|
## `codiac stage [FILES]`
|
|
13200
13252
|
|
|
@@ -13216,7 +13268,7 @@ DESCRIPTION
|
|
|
13216
13268
|
Flags files to be included in the next commit.
|
|
13217
13269
|
```
|
|
13218
13270
|
|
|
13219
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13271
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/stage.ts)_
|
|
13220
13272
|
|
|
13221
13273
|
## `codiac stash [FILE]`
|
|
13222
13274
|
|
|
@@ -13238,7 +13290,7 @@ DESCRIPTION
|
|
|
13238
13290
|
describe the command here
|
|
13239
13291
|
```
|
|
13240
13292
|
|
|
13241
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13293
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/stash.ts)_
|
|
13242
13294
|
|
|
13243
13295
|
## `codiac status`
|
|
13244
13296
|
|
|
@@ -13257,7 +13309,7 @@ DESCRIPTION
|
|
|
13257
13309
|
Shows the current uncommitted changes in the current branch.
|
|
13258
13310
|
```
|
|
13259
13311
|
|
|
13260
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13312
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/status.ts)_
|
|
13261
13313
|
|
|
13262
13314
|
## `codiac stop`
|
|
13263
13315
|
|
|
@@ -13275,7 +13327,7 @@ DESCRIPTION
|
|
|
13275
13327
|
Stops the running container for this project
|
|
13276
13328
|
```
|
|
13277
13329
|
|
|
13278
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13330
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/stop.ts)_
|
|
13279
13331
|
|
|
13280
13332
|
## `codiac switch [NAME]`
|
|
13281
13333
|
|
|
@@ -13295,7 +13347,7 @@ DESCRIPTION
|
|
|
13295
13347
|
Changes branch on the main project and any sourced dependencies.
|
|
13296
13348
|
```
|
|
13297
13349
|
|
|
13298
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13350
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/switch.ts)_
|
|
13299
13351
|
|
|
13300
13352
|
## `codiac sync [NAME]`
|
|
13301
13353
|
|
|
@@ -13320,7 +13372,7 @@ DESCRIPTION
|
|
|
13320
13372
|
Merges the given branch into the current branch.
|
|
13321
13373
|
```
|
|
13322
13374
|
|
|
13323
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13375
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/sync.ts)_
|
|
13324
13376
|
|
|
13325
13377
|
## `codiac tenant create [NAME]`
|
|
13326
13378
|
|
|
@@ -13363,7 +13415,7 @@ EXAMPLES
|
|
|
13363
13415
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
13364
13416
|
```
|
|
13365
13417
|
|
|
13366
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13418
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/tenant/create.ts)_
|
|
13367
13419
|
|
|
13368
13420
|
## `codiac tenant switch [CODE]`
|
|
13369
13421
|
|
|
@@ -13403,7 +13455,7 @@ EXAMPLES
|
|
|
13403
13455
|
$ codiac tenant switch my-tenant-code --to-script
|
|
13404
13456
|
```
|
|
13405
13457
|
|
|
13406
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13458
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/tenant/switch.ts)_
|
|
13407
13459
|
|
|
13408
13460
|
## `codiac token [TOKENNAME]`
|
|
13409
13461
|
|
|
@@ -13525,7 +13577,7 @@ DESCRIPTION
|
|
|
13525
13577
|
Flags files to be included in the next commit.
|
|
13526
13578
|
```
|
|
13527
13579
|
|
|
13528
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13580
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/unstage.ts)_
|
|
13529
13581
|
|
|
13530
13582
|
## `codiac update [CHANNEL]`
|
|
13531
13583
|
|
|
@@ -13712,7 +13764,7 @@ EXAMPLES
|
|
|
13712
13764
|
$ codiac whereami --to-script
|
|
13713
13765
|
```
|
|
13714
13766
|
|
|
13715
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13767
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/whereami.ts)_
|
|
13716
13768
|
|
|
13717
13769
|
## `codiac whoami`
|
|
13718
13770
|
|
|
@@ -13754,5 +13806,5 @@ EXAMPLES
|
|
|
13754
13806
|
$ codiac whoami --to-script
|
|
13755
13807
|
```
|
|
13756
13808
|
|
|
13757
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13809
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.255/src/commands/whoami.ts)_
|
|
13758
13810
|
<!-- commandsstop -->
|