@codiac.io/codiac-cli 1.3.255 → 1.3.257
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 +169 -169
- package/dist/command-base-enterprise.d.ts +10 -2
- package/dist/command-base-enterprise.js +31 -2
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/command-base-exec.js +22 -1
- package/dist/command-base-exec.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.257 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -539,7 +539,7 @@ EXAMPLES
|
|
|
539
539
|
$ codiac ai agent install -e ben -t hermes -c dev --to-script
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
542
|
+
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/agent/install.ts)_
|
|
543
543
|
|
|
544
544
|
## `codiac ai model attach`
|
|
545
545
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
$ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
577
|
+
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/model/attach.ts)_
|
|
578
578
|
|
|
579
579
|
## `codiac ai model install`
|
|
580
580
|
|
|
@@ -646,7 +646,7 @@ EXAMPLES
|
|
|
646
646
|
$ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
649
|
+
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/model/install.ts)_
|
|
650
650
|
|
|
651
651
|
## `codiac ai model list`
|
|
652
652
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ codiac ai model list -e ben --silent
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
705
|
+
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/model/list.ts)_
|
|
706
706
|
|
|
707
707
|
## `codiac ai model ls`
|
|
708
708
|
|
|
@@ -826,7 +826,7 @@ EXAMPLES
|
|
|
826
826
|
$ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
|
|
827
827
|
```
|
|
828
828
|
|
|
829
|
-
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
829
|
+
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/model/uninstall.ts)_
|
|
830
830
|
|
|
831
831
|
## `codiac ai model view`
|
|
832
832
|
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ codiac ai model view -e ben -m qwen3-dev --silent
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
874
|
+
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/ai/model/view.ts)_
|
|
875
875
|
|
|
876
876
|
## `codiac asset create`
|
|
877
877
|
|
|
@@ -992,7 +992,7 @@ EXAMPLES
|
|
|
992
992
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
993
993
|
```
|
|
994
994
|
|
|
995
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
995
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/create.ts)_
|
|
996
996
|
|
|
997
997
|
## `codiac asset edit`
|
|
998
998
|
|
|
@@ -1058,7 +1058,7 @@ EXAMPLES
|
|
|
1058
1058
|
$ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
|
|
1059
1059
|
```
|
|
1060
1060
|
|
|
1061
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1061
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/edit.ts)_
|
|
1062
1062
|
|
|
1063
1063
|
## `codiac asset entrypoint`
|
|
1064
1064
|
|
|
@@ -1179,7 +1179,7 @@ EXAMPLES
|
|
|
1179
1179
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
1180
1180
|
```
|
|
1181
1181
|
|
|
1182
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1182
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/entrypoint/delete.ts)_
|
|
1183
1183
|
|
|
1184
1184
|
## `codiac asset entrypoint set`
|
|
1185
1185
|
|
|
@@ -1248,7 +1248,7 @@ EXAMPLES
|
|
|
1248
1248
|
--input=/backup/workflows'
|
|
1249
1249
|
```
|
|
1250
1250
|
|
|
1251
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1251
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/entrypoint/set.ts)_
|
|
1252
1252
|
|
|
1253
1253
|
## `codiac asset get [CMD]`
|
|
1254
1254
|
|
|
@@ -1356,7 +1356,7 @@ EXAMPLES
|
|
|
1356
1356
|
$ codiac asset list -e myEnterprise --to-script
|
|
1357
1357
|
```
|
|
1358
1358
|
|
|
1359
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1359
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/list.ts)_
|
|
1360
1360
|
|
|
1361
1361
|
## `codiac asset mon [CMD]`
|
|
1362
1362
|
|
|
@@ -1617,7 +1617,7 @@ EXAMPLES
|
|
|
1617
1617
|
$ codiac asset obliterate -e main -n my-api
|
|
1618
1618
|
```
|
|
1619
1619
|
|
|
1620
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1620
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/obliterate.ts)_
|
|
1621
1621
|
|
|
1622
1622
|
## `codiac asset probe create [CMD]`
|
|
1623
1623
|
|
|
@@ -1707,7 +1707,7 @@ EXAMPLES
|
|
|
1707
1707
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1708
1708
|
```
|
|
1709
1709
|
|
|
1710
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1710
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/probe/create.ts)_
|
|
1711
1711
|
|
|
1712
1712
|
## `codiac asset probe delete`
|
|
1713
1713
|
|
|
@@ -1762,7 +1762,7 @@ EXAMPLES
|
|
|
1762
1762
|
$ codiac asset probe delete
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1765
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/probe/delete.ts)_
|
|
1766
1766
|
|
|
1767
1767
|
## `codiac asset probe list`
|
|
1768
1768
|
|
|
@@ -1814,7 +1814,7 @@ EXAMPLES
|
|
|
1814
1814
|
$ codiac asset probe list
|
|
1815
1815
|
```
|
|
1816
1816
|
|
|
1817
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1817
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/probe/list.ts)_
|
|
1818
1818
|
|
|
1819
1819
|
## `codiac asset recycle`
|
|
1820
1820
|
|
|
@@ -1854,7 +1854,7 @@ DESCRIPTION
|
|
|
1854
1854
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1855
1855
|
```
|
|
1856
1856
|
|
|
1857
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1857
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/recycle.ts)_
|
|
1858
1858
|
|
|
1859
1859
|
## `codiac asset undeploy`
|
|
1860
1860
|
|
|
@@ -1898,7 +1898,7 @@ EXAMPLES
|
|
|
1898
1898
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1899
1899
|
```
|
|
1900
1900
|
|
|
1901
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1901
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/undeploy.ts)_
|
|
1902
1902
|
|
|
1903
1903
|
## `codiac asset view [CMD]`
|
|
1904
1904
|
|
|
@@ -1954,7 +1954,7 @@ ALIASES
|
|
|
1954
1954
|
$ codiac asset get
|
|
1955
1955
|
```
|
|
1956
1956
|
|
|
1957
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1957
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/view.ts)_
|
|
1958
1958
|
|
|
1959
1959
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1960
1960
|
|
|
@@ -2225,7 +2225,7 @@ ALIASES
|
|
|
2225
2225
|
$ codiac asset volume add
|
|
2226
2226
|
```
|
|
2227
2227
|
|
|
2228
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2228
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/volume/create.ts)_
|
|
2229
2229
|
|
|
2230
2230
|
## `codiac asset volume del`
|
|
2231
2231
|
|
|
@@ -2313,7 +2313,7 @@ EXAMPLES
|
|
|
2313
2313
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
2314
2314
|
```
|
|
2315
2315
|
|
|
2316
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2316
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/volume/delete.ts)_
|
|
2317
2317
|
|
|
2318
2318
|
## `codiac asset volume list`
|
|
2319
2319
|
|
|
@@ -2362,7 +2362,7 @@ EXAMPLES
|
|
|
2362
2362
|
$ codiac asset volume list -e myEnterprise --silent
|
|
2363
2363
|
```
|
|
2364
2364
|
|
|
2365
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2365
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/volume/list.ts)_
|
|
2366
2366
|
|
|
2367
2367
|
## `codiac asset volumes del`
|
|
2368
2368
|
|
|
@@ -2529,7 +2529,7 @@ EXAMPLES
|
|
|
2529
2529
|
$ codiac asset where -e main -a my-api --silent
|
|
2530
2530
|
```
|
|
2531
2531
|
|
|
2532
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2532
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/asset/where.ts)_
|
|
2533
2533
|
|
|
2534
2534
|
## `codiac auth cab allow`
|
|
2535
2535
|
|
|
@@ -2691,7 +2691,7 @@ EXAMPLES
|
|
|
2691
2691
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2692
2692
|
```
|
|
2693
2693
|
|
|
2694
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2694
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/cabinet/allow.ts)_
|
|
2695
2695
|
|
|
2696
2696
|
## `codiac auth cabinet allowed`
|
|
2697
2697
|
|
|
@@ -2739,7 +2739,7 @@ EXAMPLES
|
|
|
2739
2739
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2740
2740
|
```
|
|
2741
2741
|
|
|
2742
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2742
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/cabinet/allowed.ts)_
|
|
2743
2743
|
|
|
2744
2744
|
## `codiac auth ent allow`
|
|
2745
2745
|
|
|
@@ -2930,7 +2930,7 @@ EXAMPLES
|
|
|
2930
2930
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2931
2931
|
```
|
|
2932
2932
|
|
|
2933
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2933
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/enterprise/allow.ts)_
|
|
2934
2934
|
|
|
2935
2935
|
## `codiac auth enterprise allow onEnvironments`
|
|
2936
2936
|
|
|
@@ -2984,7 +2984,7 @@ EXAMPLES
|
|
|
2984
2984
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2985
2985
|
```
|
|
2986
2986
|
|
|
2987
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2987
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2988
2988
|
|
|
2989
2989
|
## `codiac auth enterprise allowed`
|
|
2990
2990
|
|
|
@@ -3025,7 +3025,7 @@ EXAMPLES
|
|
|
3025
3025
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
3026
3026
|
```
|
|
3027
3027
|
|
|
3028
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3028
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/enterprise/allowed.ts)_
|
|
3029
3029
|
|
|
3030
3030
|
## `codiac auth env allowed`
|
|
3031
3031
|
|
|
@@ -3232,7 +3232,7 @@ EXAMPLES
|
|
|
3232
3232
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
3233
3233
|
```
|
|
3234
3234
|
|
|
3235
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3235
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/environment/allow.ts)_
|
|
3236
3236
|
|
|
3237
3237
|
## `codiac auth environment allow onCabinets`
|
|
3238
3238
|
|
|
@@ -3289,7 +3289,7 @@ EXAMPLES
|
|
|
3289
3289
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
3290
3290
|
```
|
|
3291
3291
|
|
|
3292
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3292
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
3293
3293
|
|
|
3294
3294
|
## `codiac auth environment allowed`
|
|
3295
3295
|
|
|
@@ -3334,7 +3334,7 @@ EXAMPLES
|
|
|
3334
3334
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
3335
3335
|
```
|
|
3336
3336
|
|
|
3337
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3337
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/environment/allowed.ts)_
|
|
3338
3338
|
|
|
3339
3339
|
## `codiac auth register`
|
|
3340
3340
|
|
|
@@ -3380,7 +3380,7 @@ EXAMPLES
|
|
|
3380
3380
|
$ codiac auth register
|
|
3381
3381
|
```
|
|
3382
3382
|
|
|
3383
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3383
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/register.ts)_
|
|
3384
3384
|
|
|
3385
3385
|
## `codiac auth role allowed [NAME]`
|
|
3386
3386
|
|
|
@@ -3427,7 +3427,7 @@ EXAMPLES
|
|
|
3427
3427
|
$ codiac auth role allowed -n deployer -e main
|
|
3428
3428
|
```
|
|
3429
3429
|
|
|
3430
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3430
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/allowed.ts)_
|
|
3431
3431
|
|
|
3432
3432
|
## `codiac auth role assign`
|
|
3433
3433
|
|
|
@@ -3459,7 +3459,7 @@ EXAMPLES
|
|
|
3459
3459
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3460
3460
|
```
|
|
3461
3461
|
|
|
3462
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3462
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/assign.ts)_
|
|
3463
3463
|
|
|
3464
3464
|
## `codiac auth role create [NAME]`
|
|
3465
3465
|
|
|
@@ -3492,7 +3492,7 @@ EXAMPLES
|
|
|
3492
3492
|
$ codiac auth role create -n deployer
|
|
3493
3493
|
```
|
|
3494
3494
|
|
|
3495
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3495
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/create.ts)_
|
|
3496
3496
|
|
|
3497
3497
|
## `codiac auth role delete [NAME]`
|
|
3498
3498
|
|
|
@@ -3528,7 +3528,7 @@ EXAMPLES
|
|
|
3528
3528
|
$ codiac auth role delete --id abc123def456
|
|
3529
3529
|
```
|
|
3530
3530
|
|
|
3531
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3531
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/delete.ts)_
|
|
3532
3532
|
|
|
3533
3533
|
## `codiac auth role list`
|
|
3534
3534
|
|
|
@@ -3564,7 +3564,7 @@ EXAMPLES
|
|
|
3564
3564
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3565
3565
|
```
|
|
3566
3566
|
|
|
3567
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3567
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/list.ts)_
|
|
3568
3568
|
|
|
3569
3569
|
## `codiac auth role unassign`
|
|
3570
3570
|
|
|
@@ -3596,7 +3596,7 @@ EXAMPLES
|
|
|
3596
3596
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3597
3597
|
```
|
|
3598
3598
|
|
|
3599
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3599
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/role/unassign.ts)_
|
|
3600
3600
|
|
|
3601
3601
|
## `codiac auth user invite`
|
|
3602
3602
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ codiac auth user invite
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3639
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/user/invite.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `codiac auth user list`
|
|
3642
3642
|
|
|
@@ -3672,7 +3672,7 @@ EXAMPLES
|
|
|
3672
3672
|
$ codiac auth user list -o yaml > users.yaml
|
|
3673
3673
|
```
|
|
3674
3674
|
|
|
3675
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3675
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/auth/user/list.ts)_
|
|
3676
3676
|
|
|
3677
3677
|
## `codiac autocomplete [SHELL]`
|
|
3678
3678
|
|
|
@@ -3722,7 +3722,7 @@ DESCRIPTION
|
|
|
3722
3722
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3723
3723
|
```
|
|
3724
3724
|
|
|
3725
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3725
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/branch.ts)_
|
|
3726
3726
|
|
|
3727
3727
|
## `codiac branch current`
|
|
3728
3728
|
|
|
@@ -3742,7 +3742,7 @@ ALIASES
|
|
|
3742
3742
|
$ codiac branches current
|
|
3743
3743
|
```
|
|
3744
3744
|
|
|
3745
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3745
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/branch/current.ts)_
|
|
3746
3746
|
|
|
3747
3747
|
## `codiac branch list`
|
|
3748
3748
|
|
|
@@ -3764,7 +3764,7 @@ ALIASES
|
|
|
3764
3764
|
$ codiac branches list
|
|
3765
3765
|
```
|
|
3766
3766
|
|
|
3767
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3767
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/branch/list.ts)_
|
|
3768
3768
|
|
|
3769
3769
|
## `codiac branches current`
|
|
3770
3770
|
|
|
@@ -3854,7 +3854,7 @@ DESCRIPTION
|
|
|
3854
3854
|
Builds the project and the docker container
|
|
3855
3855
|
```
|
|
3856
3856
|
|
|
3857
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3857
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/build.ts)_
|
|
3858
3858
|
|
|
3859
3859
|
## `codiac cab attach`
|
|
3860
3860
|
|
|
@@ -4603,7 +4603,7 @@ EXAMPLES
|
|
|
4603
4603
|
prod-cluster-1 --to-script
|
|
4604
4604
|
```
|
|
4605
4605
|
|
|
4606
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4606
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/cluster/attach.ts)_
|
|
4607
4607
|
|
|
4608
4608
|
## `codiac cabinet contents`
|
|
4609
4609
|
|
|
@@ -4647,7 +4647,7 @@ EXAMPLES
|
|
|
4647
4647
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4648
4648
|
```
|
|
4649
4649
|
|
|
4650
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4650
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/contents.ts)_
|
|
4651
4651
|
|
|
4652
4652
|
## `codiac cabinet create [CABINET]`
|
|
4653
4653
|
|
|
@@ -4714,7 +4714,7 @@ EXAMPLES
|
|
|
4714
4714
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4715
4715
|
```
|
|
4716
4716
|
|
|
4717
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4717
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/create.ts)_
|
|
4718
4718
|
|
|
4719
4719
|
## `codiac cabinet define [CABINET]`
|
|
4720
4720
|
|
|
@@ -4776,7 +4776,7 @@ EXAMPLES
|
|
|
4776
4776
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4777
4777
|
```
|
|
4778
4778
|
|
|
4779
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4779
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/define.ts)_
|
|
4780
4780
|
|
|
4781
4781
|
## `codiac cabinet destroy [CABINET]`
|
|
4782
4782
|
|
|
@@ -4834,7 +4834,7 @@ EXAMPLES
|
|
|
4834
4834
|
--environment dev --silent
|
|
4835
4835
|
```
|
|
4836
4836
|
|
|
4837
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4837
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/destroy.ts)_
|
|
4838
4838
|
|
|
4839
4839
|
## `codiac cabinet detach [CABINET]`
|
|
4840
4840
|
|
|
@@ -4891,7 +4891,7 @@ EXAMPLES
|
|
|
4891
4891
|
main --environment dev
|
|
4892
4892
|
```
|
|
4893
4893
|
|
|
4894
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4894
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/detach.ts)_
|
|
4895
4895
|
|
|
4896
4896
|
## `codiac cabinet forget [CABINET]`
|
|
4897
4897
|
|
|
@@ -4946,7 +4946,7 @@ EXAMPLES
|
|
|
4946
4946
|
$ codiac cabinet forget --to-script
|
|
4947
4947
|
```
|
|
4948
4948
|
|
|
4949
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4949
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/forget.ts)_
|
|
4950
4950
|
|
|
4951
4951
|
## `codiac cabinet list`
|
|
4952
4952
|
|
|
@@ -4997,7 +4997,7 @@ EXAMPLES
|
|
|
4997
4997
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4998
4998
|
```
|
|
4999
4999
|
|
|
5000
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5000
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/list.ts)_
|
|
5001
5001
|
|
|
5002
5002
|
## `codiac cabinet obliterate [CABINET]`
|
|
5003
5003
|
|
|
@@ -5039,7 +5039,7 @@ ALIASES
|
|
|
5039
5039
|
$ codiac infrx cab obliterate
|
|
5040
5040
|
```
|
|
5041
5041
|
|
|
5042
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5042
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/obliterate.ts)_
|
|
5043
5043
|
|
|
5044
5044
|
## `codiac cabinet restore`
|
|
5045
5045
|
|
|
@@ -5106,7 +5106,7 @@ EXAMPLES
|
|
|
5106
5106
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
5107
5107
|
```
|
|
5108
5108
|
|
|
5109
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5109
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/cabinet/restore.ts)_
|
|
5110
5110
|
|
|
5111
5111
|
## `codiac cfg add`
|
|
5112
5112
|
|
|
@@ -5405,7 +5405,7 @@ DESCRIPTION
|
|
|
5405
5405
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5406
5406
|
```
|
|
5407
5407
|
|
|
5408
|
-
_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.257/src/commands/cli.ts)_
|
|
5409
5409
|
|
|
5410
5410
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5411
5411
|
|
|
@@ -5473,7 +5473,7 @@ EXAMPLES
|
|
|
5473
5473
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5474
5474
|
```
|
|
5475
5475
|
|
|
5476
|
-
_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.257/src/commands/cluster/agent/configure.ts)_
|
|
5477
5477
|
|
|
5478
5478
|
## `codiac cluster agent install [CLUSTER]`
|
|
5479
5479
|
|
|
@@ -5529,7 +5529,7 @@ EXAMPLES
|
|
|
5529
5529
|
$ codiac cluster agent install my-cluster --to-script
|
|
5530
5530
|
```
|
|
5531
5531
|
|
|
5532
|
-
_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.257/src/commands/cluster/agent/install.ts)_
|
|
5533
5533
|
|
|
5534
5534
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5535
5535
|
|
|
@@ -5577,7 +5577,7 @@ EXAMPLES
|
|
|
5577
5577
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5578
5578
|
```
|
|
5579
5579
|
|
|
5580
|
-
_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.257/src/commands/cluster/agent/uninstall.ts)_
|
|
5581
5581
|
|
|
5582
5582
|
## `codiac cluster bootstrap [NAME]`
|
|
5583
5583
|
|
|
@@ -5640,7 +5640,7 @@ EXAMPLES
|
|
|
5640
5640
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5641
5641
|
```
|
|
5642
5642
|
|
|
5643
|
-
_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.257/src/commands/cluster/bootstrap.ts)_
|
|
5644
5644
|
|
|
5645
5645
|
## `codiac cluster capture`
|
|
5646
5646
|
|
|
@@ -5725,7 +5725,7 @@ EXAMPLES
|
|
|
5725
5725
|
$ codiac cluster connect my-fav-cluster
|
|
5726
5726
|
```
|
|
5727
5727
|
|
|
5728
|
-
_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.257/src/commands/cluster/connect.ts)_
|
|
5729
5729
|
|
|
5730
5730
|
## `codiac cluster contents`
|
|
5731
5731
|
|
|
@@ -6390,7 +6390,7 @@ EXAMPLES
|
|
|
6390
6390
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6391
6391
|
```
|
|
6392
6392
|
|
|
6393
|
-
_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.257/src/commands/cluster/install.ts)_
|
|
6394
6394
|
|
|
6395
6395
|
## `codiac cluster journal [CLUSTER]`
|
|
6396
6396
|
|
|
@@ -6679,7 +6679,7 @@ EXAMPLES
|
|
|
6679
6679
|
$ codiac cluster stack capture my-fav-cluster
|
|
6680
6680
|
```
|
|
6681
6681
|
|
|
6682
|
-
_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.257/src/commands/cluster/stack/capture.ts)_
|
|
6683
6683
|
|
|
6684
6684
|
## `codiac cluster stack install [CLUSTER]`
|
|
6685
6685
|
|
|
@@ -6731,7 +6731,7 @@ EXAMPLES
|
|
|
6731
6731
|
$ codiac cluster stack install my-cluster --to-script
|
|
6732
6732
|
```
|
|
6733
6733
|
|
|
6734
|
-
_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.257/src/commands/cluster/stack/install.ts)_
|
|
6735
6735
|
|
|
6736
6736
|
## `codiac cluster stack list`
|
|
6737
6737
|
|
|
@@ -6897,7 +6897,7 @@ EXAMPLES
|
|
|
6897
6897
|
$ codiac cluster start my-fav-cluster
|
|
6898
6898
|
```
|
|
6899
6899
|
|
|
6900
|
-
_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.257/src/commands/cluster/start.ts)_
|
|
6901
6901
|
|
|
6902
6902
|
## `codiac cluster stop [CLUSTER]`
|
|
6903
6903
|
|
|
@@ -6934,7 +6934,7 @@ EXAMPLES
|
|
|
6934
6934
|
$ codiac cluster start my-fav-cluster
|
|
6935
6935
|
```
|
|
6936
6936
|
|
|
6937
|
-
_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.257/src/commands/cluster/stop.ts)_
|
|
6938
6938
|
|
|
6939
6939
|
## `codiac cluster uninstall`
|
|
6940
6940
|
|
|
@@ -6996,7 +6996,7 @@ DESCRIPTION
|
|
|
6996
6996
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6997
6997
|
```
|
|
6998
6998
|
|
|
6999
|
-
_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.257/src/commands/commit.ts)_
|
|
7000
7000
|
|
|
7001
7001
|
## `codiac config add`
|
|
7002
7002
|
|
|
@@ -7148,7 +7148,7 @@ EXAMPLES
|
|
|
7148
7148
|
--value-type string
|
|
7149
7149
|
```
|
|
7150
7150
|
|
|
7151
|
-
_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.257/src/commands/config/add.ts)_
|
|
7152
7152
|
|
|
7153
7153
|
## `codiac config delete [SETTING]`
|
|
7154
7154
|
|
|
@@ -7217,7 +7217,7 @@ ALIASES
|
|
|
7217
7217
|
$ codiac cfg delete
|
|
7218
7218
|
```
|
|
7219
7219
|
|
|
7220
|
-
_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.257/src/commands/config/delete.ts)_
|
|
7221
7221
|
|
|
7222
7222
|
## `codiac config deploy`
|
|
7223
7223
|
|
|
@@ -7258,7 +7258,7 @@ EXAMPLES
|
|
|
7258
7258
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
7259
7259
|
```
|
|
7260
7260
|
|
|
7261
|
-
_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.257/src/commands/config/deploy.ts)_
|
|
7262
7262
|
|
|
7263
7263
|
## `codiac config import`
|
|
7264
7264
|
|
|
@@ -7319,7 +7319,7 @@ EXAMPLES
|
|
|
7319
7319
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
7320
7320
|
```
|
|
7321
7321
|
|
|
7322
|
-
_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.257/src/commands/config/import.ts)_
|
|
7323
7323
|
|
|
7324
7324
|
## `codiac config preview [SETTING]`
|
|
7325
7325
|
|
|
@@ -7602,7 +7602,7 @@ DESCRIPTION
|
|
|
7602
7602
|
Shows the list of clusters.
|
|
7603
7603
|
```
|
|
7604
7604
|
|
|
7605
|
-
_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.257/src/commands/config/settings/get.ts)_
|
|
7606
7606
|
|
|
7607
7607
|
## `codiac config view [SETTING]`
|
|
7608
7608
|
|
|
@@ -7667,7 +7667,7 @@ EXAMPLES
|
|
|
7667
7667
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7668
7668
|
```
|
|
7669
7669
|
|
|
7670
|
-
_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.257/src/commands/config/view.ts)_
|
|
7671
7671
|
|
|
7672
7672
|
## `codiac csp creds list`
|
|
7673
7673
|
|
|
@@ -7715,7 +7715,7 @@ EXAMPLES
|
|
|
7715
7715
|
$ codiac csp creds list
|
|
7716
7716
|
```
|
|
7717
7717
|
|
|
7718
|
-
_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.257/src/commands/csp/creds/list.ts)_
|
|
7719
7719
|
|
|
7720
7720
|
## `codiac csp login [PROVIDER]`
|
|
7721
7721
|
|
|
@@ -7793,7 +7793,7 @@ EXAMPLES
|
|
|
7793
7793
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7794
7794
|
```
|
|
7795
7795
|
|
|
7796
|
-
_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.257/src/commands/csp/login.ts)_
|
|
7797
7797
|
|
|
7798
7798
|
## `codiac csp logout [PROVIDER]`
|
|
7799
7799
|
|
|
@@ -7840,7 +7840,7 @@ EXAMPLES
|
|
|
7840
7840
|
$ codiac csp logout azure --to-script
|
|
7841
7841
|
```
|
|
7842
7842
|
|
|
7843
|
-
_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.257/src/commands/csp/logout.ts)_
|
|
7844
7844
|
|
|
7845
7845
|
## `codiac dep [NAME]`
|
|
7846
7846
|
|
|
@@ -7861,7 +7861,7 @@ DESCRIPTION
|
|
|
7861
7861
|
Installs a package into current project.
|
|
7862
7862
|
```
|
|
7863
7863
|
|
|
7864
|
-
_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.257/src/commands/dep.ts)_
|
|
7865
7865
|
|
|
7866
7866
|
## `codiac dep create [URL]`
|
|
7867
7867
|
|
|
@@ -7885,7 +7885,7 @@ DESCRIPTION
|
|
|
7885
7885
|
package version is used.
|
|
7886
7886
|
```
|
|
7887
7887
|
|
|
7888
|
-
_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.257/src/commands/dep/create.ts)_
|
|
7889
7889
|
|
|
7890
7890
|
## `codiac dep install`
|
|
7891
7891
|
|
|
@@ -7902,7 +7902,7 @@ DESCRIPTION
|
|
|
7902
7902
|
installs any missing dependency packages into the local project folder.
|
|
7903
7903
|
```
|
|
7904
7904
|
|
|
7905
|
-
_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.257/src/commands/dep/install.ts)_
|
|
7906
7906
|
|
|
7907
7907
|
## `codiac dep list`
|
|
7908
7908
|
|
|
@@ -7919,7 +7919,7 @@ DESCRIPTION
|
|
|
7919
7919
|
Shows the dependencies for the project.
|
|
7920
7920
|
```
|
|
7921
7921
|
|
|
7922
|
-
_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.257/src/commands/dep/list.ts)_
|
|
7923
7923
|
|
|
7924
7924
|
## `codiac dep remove [NAME]`
|
|
7925
7925
|
|
|
@@ -7942,7 +7942,7 @@ DESCRIPTION
|
|
|
7942
7942
|
Removes a dependency from the project.
|
|
7943
7943
|
```
|
|
7944
7944
|
|
|
7945
|
-
_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.257/src/commands/dep/remove.ts)_
|
|
7946
7946
|
|
|
7947
7947
|
## `codiac dep source [NAME]`
|
|
7948
7948
|
|
|
@@ -7968,7 +7968,7 @@ ALIASES
|
|
|
7968
7968
|
$ codiac dep src
|
|
7969
7969
|
```
|
|
7970
7970
|
|
|
7971
|
-
_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.257/src/commands/dep/source.ts)_
|
|
7972
7972
|
|
|
7973
7973
|
## `codiac dep src [NAME]`
|
|
7974
7974
|
|
|
@@ -8012,7 +8012,7 @@ DESCRIPTION
|
|
|
8012
8012
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
8013
8013
|
```
|
|
8014
8014
|
|
|
8015
|
-
_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.257/src/commands/dep/syncup.ts)_
|
|
8016
8016
|
|
|
8017
8017
|
## `codiac dep unsource [NAME]`
|
|
8018
8018
|
|
|
@@ -8040,7 +8040,7 @@ ALIASES
|
|
|
8040
8040
|
$ codiac dep unsrc
|
|
8041
8041
|
```
|
|
8042
8042
|
|
|
8043
|
-
_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.257/src/commands/dep/unsource.ts)_
|
|
8044
8044
|
|
|
8045
8045
|
## `codiac dep unsrc [NAME]`
|
|
8046
8046
|
|
|
@@ -8087,7 +8087,7 @@ DESCRIPTION
|
|
|
8087
8087
|
describe the command here
|
|
8088
8088
|
```
|
|
8089
8089
|
|
|
8090
|
-
_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.257/src/commands/dep/upgrade.ts)_
|
|
8091
8091
|
|
|
8092
8092
|
## `codiac deploy`
|
|
8093
8093
|
|
|
@@ -8140,7 +8140,7 @@ EXAMPLES
|
|
|
8140
8140
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
8141
8141
|
```
|
|
8142
8142
|
|
|
8143
|
-
_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.257/src/commands/deploy.ts)_
|
|
8144
8144
|
|
|
8145
8145
|
## `codiac domain map [DOMAIN]`
|
|
8146
8146
|
|
|
@@ -8296,7 +8296,7 @@ EXAMPLES
|
|
|
8296
8296
|
cod enterprise create my-enterprise-code --silent
|
|
8297
8297
|
```
|
|
8298
8298
|
|
|
8299
|
-
_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.257/src/commands/enterprise/create.ts)_
|
|
8300
8300
|
|
|
8301
8301
|
## `codiac enterprise list`
|
|
8302
8302
|
|
|
@@ -8351,7 +8351,7 @@ EXAMPLES
|
|
|
8351
8351
|
$ codiac enterprise list --to-script
|
|
8352
8352
|
```
|
|
8353
8353
|
|
|
8354
|
-
_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.257/src/commands/enterprise/list.ts)_
|
|
8355
8355
|
|
|
8356
8356
|
## `codiac env add [SETTING]`
|
|
8357
8357
|
|
|
@@ -8401,7 +8401,7 @@ EXAMPLES
|
|
|
8401
8401
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8402
8402
|
```
|
|
8403
8403
|
|
|
8404
|
-
_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.257/src/commands/env/add.ts)_
|
|
8405
8405
|
|
|
8406
8406
|
## `codiac enviro cluster attach`
|
|
8407
8407
|
|
|
@@ -8704,7 +8704,7 @@ ALIASES
|
|
|
8704
8704
|
$ codiac infrx enviro cluster attach
|
|
8705
8705
|
```
|
|
8706
8706
|
|
|
8707
|
-
_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.257/src/commands/environment/cluster/attach.ts)_
|
|
8708
8708
|
|
|
8709
8709
|
## `codiac environment cluster detach`
|
|
8710
8710
|
|
|
@@ -8750,7 +8750,7 @@ ALIASES
|
|
|
8750
8750
|
$ codiac infrx enviro cluster detach
|
|
8751
8751
|
```
|
|
8752
8752
|
|
|
8753
|
-
_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.257/src/commands/environment/cluster/detach.ts)_
|
|
8754
8754
|
|
|
8755
8755
|
## `codiac environment create [NAME]`
|
|
8756
8756
|
|
|
@@ -8813,7 +8813,7 @@ EXAMPLES
|
|
|
8813
8813
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8814
8814
|
```
|
|
8815
8815
|
|
|
8816
|
-
_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.257/src/commands/environment/create.ts)_
|
|
8817
8817
|
|
|
8818
8818
|
## `codiac environment delete [NAME]`
|
|
8819
8819
|
|
|
@@ -8874,7 +8874,7 @@ EXAMPLES
|
|
|
8874
8874
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8875
8875
|
```
|
|
8876
8876
|
|
|
8877
|
-
_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.257/src/commands/environment/delete.ts)_
|
|
8878
8878
|
|
|
8879
8879
|
## `codiac environment list`
|
|
8880
8880
|
|
|
@@ -8925,7 +8925,7 @@ EXAMPLES
|
|
|
8925
8925
|
$ codiac environment list -e myEnterprise --silent
|
|
8926
8926
|
```
|
|
8927
8927
|
|
|
8928
|
-
_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.257/src/commands/environment/list.ts)_
|
|
8929
8929
|
|
|
8930
8930
|
## `codiac fileshare capture`
|
|
8931
8931
|
|
|
@@ -9009,7 +9009,7 @@ ALIASES
|
|
|
9009
9009
|
$ codiac fileshare capture
|
|
9010
9010
|
```
|
|
9011
9011
|
|
|
9012
|
-
_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.257/src/commands/filestore/capture.ts)_
|
|
9013
9013
|
|
|
9014
9014
|
## `codiac filestore forget`
|
|
9015
9015
|
|
|
@@ -9056,7 +9056,7 @@ EXAMPLES
|
|
|
9056
9056
|
$ codiac filestore forget
|
|
9057
9057
|
```
|
|
9058
9058
|
|
|
9059
|
-
_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.257/src/commands/filestore/forget.ts)_
|
|
9060
9060
|
|
|
9061
9061
|
## `codiac filestore list`
|
|
9062
9062
|
|
|
@@ -9102,7 +9102,7 @@ EXAMPLES
|
|
|
9102
9102
|
$ codiac filestore list
|
|
9103
9103
|
```
|
|
9104
9104
|
|
|
9105
|
-
_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.257/src/commands/filestore/list.ts)_
|
|
9106
9106
|
|
|
9107
9107
|
## `codiac help [COMMANDS]`
|
|
9108
9108
|
|
|
@@ -9188,7 +9188,7 @@ EXAMPLES
|
|
|
9188
9188
|
$ codiac host delete
|
|
9189
9189
|
```
|
|
9190
9190
|
|
|
9191
|
-
_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.257/src/commands/host/delete.ts)_
|
|
9192
9192
|
|
|
9193
9193
|
## `codiac host list [DOMAIN]`
|
|
9194
9194
|
|
|
@@ -9232,7 +9232,7 @@ EXAMPLES
|
|
|
9232
9232
|
$ codiac host list
|
|
9233
9233
|
```
|
|
9234
9234
|
|
|
9235
|
-
_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.257/src/commands/host/list.ts)_
|
|
9236
9236
|
|
|
9237
9237
|
## `codiac host map [DOMAIN]`
|
|
9238
9238
|
|
|
@@ -9286,7 +9286,7 @@ EXAMPLES
|
|
|
9286
9286
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
9287
9287
|
```
|
|
9288
9288
|
|
|
9289
|
-
_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.257/src/commands/host/map.ts)_
|
|
9290
9290
|
|
|
9291
9291
|
## `codiac host view [DOMAIN]`
|
|
9292
9292
|
|
|
@@ -9331,7 +9331,7 @@ EXAMPLES
|
|
|
9331
9331
|
$ codiac host view
|
|
9332
9332
|
```
|
|
9333
9333
|
|
|
9334
|
-
_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.257/src/commands/host/view.ts)_
|
|
9335
9335
|
|
|
9336
9336
|
## `codiac identify [TOKENNAME]`
|
|
9337
9337
|
|
|
@@ -9403,7 +9403,7 @@ ALIASES
|
|
|
9403
9403
|
$ codiac token
|
|
9404
9404
|
```
|
|
9405
9405
|
|
|
9406
|
-
_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.257/src/commands/identity.ts)_
|
|
9407
9407
|
|
|
9408
9408
|
## `codiac identity delete [NAME]`
|
|
9409
9409
|
|
|
@@ -9428,7 +9428,7 @@ ALIASES
|
|
|
9428
9428
|
$ codiac token remove
|
|
9429
9429
|
```
|
|
9430
9430
|
|
|
9431
|
-
_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.257/src/commands/identity/delete.ts)_
|
|
9432
9432
|
|
|
9433
9433
|
## `codiac identity list`
|
|
9434
9434
|
|
|
@@ -9450,7 +9450,7 @@ ALIASES
|
|
|
9450
9450
|
$ codiac token list
|
|
9451
9451
|
```
|
|
9452
9452
|
|
|
9453
|
-
_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.257/src/commands/identity/list.ts)_
|
|
9454
9454
|
|
|
9455
9455
|
## `codiac identity remove [NAME]`
|
|
9456
9456
|
|
|
@@ -9773,7 +9773,7 @@ DESCRIPTION
|
|
|
9773
9773
|
Saves a reference to an existing container registry.
|
|
9774
9774
|
```
|
|
9775
9775
|
|
|
9776
|
-
_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.257/src/commands/imageRegistry/capture.ts)_
|
|
9777
9777
|
|
|
9778
9778
|
## `codiac imageRegistry edit`
|
|
9779
9779
|
|
|
@@ -9816,7 +9816,7 @@ EXAMPLES
|
|
|
9816
9816
|
$ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
|
|
9817
9817
|
```
|
|
9818
9818
|
|
|
9819
|
-
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9819
|
+
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.257/src/commands/imageRegistry/edit.ts)_
|
|
9820
9820
|
|
|
9821
9821
|
## `codiac imageRegistry forget`
|
|
9822
9822
|
|
|
@@ -9837,7 +9837,7 @@ DESCRIPTION
|
|
|
9837
9837
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9838
9838
|
```
|
|
9839
9839
|
|
|
9840
|
-
_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.257/src/commands/imageRegistry/forget.ts)_
|
|
9841
9841
|
|
|
9842
9842
|
## `codiac imageRegistry list`
|
|
9843
9843
|
|
|
@@ -9879,7 +9879,7 @@ EXAMPLES
|
|
|
9879
9879
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9880
9880
|
```
|
|
9881
9881
|
|
|
9882
|
-
_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.257/src/commands/imageRegistry/list.ts)_
|
|
9883
9883
|
|
|
9884
9884
|
## `codiac imageRegistry pullSecret set`
|
|
9885
9885
|
|
|
@@ -9915,7 +9915,7 @@ ALIASES
|
|
|
9915
9915
|
$ codiac pullsecret
|
|
9916
9916
|
```
|
|
9917
9917
|
|
|
9918
|
-
_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.257/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9919
9919
|
|
|
9920
9920
|
## `codiac imageRegistry pullSecret unset`
|
|
9921
9921
|
|
|
@@ -9942,7 +9942,7 @@ ALIASES
|
|
|
9942
9942
|
$ codiac pullsecret unset
|
|
9943
9943
|
```
|
|
9944
9944
|
|
|
9945
|
-
_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.257/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9946
9946
|
|
|
9947
9947
|
## `codiac images add [IMAGENAME]`
|
|
9948
9948
|
|
|
@@ -10003,7 +10003,7 @@ EXAMPLES
|
|
|
10003
10003
|
$ codiac images add your-company/your-image --to-script
|
|
10004
10004
|
```
|
|
10005
10005
|
|
|
10006
|
-
_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.257/src/commands/images/add.ts)_
|
|
10007
10007
|
|
|
10008
10008
|
## `codiac images list`
|
|
10009
10009
|
|
|
@@ -10026,7 +10026,7 @@ ALIASES
|
|
|
10026
10026
|
$ codiac img list
|
|
10027
10027
|
```
|
|
10028
10028
|
|
|
10029
|
-
_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.257/src/commands/images/list.ts)_
|
|
10030
10030
|
|
|
10031
10031
|
## `codiac images patch IMAGENAME`
|
|
10032
10032
|
|
|
@@ -10056,7 +10056,7 @@ ALIASES
|
|
|
10056
10056
|
$ codiac img patch
|
|
10057
10057
|
```
|
|
10058
10058
|
|
|
10059
|
-
_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.257/src/commands/images/patch.ts)_
|
|
10060
10060
|
|
|
10061
10061
|
## `codiac images remove IMAGENAME`
|
|
10062
10062
|
|
|
@@ -10082,7 +10082,7 @@ ALIASES
|
|
|
10082
10082
|
$ codiac img delete
|
|
10083
10083
|
```
|
|
10084
10084
|
|
|
10085
|
-
_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.257/src/commands/images/remove.ts)_
|
|
10086
10086
|
|
|
10087
10087
|
## `codiac images version NAME`
|
|
10088
10088
|
|
|
@@ -10108,7 +10108,7 @@ ALIASES
|
|
|
10108
10108
|
$ codiac img version get
|
|
10109
10109
|
```
|
|
10110
10110
|
|
|
10111
|
-
_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.257/src/commands/images/version.ts)_
|
|
10112
10112
|
|
|
10113
10113
|
## `codiac images version bump NAME`
|
|
10114
10114
|
|
|
@@ -10141,7 +10141,7 @@ ALIASES
|
|
|
10141
10141
|
$ codiac img version bump
|
|
10142
10142
|
```
|
|
10143
10143
|
|
|
10144
|
-
_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.257/src/commands/images/version/bump.ts)_
|
|
10145
10145
|
|
|
10146
10146
|
## `codiac img [IMAGENAME]`
|
|
10147
10147
|
|
|
@@ -10457,7 +10457,7 @@ EXAMPLES
|
|
|
10457
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
|
|
10458
10458
|
```
|
|
10459
10459
|
|
|
10460
|
-
_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.257/src/commands/import/cluster.ts)_
|
|
10461
10461
|
|
|
10462
10462
|
## `codiac infrx cab create [CABINET]`
|
|
10463
10463
|
|
|
@@ -11302,7 +11302,7 @@ DESCRIPTION
|
|
|
11302
11302
|
Declares the given folder as a project root
|
|
11303
11303
|
```
|
|
11304
11304
|
|
|
11305
|
-
_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.257/src/commands/init.ts)_
|
|
11306
11306
|
|
|
11307
11307
|
## `codiac kit create`
|
|
11308
11308
|
|
|
@@ -11345,7 +11345,7 @@ EXAMPLES
|
|
|
11345
11345
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
11346
11346
|
```
|
|
11347
11347
|
|
|
11348
|
-
_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.257/src/commands/kit/create.ts)_
|
|
11349
11349
|
|
|
11350
11350
|
## `codiac login`
|
|
11351
11351
|
|
|
@@ -11404,7 +11404,7 @@ EXAMPLES
|
|
|
11404
11404
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
11405
11405
|
```
|
|
11406
11406
|
|
|
11407
|
-
_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.257/src/commands/login.ts)_
|
|
11408
11408
|
|
|
11409
11409
|
## `codiac logout`
|
|
11410
11410
|
|
|
@@ -11437,7 +11437,7 @@ EXAMPLES
|
|
|
11437
11437
|
$ codiac logout --to-script
|
|
11438
11438
|
```
|
|
11439
11439
|
|
|
11440
|
-
_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.257/src/commands/logout.ts)_
|
|
11441
11441
|
|
|
11442
11442
|
## `codiac merge [BRANCH]`
|
|
11443
11443
|
|
|
@@ -11458,7 +11458,7 @@ DESCRIPTION
|
|
|
11458
11458
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11459
11459
|
```
|
|
11460
11460
|
|
|
11461
|
-
_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.257/src/commands/merge.ts)_
|
|
11462
11462
|
|
|
11463
11463
|
## `codiac noc cluster capture`
|
|
11464
11464
|
|
|
@@ -11510,7 +11510,7 @@ EXAMPLES
|
|
|
11510
11510
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11511
11511
|
```
|
|
11512
11512
|
|
|
11513
|
-
_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.257/src/commands/noc/cluster/capture.ts)_
|
|
11514
11514
|
|
|
11515
11515
|
## `codiac noc cluster create [NAME]`
|
|
11516
11516
|
|
|
@@ -11600,7 +11600,7 @@ FLAG DESCRIPTIONS
|
|
|
11600
11600
|
initialization is always skipped in that mode.
|
|
11601
11601
|
```
|
|
11602
11602
|
|
|
11603
|
-
_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.257/src/commands/noc/cluster/create.ts)_
|
|
11604
11604
|
|
|
11605
11605
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11606
11606
|
|
|
@@ -11655,7 +11655,7 @@ EXAMPLES
|
|
|
11655
11655
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11656
11656
|
```
|
|
11657
11657
|
|
|
11658
|
-
_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.257/src/commands/noc/cluster/credentials-set.ts)_
|
|
11659
11659
|
|
|
11660
11660
|
## `codiac noc cluster define [NAME]`
|
|
11661
11661
|
|
|
@@ -11729,7 +11729,7 @@ EXAMPLES
|
|
|
11729
11729
|
$ codiac noc cluster define my-cluster --to-script
|
|
11730
11730
|
```
|
|
11731
11731
|
|
|
11732
|
-
_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.257/src/commands/noc/cluster/define.ts)_
|
|
11733
11733
|
|
|
11734
11734
|
## `codiac noc cluster deinit`
|
|
11735
11735
|
|
|
@@ -11769,7 +11769,7 @@ EXAMPLES
|
|
|
11769
11769
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11770
11770
|
```
|
|
11771
11771
|
|
|
11772
|
-
_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.257/src/commands/noc/cluster/deinit.ts)_
|
|
11773
11773
|
|
|
11774
11774
|
## `codiac noc cluster destroy [NAME]`
|
|
11775
11775
|
|
|
@@ -11803,7 +11803,7 @@ ALIASES
|
|
|
11803
11803
|
$ codiac cluster destroy
|
|
11804
11804
|
```
|
|
11805
11805
|
|
|
11806
|
-
_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.257/src/commands/noc/cluster/destroy.ts)_
|
|
11807
11807
|
|
|
11808
11808
|
## `codiac noc cluster forget`
|
|
11809
11809
|
|
|
@@ -11854,7 +11854,7 @@ EXAMPLES
|
|
|
11854
11854
|
$ codiac noc cluster forget --running
|
|
11855
11855
|
```
|
|
11856
11856
|
|
|
11857
|
-
_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.257/src/commands/noc/cluster/forget.ts)_
|
|
11858
11858
|
|
|
11859
11859
|
## `codiac noc cluster grant`
|
|
11860
11860
|
|
|
@@ -11892,7 +11892,7 @@ EXAMPLES
|
|
|
11892
11892
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11893
11893
|
```
|
|
11894
11894
|
|
|
11895
|
-
_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.257/src/commands/noc/cluster/grant.ts)_
|
|
11896
11896
|
|
|
11897
11897
|
## `codiac noc cluster init`
|
|
11898
11898
|
|
|
@@ -11938,7 +11938,7 @@ EXAMPLES
|
|
|
11938
11938
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11939
11939
|
```
|
|
11940
11940
|
|
|
11941
|
-
_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.257/src/commands/noc/cluster/init.ts)_
|
|
11942
11942
|
|
|
11943
11943
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11944
11944
|
|
|
@@ -11987,7 +11987,7 @@ EXAMPLES
|
|
|
11987
11987
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11988
11988
|
```
|
|
11989
11989
|
|
|
11990
|
-
_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.257/src/commands/noc/cluster/journal.ts)_
|
|
11991
11991
|
|
|
11992
11992
|
## `codiac noc cluster list`
|
|
11993
11993
|
|
|
@@ -12048,7 +12048,7 @@ EXAMPLES
|
|
|
12048
12048
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
12049
12049
|
```
|
|
12050
12050
|
|
|
12051
|
-
_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.257/src/commands/noc/cluster/list.ts)_
|
|
12052
12052
|
|
|
12053
12053
|
## `codiac noc cluster restore [NAME]`
|
|
12054
12054
|
|
|
@@ -12108,7 +12108,7 @@ EXAMPLES
|
|
|
12108
12108
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
12109
12109
|
```
|
|
12110
12110
|
|
|
12111
|
-
_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.257/src/commands/noc/cluster/restore.ts)_
|
|
12112
12112
|
|
|
12113
12113
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
12114
12114
|
|
|
@@ -12142,7 +12142,7 @@ DESCRIPTION
|
|
|
12142
12142
|
Configures a package to be built and published by the project.
|
|
12143
12143
|
```
|
|
12144
12144
|
|
|
12145
|
-
_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.257/src/commands/pkg/add.ts)_
|
|
12146
12146
|
|
|
12147
12147
|
## `codiac pkg delete [PACKAGENAME]`
|
|
12148
12148
|
|
|
@@ -12180,7 +12180,7 @@ DESCRIPTION
|
|
|
12180
12180
|
Renders the list of packages that are configured as project exports.
|
|
12181
12181
|
```
|
|
12182
12182
|
|
|
12183
|
-
_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.257/src/commands/pkg/list.ts)_
|
|
12184
12184
|
|
|
12185
12185
|
## `codiac pkg patch PACKAGENAME`
|
|
12186
12186
|
|
|
@@ -12206,7 +12206,7 @@ DESCRIPTION
|
|
|
12206
12206
|
registryUrl and/or environment.
|
|
12207
12207
|
```
|
|
12208
12208
|
|
|
12209
|
-
_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.257/src/commands/pkg/patch.ts)_
|
|
12210
12210
|
|
|
12211
12211
|
## `codiac pkg remove [PACKAGENAME]`
|
|
12212
12212
|
|
|
@@ -12229,7 +12229,7 @@ ALIASES
|
|
|
12229
12229
|
$ codiac pkg delete
|
|
12230
12230
|
```
|
|
12231
12231
|
|
|
12232
|
-
_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.257/src/commands/pkg/remove.ts)_
|
|
12233
12233
|
|
|
12234
12234
|
## `codiac portal`
|
|
12235
12235
|
|
|
@@ -12262,7 +12262,7 @@ EXAMPLES
|
|
|
12262
12262
|
$ codiac portal --to-script
|
|
12263
12263
|
```
|
|
12264
12264
|
|
|
12265
|
-
_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.257/src/commands/portal.ts)_
|
|
12266
12266
|
|
|
12267
12267
|
## `codiac probe create [CMD]`
|
|
12268
12268
|
|
|
@@ -12383,7 +12383,7 @@ DESCRIPTION
|
|
|
12383
12383
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
12384
12384
|
```
|
|
12385
12385
|
|
|
12386
|
-
_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.257/src/commands/publish.ts)_
|
|
12387
12387
|
|
|
12388
12388
|
## `codiac pull [NAME]`
|
|
12389
12389
|
|
|
@@ -12407,7 +12407,7 @@ DESCRIPTION
|
|
|
12407
12407
|
Pulls all commits from upstream to local.
|
|
12408
12408
|
```
|
|
12409
12409
|
|
|
12410
|
-
_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.257/src/commands/pull.ts)_
|
|
12411
12411
|
|
|
12412
12412
|
## `codiac pullsecret`
|
|
12413
12413
|
|
|
@@ -12490,7 +12490,7 @@ DESCRIPTION
|
|
|
12490
12490
|
Pushes all local commits upstream.
|
|
12491
12491
|
```
|
|
12492
12492
|
|
|
12493
|
-
_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.257/src/commands/push.ts)_
|
|
12494
12494
|
|
|
12495
12495
|
## `codiac pvc create`
|
|
12496
12496
|
|
|
@@ -12574,7 +12574,7 @@ EXAMPLES
|
|
|
12574
12574
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12575
12575
|
```
|
|
12576
12576
|
|
|
12577
|
-
_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.257/src/commands/pvc/create.ts)_
|
|
12578
12578
|
|
|
12579
12579
|
## `codiac pvc delete`
|
|
12580
12580
|
|
|
@@ -12621,7 +12621,7 @@ EXAMPLES
|
|
|
12621
12621
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12622
12622
|
```
|
|
12623
12623
|
|
|
12624
|
-
_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.257/src/commands/pvc/delete.ts)_
|
|
12625
12625
|
|
|
12626
12626
|
## `codiac pvc get`
|
|
12627
12627
|
|
|
@@ -12662,7 +12662,7 @@ EXAMPLES
|
|
|
12662
12662
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12663
12663
|
```
|
|
12664
12664
|
|
|
12665
|
-
_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.257/src/commands/pvc/get.ts)_
|
|
12666
12666
|
|
|
12667
12667
|
## `codiac pvc list`
|
|
12668
12668
|
|
|
@@ -12705,7 +12705,7 @@ EXAMPLES
|
|
|
12705
12705
|
$ codiac pvc list -o yaml
|
|
12706
12706
|
```
|
|
12707
12707
|
|
|
12708
|
-
_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.257/src/commands/pvc/list.ts)_
|
|
12709
12709
|
|
|
12710
12710
|
## `codiac relay-version`
|
|
12711
12711
|
|
|
@@ -12722,7 +12722,7 @@ EXAMPLES
|
|
|
12722
12722
|
$ codiac relay-version
|
|
12723
12723
|
```
|
|
12724
12724
|
|
|
12725
|
-
_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.257/src/commands/relay-version.ts)_
|
|
12726
12726
|
|
|
12727
12727
|
## `codiac run`
|
|
12728
12728
|
|
|
@@ -12764,7 +12764,7 @@ DESCRIPTION
|
|
|
12764
12764
|
Runs the latest build of the api container locally.
|
|
12765
12765
|
```
|
|
12766
12766
|
|
|
12767
|
-
_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.257/src/commands/run.ts)_
|
|
12768
12768
|
|
|
12769
12769
|
## `codiac secretStore`
|
|
12770
12770
|
|
|
@@ -12882,7 +12882,7 @@ EXAMPLES
|
|
|
12882
12882
|
$ codiac secretStore capture --echo
|
|
12883
12883
|
```
|
|
12884
12884
|
|
|
12885
|
-
_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.257/src/commands/secretStore/capture.ts)_
|
|
12886
12886
|
|
|
12887
12887
|
## `codiac secretStore forget`
|
|
12888
12888
|
|
|
@@ -12903,7 +12903,7 @@ DESCRIPTION
|
|
|
12903
12903
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12904
12904
|
```
|
|
12905
12905
|
|
|
12906
|
-
_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.257/src/commands/secretStore/forget.ts)_
|
|
12907
12907
|
|
|
12908
12908
|
## `codiac secretStore list`
|
|
12909
12909
|
|
|
@@ -12948,7 +12948,7 @@ EXAMPLES
|
|
|
12948
12948
|
$ codiac secretStore list
|
|
12949
12949
|
```
|
|
12950
12950
|
|
|
12951
|
-
_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.257/src/commands/secretStore/list.ts)_
|
|
12952
12952
|
|
|
12953
12953
|
## `codiac shell init`
|
|
12954
12954
|
|
|
@@ -12986,7 +12986,7 @@ EXAMPLES
|
|
|
12986
12986
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12987
12987
|
```
|
|
12988
12988
|
|
|
12989
|
-
_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.257/src/commands/shell/init.ts)_
|
|
12990
12990
|
|
|
12991
12991
|
## `codiac skill install`
|
|
12992
12992
|
|
|
@@ -13021,7 +13021,7 @@ EXAMPLES
|
|
|
13021
13021
|
$ codiac skill install --force
|
|
13022
13022
|
```
|
|
13023
13023
|
|
|
13024
|
-
_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.257/src/commands/skill/install.ts)_
|
|
13025
13025
|
|
|
13026
13026
|
## `codiac skill path`
|
|
13027
13027
|
|
|
@@ -13044,7 +13044,7 @@ EXAMPLES
|
|
|
13044
13044
|
$ codiac skill path
|
|
13045
13045
|
```
|
|
13046
13046
|
|
|
13047
|
-
_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.257/src/commands/skill/path.ts)_
|
|
13048
13048
|
|
|
13049
13049
|
## `codiac skill show`
|
|
13050
13050
|
|
|
@@ -13083,7 +13083,7 @@ EXAMPLES
|
|
|
13083
13083
|
$ codiac skill show --list
|
|
13084
13084
|
```
|
|
13085
13085
|
|
|
13086
|
-
_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.257/src/commands/skill/show.ts)_
|
|
13087
13087
|
|
|
13088
13088
|
## `codiac snapshot deploy`
|
|
13089
13089
|
|
|
@@ -13111,7 +13111,7 @@ DESCRIPTION
|
|
|
13111
13111
|
Deploys all assets in a snapshot to a target cabinet.
|
|
13112
13112
|
```
|
|
13113
13113
|
|
|
13114
|
-
_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.257/src/commands/snapshot/deploy.ts)_
|
|
13115
13115
|
|
|
13116
13116
|
## `codiac snapshot list`
|
|
13117
13117
|
|
|
@@ -13160,7 +13160,7 @@ EXAMPLES
|
|
|
13160
13160
|
$ codiac snapshot list -e myEnterprise --silent
|
|
13161
13161
|
```
|
|
13162
13162
|
|
|
13163
|
-
_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.257/src/commands/snapshot/list.ts)_
|
|
13164
13164
|
|
|
13165
13165
|
## `codiac snapshot tag`
|
|
13166
13166
|
|
|
@@ -13203,7 +13203,7 @@ EXAMPLES
|
|
|
13203
13203
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13204
13204
|
```
|
|
13205
13205
|
|
|
13206
|
-
_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.257/src/commands/snapshot/tag.ts)_
|
|
13207
13207
|
|
|
13208
13208
|
## `codiac snapshot untag`
|
|
13209
13209
|
|
|
@@ -13246,7 +13246,7 @@ EXAMPLES
|
|
|
13246
13246
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13247
13247
|
```
|
|
13248
13248
|
|
|
13249
|
-
_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.257/src/commands/snapshot/untag.ts)_
|
|
13250
13250
|
|
|
13251
13251
|
## `codiac stage [FILES]`
|
|
13252
13252
|
|
|
@@ -13268,7 +13268,7 @@ DESCRIPTION
|
|
|
13268
13268
|
Flags files to be included in the next commit.
|
|
13269
13269
|
```
|
|
13270
13270
|
|
|
13271
|
-
_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.257/src/commands/stage.ts)_
|
|
13272
13272
|
|
|
13273
13273
|
## `codiac stash [FILE]`
|
|
13274
13274
|
|
|
@@ -13290,7 +13290,7 @@ DESCRIPTION
|
|
|
13290
13290
|
describe the command here
|
|
13291
13291
|
```
|
|
13292
13292
|
|
|
13293
|
-
_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.257/src/commands/stash.ts)_
|
|
13294
13294
|
|
|
13295
13295
|
## `codiac status`
|
|
13296
13296
|
|
|
@@ -13309,7 +13309,7 @@ DESCRIPTION
|
|
|
13309
13309
|
Shows the current uncommitted changes in the current branch.
|
|
13310
13310
|
```
|
|
13311
13311
|
|
|
13312
|
-
_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.257/src/commands/status.ts)_
|
|
13313
13313
|
|
|
13314
13314
|
## `codiac stop`
|
|
13315
13315
|
|
|
@@ -13327,7 +13327,7 @@ DESCRIPTION
|
|
|
13327
13327
|
Stops the running container for this project
|
|
13328
13328
|
```
|
|
13329
13329
|
|
|
13330
|
-
_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.257/src/commands/stop.ts)_
|
|
13331
13331
|
|
|
13332
13332
|
## `codiac switch [NAME]`
|
|
13333
13333
|
|
|
@@ -13347,7 +13347,7 @@ DESCRIPTION
|
|
|
13347
13347
|
Changes branch on the main project and any sourced dependencies.
|
|
13348
13348
|
```
|
|
13349
13349
|
|
|
13350
|
-
_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.257/src/commands/switch.ts)_
|
|
13351
13351
|
|
|
13352
13352
|
## `codiac sync [NAME]`
|
|
13353
13353
|
|
|
@@ -13372,7 +13372,7 @@ DESCRIPTION
|
|
|
13372
13372
|
Merges the given branch into the current branch.
|
|
13373
13373
|
```
|
|
13374
13374
|
|
|
13375
|
-
_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.257/src/commands/sync.ts)_
|
|
13376
13376
|
|
|
13377
13377
|
## `codiac tenant create [NAME]`
|
|
13378
13378
|
|
|
@@ -13415,7 +13415,7 @@ EXAMPLES
|
|
|
13415
13415
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
13416
13416
|
```
|
|
13417
13417
|
|
|
13418
|
-
_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.257/src/commands/tenant/create.ts)_
|
|
13419
13419
|
|
|
13420
13420
|
## `codiac tenant switch [CODE]`
|
|
13421
13421
|
|
|
@@ -13455,7 +13455,7 @@ EXAMPLES
|
|
|
13455
13455
|
$ codiac tenant switch my-tenant-code --to-script
|
|
13456
13456
|
```
|
|
13457
13457
|
|
|
13458
|
-
_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.257/src/commands/tenant/switch.ts)_
|
|
13459
13459
|
|
|
13460
13460
|
## `codiac token [TOKENNAME]`
|
|
13461
13461
|
|
|
@@ -13577,7 +13577,7 @@ DESCRIPTION
|
|
|
13577
13577
|
Flags files to be included in the next commit.
|
|
13578
13578
|
```
|
|
13579
13579
|
|
|
13580
|
-
_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.257/src/commands/unstage.ts)_
|
|
13581
13581
|
|
|
13582
13582
|
## `codiac update [CHANNEL]`
|
|
13583
13583
|
|
|
@@ -13764,7 +13764,7 @@ EXAMPLES
|
|
|
13764
13764
|
$ codiac whereami --to-script
|
|
13765
13765
|
```
|
|
13766
13766
|
|
|
13767
|
-
_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.257/src/commands/whereami.ts)_
|
|
13768
13768
|
|
|
13769
13769
|
## `codiac whoami`
|
|
13770
13770
|
|
|
@@ -13806,5 +13806,5 @@ EXAMPLES
|
|
|
13806
13806
|
$ codiac whoami --to-script
|
|
13807
13807
|
```
|
|
13808
13808
|
|
|
13809
|
-
_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.257/src/commands/whoami.ts)_
|
|
13810
13810
|
<!-- commandsstop -->
|