@codiac.io/codiac-cli 1.3.261 → 1.3.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
|
|
|
21
21
|
$ codiac COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ codiac (--version|-v)
|
|
24
|
-
@codiac.io/codiac-cli/1.3.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.262 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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/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.262/src/commands/cabinet/restore.ts)_
|
|
5110
5110
|
|
|
5111
5111
|
## `codiac cfg add`
|
|
5112
5112
|
|
|
@@ -5428,7 +5428,7 @@ DESCRIPTION
|
|
|
5428
5428
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5429
5429
|
```
|
|
5430
5430
|
|
|
5431
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5431
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cli.ts)_
|
|
5432
5432
|
|
|
5433
5433
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5434
5434
|
|
|
@@ -5496,7 +5496,7 @@ EXAMPLES
|
|
|
5496
5496
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5497
5497
|
```
|
|
5498
5498
|
|
|
5499
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5499
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/configure.ts)_
|
|
5500
5500
|
|
|
5501
5501
|
## `codiac cluster agent install [CLUSTER]`
|
|
5502
5502
|
|
|
@@ -5552,7 +5552,7 @@ EXAMPLES
|
|
|
5552
5552
|
$ codiac cluster agent install my-cluster --to-script
|
|
5553
5553
|
```
|
|
5554
5554
|
|
|
5555
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5555
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/install.ts)_
|
|
5556
5556
|
|
|
5557
5557
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5558
5558
|
|
|
@@ -5600,7 +5600,7 @@ EXAMPLES
|
|
|
5600
5600
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5601
5601
|
```
|
|
5602
5602
|
|
|
5603
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5603
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/agent/uninstall.ts)_
|
|
5604
5604
|
|
|
5605
5605
|
## `codiac cluster bootstrap [NAME]`
|
|
5606
5606
|
|
|
@@ -5663,7 +5663,7 @@ EXAMPLES
|
|
|
5663
5663
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5664
5664
|
```
|
|
5665
5665
|
|
|
5666
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5666
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/bootstrap.ts)_
|
|
5667
5667
|
|
|
5668
5668
|
## `codiac cluster capture`
|
|
5669
5669
|
|
|
@@ -5748,7 +5748,7 @@ EXAMPLES
|
|
|
5748
5748
|
$ codiac cluster connect my-fav-cluster
|
|
5749
5749
|
```
|
|
5750
5750
|
|
|
5751
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5751
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/connect.ts)_
|
|
5752
5752
|
|
|
5753
5753
|
## `codiac cluster contents`
|
|
5754
5754
|
|
|
@@ -6413,7 +6413,7 @@ EXAMPLES
|
|
|
6413
6413
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6414
6414
|
```
|
|
6415
6415
|
|
|
6416
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6416
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/install.ts)_
|
|
6417
6417
|
|
|
6418
6418
|
## `codiac cluster journal [CLUSTER]`
|
|
6419
6419
|
|
|
@@ -6702,7 +6702,7 @@ EXAMPLES
|
|
|
6702
6702
|
$ codiac cluster stack capture my-fav-cluster
|
|
6703
6703
|
```
|
|
6704
6704
|
|
|
6705
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6705
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stack/capture.ts)_
|
|
6706
6706
|
|
|
6707
6707
|
## `codiac cluster stack install [CLUSTER]`
|
|
6708
6708
|
|
|
@@ -6754,7 +6754,7 @@ EXAMPLES
|
|
|
6754
6754
|
$ codiac cluster stack install my-cluster --to-script
|
|
6755
6755
|
```
|
|
6756
6756
|
|
|
6757
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6757
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stack/install.ts)_
|
|
6758
6758
|
|
|
6759
6759
|
## `codiac cluster stack list`
|
|
6760
6760
|
|
|
@@ -6920,7 +6920,7 @@ EXAMPLES
|
|
|
6920
6920
|
$ codiac cluster start my-fav-cluster
|
|
6921
6921
|
```
|
|
6922
6922
|
|
|
6923
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6923
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/start.ts)_
|
|
6924
6924
|
|
|
6925
6925
|
## `codiac cluster stop [CLUSTER]`
|
|
6926
6926
|
|
|
@@ -6957,7 +6957,7 @@ EXAMPLES
|
|
|
6957
6957
|
$ codiac cluster start my-fav-cluster
|
|
6958
6958
|
```
|
|
6959
6959
|
|
|
6960
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6960
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/cluster/stop.ts)_
|
|
6961
6961
|
|
|
6962
6962
|
## `codiac cluster uninstall`
|
|
6963
6963
|
|
|
@@ -7019,7 +7019,7 @@ DESCRIPTION
|
|
|
7019
7019
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
7020
7020
|
```
|
|
7021
7021
|
|
|
7022
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7022
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/commit.ts)_
|
|
7023
7023
|
|
|
7024
7024
|
## `codiac config add`
|
|
7025
7025
|
|
|
@@ -7194,7 +7194,7 @@ EXAMPLES
|
|
|
7194
7194
|
'[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
|
|
7195
7195
|
```
|
|
7196
7196
|
|
|
7197
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7197
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/add.ts)_
|
|
7198
7198
|
|
|
7199
7199
|
## `codiac config delete [SETTING]`
|
|
7200
7200
|
|
|
@@ -7263,7 +7263,7 @@ ALIASES
|
|
|
7263
7263
|
$ codiac cfg delete
|
|
7264
7264
|
```
|
|
7265
7265
|
|
|
7266
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7266
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/delete.ts)_
|
|
7267
7267
|
|
|
7268
7268
|
## `codiac config deploy`
|
|
7269
7269
|
|
|
@@ -7304,7 +7304,7 @@ EXAMPLES
|
|
|
7304
7304
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
7305
7305
|
```
|
|
7306
7306
|
|
|
7307
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7307
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/deploy.ts)_
|
|
7308
7308
|
|
|
7309
7309
|
## `codiac config import`
|
|
7310
7310
|
|
|
@@ -7365,7 +7365,7 @@ EXAMPLES
|
|
|
7365
7365
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
7366
7366
|
```
|
|
7367
7367
|
|
|
7368
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7368
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/import.ts)_
|
|
7369
7369
|
|
|
7370
7370
|
## `codiac config preview [SETTING]`
|
|
7371
7371
|
|
|
@@ -7671,7 +7671,7 @@ DESCRIPTION
|
|
|
7671
7671
|
Shows the list of clusters.
|
|
7672
7672
|
```
|
|
7673
7673
|
|
|
7674
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7674
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/settings/get.ts)_
|
|
7675
7675
|
|
|
7676
7676
|
## `codiac config view [SETTING]`
|
|
7677
7677
|
|
|
@@ -7736,7 +7736,7 @@ EXAMPLES
|
|
|
7736
7736
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7737
7737
|
```
|
|
7738
7738
|
|
|
7739
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7739
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/config/view.ts)_
|
|
7740
7740
|
|
|
7741
7741
|
## `codiac csp creds list`
|
|
7742
7742
|
|
|
@@ -7784,7 +7784,7 @@ EXAMPLES
|
|
|
7784
7784
|
$ codiac csp creds list
|
|
7785
7785
|
```
|
|
7786
7786
|
|
|
7787
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7787
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/creds/list.ts)_
|
|
7788
7788
|
|
|
7789
7789
|
## `codiac csp login [PROVIDER]`
|
|
7790
7790
|
|
|
@@ -7862,7 +7862,7 @@ EXAMPLES
|
|
|
7862
7862
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7863
7863
|
```
|
|
7864
7864
|
|
|
7865
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7865
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/login.ts)_
|
|
7866
7866
|
|
|
7867
7867
|
## `codiac csp logout [PROVIDER]`
|
|
7868
7868
|
|
|
@@ -7909,7 +7909,7 @@ EXAMPLES
|
|
|
7909
7909
|
$ codiac csp logout azure --to-script
|
|
7910
7910
|
```
|
|
7911
7911
|
|
|
7912
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7912
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/csp/logout.ts)_
|
|
7913
7913
|
|
|
7914
7914
|
## `codiac dep [NAME]`
|
|
7915
7915
|
|
|
@@ -7930,7 +7930,7 @@ DESCRIPTION
|
|
|
7930
7930
|
Installs a package into current project.
|
|
7931
7931
|
```
|
|
7932
7932
|
|
|
7933
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7933
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep.ts)_
|
|
7934
7934
|
|
|
7935
7935
|
## `codiac dep create [URL]`
|
|
7936
7936
|
|
|
@@ -7954,7 +7954,7 @@ DESCRIPTION
|
|
|
7954
7954
|
package version is used.
|
|
7955
7955
|
```
|
|
7956
7956
|
|
|
7957
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7957
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/create.ts)_
|
|
7958
7958
|
|
|
7959
7959
|
## `codiac dep install`
|
|
7960
7960
|
|
|
@@ -7971,7 +7971,7 @@ DESCRIPTION
|
|
|
7971
7971
|
installs any missing dependency packages into the local project folder.
|
|
7972
7972
|
```
|
|
7973
7973
|
|
|
7974
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7974
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/install.ts)_
|
|
7975
7975
|
|
|
7976
7976
|
## `codiac dep list`
|
|
7977
7977
|
|
|
@@ -7988,7 +7988,7 @@ DESCRIPTION
|
|
|
7988
7988
|
Shows the dependencies for the project.
|
|
7989
7989
|
```
|
|
7990
7990
|
|
|
7991
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7991
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/list.ts)_
|
|
7992
7992
|
|
|
7993
7993
|
## `codiac dep remove [NAME]`
|
|
7994
7994
|
|
|
@@ -8011,7 +8011,7 @@ DESCRIPTION
|
|
|
8011
8011
|
Removes a dependency from the project.
|
|
8012
8012
|
```
|
|
8013
8013
|
|
|
8014
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8014
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/remove.ts)_
|
|
8015
8015
|
|
|
8016
8016
|
## `codiac dep source [NAME]`
|
|
8017
8017
|
|
|
@@ -8037,7 +8037,7 @@ ALIASES
|
|
|
8037
8037
|
$ codiac dep src
|
|
8038
8038
|
```
|
|
8039
8039
|
|
|
8040
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8040
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/source.ts)_
|
|
8041
8041
|
|
|
8042
8042
|
## `codiac dep src [NAME]`
|
|
8043
8043
|
|
|
@@ -8081,7 +8081,7 @@ DESCRIPTION
|
|
|
8081
8081
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
8082
8082
|
```
|
|
8083
8083
|
|
|
8084
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8084
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/syncup.ts)_
|
|
8085
8085
|
|
|
8086
8086
|
## `codiac dep unsource [NAME]`
|
|
8087
8087
|
|
|
@@ -8109,7 +8109,7 @@ ALIASES
|
|
|
8109
8109
|
$ codiac dep unsrc
|
|
8110
8110
|
```
|
|
8111
8111
|
|
|
8112
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8112
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/unsource.ts)_
|
|
8113
8113
|
|
|
8114
8114
|
## `codiac dep unsrc [NAME]`
|
|
8115
8115
|
|
|
@@ -8156,7 +8156,7 @@ DESCRIPTION
|
|
|
8156
8156
|
describe the command here
|
|
8157
8157
|
```
|
|
8158
8158
|
|
|
8159
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8159
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/dep/upgrade.ts)_
|
|
8160
8160
|
|
|
8161
8161
|
## `codiac deploy`
|
|
8162
8162
|
|
|
@@ -8209,7 +8209,7 @@ EXAMPLES
|
|
|
8209
8209
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
8210
8210
|
```
|
|
8211
8211
|
|
|
8212
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8212
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/deploy.ts)_
|
|
8213
8213
|
|
|
8214
8214
|
## `codiac domain map [DOMAIN]`
|
|
8215
8215
|
|
|
@@ -8365,7 +8365,7 @@ EXAMPLES
|
|
|
8365
8365
|
cod enterprise create my-enterprise-code --silent
|
|
8366
8366
|
```
|
|
8367
8367
|
|
|
8368
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8368
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/enterprise/create.ts)_
|
|
8369
8369
|
|
|
8370
8370
|
## `codiac enterprise list`
|
|
8371
8371
|
|
|
@@ -8420,7 +8420,7 @@ EXAMPLES
|
|
|
8420
8420
|
$ codiac enterprise list --to-script
|
|
8421
8421
|
```
|
|
8422
8422
|
|
|
8423
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8423
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/enterprise/list.ts)_
|
|
8424
8424
|
|
|
8425
8425
|
## `codiac env add [SETTING]`
|
|
8426
8426
|
|
|
@@ -8470,7 +8470,7 @@ EXAMPLES
|
|
|
8470
8470
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8471
8471
|
```
|
|
8472
8472
|
|
|
8473
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8473
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/env/add.ts)_
|
|
8474
8474
|
|
|
8475
8475
|
## `codiac enviro cluster attach`
|
|
8476
8476
|
|
|
@@ -8773,7 +8773,7 @@ ALIASES
|
|
|
8773
8773
|
$ codiac infrx enviro cluster attach
|
|
8774
8774
|
```
|
|
8775
8775
|
|
|
8776
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8776
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/cluster/attach.ts)_
|
|
8777
8777
|
|
|
8778
8778
|
## `codiac environment cluster detach`
|
|
8779
8779
|
|
|
@@ -8819,7 +8819,7 @@ ALIASES
|
|
|
8819
8819
|
$ codiac infrx enviro cluster detach
|
|
8820
8820
|
```
|
|
8821
8821
|
|
|
8822
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8822
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/cluster/detach.ts)_
|
|
8823
8823
|
|
|
8824
8824
|
## `codiac environment create [NAME]`
|
|
8825
8825
|
|
|
@@ -8882,7 +8882,7 @@ EXAMPLES
|
|
|
8882
8882
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8883
8883
|
```
|
|
8884
8884
|
|
|
8885
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8885
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/create.ts)_
|
|
8886
8886
|
|
|
8887
8887
|
## `codiac environment delete [NAME]`
|
|
8888
8888
|
|
|
@@ -8943,7 +8943,7 @@ EXAMPLES
|
|
|
8943
8943
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8944
8944
|
```
|
|
8945
8945
|
|
|
8946
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8946
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/delete.ts)_
|
|
8947
8947
|
|
|
8948
8948
|
## `codiac environment list`
|
|
8949
8949
|
|
|
@@ -8994,7 +8994,7 @@ EXAMPLES
|
|
|
8994
8994
|
$ codiac environment list -e myEnterprise --silent
|
|
8995
8995
|
```
|
|
8996
8996
|
|
|
8997
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8997
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/environment/list.ts)_
|
|
8998
8998
|
|
|
8999
8999
|
## `codiac fileshare capture`
|
|
9000
9000
|
|
|
@@ -9078,7 +9078,7 @@ ALIASES
|
|
|
9078
9078
|
$ codiac fileshare capture
|
|
9079
9079
|
```
|
|
9080
9080
|
|
|
9081
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9081
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/capture.ts)_
|
|
9082
9082
|
|
|
9083
9083
|
## `codiac filestore forget`
|
|
9084
9084
|
|
|
@@ -9125,7 +9125,7 @@ EXAMPLES
|
|
|
9125
9125
|
$ codiac filestore forget
|
|
9126
9126
|
```
|
|
9127
9127
|
|
|
9128
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9128
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/forget.ts)_
|
|
9129
9129
|
|
|
9130
9130
|
## `codiac filestore list`
|
|
9131
9131
|
|
|
@@ -9171,7 +9171,7 @@ EXAMPLES
|
|
|
9171
9171
|
$ codiac filestore list
|
|
9172
9172
|
```
|
|
9173
9173
|
|
|
9174
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9174
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/filestore/list.ts)_
|
|
9175
9175
|
|
|
9176
9176
|
## `codiac help [COMMANDS]`
|
|
9177
9177
|
|
|
@@ -9257,7 +9257,7 @@ EXAMPLES
|
|
|
9257
9257
|
$ codiac host delete
|
|
9258
9258
|
```
|
|
9259
9259
|
|
|
9260
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9260
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/delete.ts)_
|
|
9261
9261
|
|
|
9262
9262
|
## `codiac host list [DOMAIN]`
|
|
9263
9263
|
|
|
@@ -9301,7 +9301,7 @@ EXAMPLES
|
|
|
9301
9301
|
$ codiac host list
|
|
9302
9302
|
```
|
|
9303
9303
|
|
|
9304
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9304
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/list.ts)_
|
|
9305
9305
|
|
|
9306
9306
|
## `codiac host map [DOMAIN]`
|
|
9307
9307
|
|
|
@@ -9355,7 +9355,7 @@ EXAMPLES
|
|
|
9355
9355
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
9356
9356
|
```
|
|
9357
9357
|
|
|
9358
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9358
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/map.ts)_
|
|
9359
9359
|
|
|
9360
9360
|
## `codiac host view [DOMAIN]`
|
|
9361
9361
|
|
|
@@ -9400,7 +9400,7 @@ EXAMPLES
|
|
|
9400
9400
|
$ codiac host view
|
|
9401
9401
|
```
|
|
9402
9402
|
|
|
9403
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9403
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/host/view.ts)_
|
|
9404
9404
|
|
|
9405
9405
|
## `codiac identify [TOKENNAME]`
|
|
9406
9406
|
|
|
@@ -9472,7 +9472,7 @@ ALIASES
|
|
|
9472
9472
|
$ codiac token
|
|
9473
9473
|
```
|
|
9474
9474
|
|
|
9475
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9475
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity.ts)_
|
|
9476
9476
|
|
|
9477
9477
|
## `codiac identity delete [NAME]`
|
|
9478
9478
|
|
|
@@ -9497,7 +9497,7 @@ ALIASES
|
|
|
9497
9497
|
$ codiac token remove
|
|
9498
9498
|
```
|
|
9499
9499
|
|
|
9500
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9500
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity/delete.ts)_
|
|
9501
9501
|
|
|
9502
9502
|
## `codiac identity list`
|
|
9503
9503
|
|
|
@@ -9519,7 +9519,7 @@ ALIASES
|
|
|
9519
9519
|
$ codiac token list
|
|
9520
9520
|
```
|
|
9521
9521
|
|
|
9522
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9522
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/identity/list.ts)_
|
|
9523
9523
|
|
|
9524
9524
|
## `codiac identity remove [NAME]`
|
|
9525
9525
|
|
|
@@ -9842,7 +9842,7 @@ DESCRIPTION
|
|
|
9842
9842
|
Saves a reference to an existing container registry.
|
|
9843
9843
|
```
|
|
9844
9844
|
|
|
9845
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9845
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/capture.ts)_
|
|
9846
9846
|
|
|
9847
9847
|
## `codiac imageRegistry edit`
|
|
9848
9848
|
|
|
@@ -9885,7 +9885,7 @@ EXAMPLES
|
|
|
9885
9885
|
$ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
|
|
9886
9886
|
```
|
|
9887
9887
|
|
|
9888
|
-
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9888
|
+
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/edit.ts)_
|
|
9889
9889
|
|
|
9890
9890
|
## `codiac imageRegistry forget`
|
|
9891
9891
|
|
|
@@ -9906,7 +9906,7 @@ DESCRIPTION
|
|
|
9906
9906
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9907
9907
|
```
|
|
9908
9908
|
|
|
9909
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9909
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/forget.ts)_
|
|
9910
9910
|
|
|
9911
9911
|
## `codiac imageRegistry list`
|
|
9912
9912
|
|
|
@@ -9948,7 +9948,7 @@ EXAMPLES
|
|
|
9948
9948
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9949
9949
|
```
|
|
9950
9950
|
|
|
9951
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9951
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/list.ts)_
|
|
9952
9952
|
|
|
9953
9953
|
## `codiac imageRegistry pullSecret set`
|
|
9954
9954
|
|
|
@@ -9984,7 +9984,7 @@ ALIASES
|
|
|
9984
9984
|
$ codiac pullsecret
|
|
9985
9985
|
```
|
|
9986
9986
|
|
|
9987
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9987
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9988
9988
|
|
|
9989
9989
|
## `codiac imageRegistry pullSecret unset`
|
|
9990
9990
|
|
|
@@ -10011,7 +10011,7 @@ ALIASES
|
|
|
10011
10011
|
$ codiac pullsecret unset
|
|
10012
10012
|
```
|
|
10013
10013
|
|
|
10014
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10014
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
10015
10015
|
|
|
10016
10016
|
## `codiac images add [IMAGENAME]`
|
|
10017
10017
|
|
|
@@ -10072,7 +10072,7 @@ EXAMPLES
|
|
|
10072
10072
|
$ codiac images add your-company/your-image --to-script
|
|
10073
10073
|
```
|
|
10074
10074
|
|
|
10075
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10075
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/add.ts)_
|
|
10076
10076
|
|
|
10077
10077
|
## `codiac images list`
|
|
10078
10078
|
|
|
@@ -10095,7 +10095,7 @@ ALIASES
|
|
|
10095
10095
|
$ codiac img list
|
|
10096
10096
|
```
|
|
10097
10097
|
|
|
10098
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10098
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/list.ts)_
|
|
10099
10099
|
|
|
10100
10100
|
## `codiac images patch IMAGENAME`
|
|
10101
10101
|
|
|
@@ -10125,7 +10125,7 @@ ALIASES
|
|
|
10125
10125
|
$ codiac img patch
|
|
10126
10126
|
```
|
|
10127
10127
|
|
|
10128
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10128
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/patch.ts)_
|
|
10129
10129
|
|
|
10130
10130
|
## `codiac images remove IMAGENAME`
|
|
10131
10131
|
|
|
@@ -10151,7 +10151,7 @@ ALIASES
|
|
|
10151
10151
|
$ codiac img delete
|
|
10152
10152
|
```
|
|
10153
10153
|
|
|
10154
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10154
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/remove.ts)_
|
|
10155
10155
|
|
|
10156
10156
|
## `codiac images version NAME`
|
|
10157
10157
|
|
|
@@ -10177,7 +10177,7 @@ ALIASES
|
|
|
10177
10177
|
$ codiac img version get
|
|
10178
10178
|
```
|
|
10179
10179
|
|
|
10180
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10180
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/version.ts)_
|
|
10181
10181
|
|
|
10182
10182
|
## `codiac images version bump NAME`
|
|
10183
10183
|
|
|
@@ -10210,7 +10210,7 @@ ALIASES
|
|
|
10210
10210
|
$ codiac img version bump
|
|
10211
10211
|
```
|
|
10212
10212
|
|
|
10213
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10213
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/images/version/bump.ts)_
|
|
10214
10214
|
|
|
10215
10215
|
## `codiac img [IMAGENAME]`
|
|
10216
10216
|
|
|
@@ -10526,7 +10526,7 @@ EXAMPLES
|
|
|
10526
10526
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
10527
10527
|
```
|
|
10528
10528
|
|
|
10529
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10529
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/import/cluster.ts)_
|
|
10530
10530
|
|
|
10531
10531
|
## `codiac infrx cab create [CABINET]`
|
|
10532
10532
|
|
|
@@ -11371,7 +11371,7 @@ DESCRIPTION
|
|
|
11371
11371
|
Declares the given folder as a project root
|
|
11372
11372
|
```
|
|
11373
11373
|
|
|
11374
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11374
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/init.ts)_
|
|
11375
11375
|
|
|
11376
11376
|
## `codiac kit create`
|
|
11377
11377
|
|
|
@@ -11414,7 +11414,7 @@ EXAMPLES
|
|
|
11414
11414
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
11415
11415
|
```
|
|
11416
11416
|
|
|
11417
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11417
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/kit/create.ts)_
|
|
11418
11418
|
|
|
11419
11419
|
## `codiac login`
|
|
11420
11420
|
|
|
@@ -11473,7 +11473,7 @@ EXAMPLES
|
|
|
11473
11473
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
11474
11474
|
```
|
|
11475
11475
|
|
|
11476
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11476
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/login.ts)_
|
|
11477
11477
|
|
|
11478
11478
|
## `codiac logout`
|
|
11479
11479
|
|
|
@@ -11506,7 +11506,7 @@ EXAMPLES
|
|
|
11506
11506
|
$ codiac logout --to-script
|
|
11507
11507
|
```
|
|
11508
11508
|
|
|
11509
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11509
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/logout.ts)_
|
|
11510
11510
|
|
|
11511
11511
|
## `codiac merge [BRANCH]`
|
|
11512
11512
|
|
|
@@ -11527,7 +11527,7 @@ DESCRIPTION
|
|
|
11527
11527
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11528
11528
|
```
|
|
11529
11529
|
|
|
11530
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11530
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/merge.ts)_
|
|
11531
11531
|
|
|
11532
11532
|
## `codiac noc cluster capture`
|
|
11533
11533
|
|
|
@@ -11579,7 +11579,7 @@ EXAMPLES
|
|
|
11579
11579
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11580
11580
|
```
|
|
11581
11581
|
|
|
11582
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11582
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/capture.ts)_
|
|
11583
11583
|
|
|
11584
11584
|
## `codiac noc cluster create [NAME]`
|
|
11585
11585
|
|
|
@@ -11669,7 +11669,7 @@ FLAG DESCRIPTIONS
|
|
|
11669
11669
|
initialization is always skipped in that mode.
|
|
11670
11670
|
```
|
|
11671
11671
|
|
|
11672
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11672
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/create.ts)_
|
|
11673
11673
|
|
|
11674
11674
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11675
11675
|
|
|
@@ -11724,7 +11724,7 @@ EXAMPLES
|
|
|
11724
11724
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11725
11725
|
```
|
|
11726
11726
|
|
|
11727
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11727
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/credentials-set.ts)_
|
|
11728
11728
|
|
|
11729
11729
|
## `codiac noc cluster define [NAME]`
|
|
11730
11730
|
|
|
@@ -11798,7 +11798,7 @@ EXAMPLES
|
|
|
11798
11798
|
$ codiac noc cluster define my-cluster --to-script
|
|
11799
11799
|
```
|
|
11800
11800
|
|
|
11801
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11801
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/define.ts)_
|
|
11802
11802
|
|
|
11803
11803
|
## `codiac noc cluster deinit`
|
|
11804
11804
|
|
|
@@ -11838,7 +11838,7 @@ EXAMPLES
|
|
|
11838
11838
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11839
11839
|
```
|
|
11840
11840
|
|
|
11841
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11841
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/deinit.ts)_
|
|
11842
11842
|
|
|
11843
11843
|
## `codiac noc cluster destroy [NAME]`
|
|
11844
11844
|
|
|
@@ -11872,7 +11872,7 @@ ALIASES
|
|
|
11872
11872
|
$ codiac cluster destroy
|
|
11873
11873
|
```
|
|
11874
11874
|
|
|
11875
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11875
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/destroy.ts)_
|
|
11876
11876
|
|
|
11877
11877
|
## `codiac noc cluster forget`
|
|
11878
11878
|
|
|
@@ -11923,7 +11923,7 @@ EXAMPLES
|
|
|
11923
11923
|
$ codiac noc cluster forget --running
|
|
11924
11924
|
```
|
|
11925
11925
|
|
|
11926
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11926
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/forget.ts)_
|
|
11927
11927
|
|
|
11928
11928
|
## `codiac noc cluster grant`
|
|
11929
11929
|
|
|
@@ -11961,7 +11961,7 @@ EXAMPLES
|
|
|
11961
11961
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11962
11962
|
```
|
|
11963
11963
|
|
|
11964
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11964
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/grant.ts)_
|
|
11965
11965
|
|
|
11966
11966
|
## `codiac noc cluster init`
|
|
11967
11967
|
|
|
@@ -12007,7 +12007,7 @@ EXAMPLES
|
|
|
12007
12007
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
12008
12008
|
```
|
|
12009
12009
|
|
|
12010
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12010
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/init.ts)_
|
|
12011
12011
|
|
|
12012
12012
|
## `codiac noc cluster journal [CLUSTER]`
|
|
12013
12013
|
|
|
@@ -12056,7 +12056,7 @@ EXAMPLES
|
|
|
12056
12056
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
12057
12057
|
```
|
|
12058
12058
|
|
|
12059
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12059
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/journal.ts)_
|
|
12060
12060
|
|
|
12061
12061
|
## `codiac noc cluster list`
|
|
12062
12062
|
|
|
@@ -12117,7 +12117,7 @@ EXAMPLES
|
|
|
12117
12117
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
12118
12118
|
```
|
|
12119
12119
|
|
|
12120
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12120
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/list.ts)_
|
|
12121
12121
|
|
|
12122
12122
|
## `codiac noc cluster restore [NAME]`
|
|
12123
12123
|
|
|
@@ -12177,7 +12177,7 @@ EXAMPLES
|
|
|
12177
12177
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
12178
12178
|
```
|
|
12179
12179
|
|
|
12180
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12180
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/noc/cluster/restore.ts)_
|
|
12181
12181
|
|
|
12182
12182
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
12183
12183
|
|
|
@@ -12211,7 +12211,7 @@ DESCRIPTION
|
|
|
12211
12211
|
Configures a package to be built and published by the project.
|
|
12212
12212
|
```
|
|
12213
12213
|
|
|
12214
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12214
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/add.ts)_
|
|
12215
12215
|
|
|
12216
12216
|
## `codiac pkg delete [PACKAGENAME]`
|
|
12217
12217
|
|
|
@@ -12249,7 +12249,7 @@ DESCRIPTION
|
|
|
12249
12249
|
Renders the list of packages that are configured as project exports.
|
|
12250
12250
|
```
|
|
12251
12251
|
|
|
12252
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12252
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/list.ts)_
|
|
12253
12253
|
|
|
12254
12254
|
## `codiac pkg patch PACKAGENAME`
|
|
12255
12255
|
|
|
@@ -12275,7 +12275,7 @@ DESCRIPTION
|
|
|
12275
12275
|
registryUrl and/or environment.
|
|
12276
12276
|
```
|
|
12277
12277
|
|
|
12278
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12278
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/patch.ts)_
|
|
12279
12279
|
|
|
12280
12280
|
## `codiac pkg remove [PACKAGENAME]`
|
|
12281
12281
|
|
|
@@ -12298,7 +12298,7 @@ ALIASES
|
|
|
12298
12298
|
$ codiac pkg delete
|
|
12299
12299
|
```
|
|
12300
12300
|
|
|
12301
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12301
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pkg/remove.ts)_
|
|
12302
12302
|
|
|
12303
12303
|
## `codiac portal`
|
|
12304
12304
|
|
|
@@ -12331,7 +12331,7 @@ EXAMPLES
|
|
|
12331
12331
|
$ codiac portal --to-script
|
|
12332
12332
|
```
|
|
12333
12333
|
|
|
12334
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12334
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/portal.ts)_
|
|
12335
12335
|
|
|
12336
12336
|
## `codiac probe create [CMD]`
|
|
12337
12337
|
|
|
@@ -12452,7 +12452,7 @@ DESCRIPTION
|
|
|
12452
12452
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
12453
12453
|
```
|
|
12454
12454
|
|
|
12455
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12455
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/publish.ts)_
|
|
12456
12456
|
|
|
12457
12457
|
## `codiac pull [NAME]`
|
|
12458
12458
|
|
|
@@ -12476,7 +12476,7 @@ DESCRIPTION
|
|
|
12476
12476
|
Pulls all commits from upstream to local.
|
|
12477
12477
|
```
|
|
12478
12478
|
|
|
12479
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12479
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pull.ts)_
|
|
12480
12480
|
|
|
12481
12481
|
## `codiac pullsecret`
|
|
12482
12482
|
|
|
@@ -12559,7 +12559,7 @@ DESCRIPTION
|
|
|
12559
12559
|
Pushes all local commits upstream.
|
|
12560
12560
|
```
|
|
12561
12561
|
|
|
12562
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12562
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/push.ts)_
|
|
12563
12563
|
|
|
12564
12564
|
## `codiac pvc create`
|
|
12565
12565
|
|
|
@@ -12643,7 +12643,7 @@ EXAMPLES
|
|
|
12643
12643
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12644
12644
|
```
|
|
12645
12645
|
|
|
12646
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12646
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/create.ts)_
|
|
12647
12647
|
|
|
12648
12648
|
## `codiac pvc delete`
|
|
12649
12649
|
|
|
@@ -12690,7 +12690,7 @@ EXAMPLES
|
|
|
12690
12690
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12691
12691
|
```
|
|
12692
12692
|
|
|
12693
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12693
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/delete.ts)_
|
|
12694
12694
|
|
|
12695
12695
|
## `codiac pvc get`
|
|
12696
12696
|
|
|
@@ -12731,7 +12731,7 @@ EXAMPLES
|
|
|
12731
12731
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12732
12732
|
```
|
|
12733
12733
|
|
|
12734
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12734
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/get.ts)_
|
|
12735
12735
|
|
|
12736
12736
|
## `codiac pvc list`
|
|
12737
12737
|
|
|
@@ -12774,7 +12774,7 @@ EXAMPLES
|
|
|
12774
12774
|
$ codiac pvc list -o yaml
|
|
12775
12775
|
```
|
|
12776
12776
|
|
|
12777
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12777
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/pvc/list.ts)_
|
|
12778
12778
|
|
|
12779
12779
|
## `codiac relay-version`
|
|
12780
12780
|
|
|
@@ -12791,7 +12791,7 @@ EXAMPLES
|
|
|
12791
12791
|
$ codiac relay-version
|
|
12792
12792
|
```
|
|
12793
12793
|
|
|
12794
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12794
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/relay-version.ts)_
|
|
12795
12795
|
|
|
12796
12796
|
## `codiac run`
|
|
12797
12797
|
|
|
@@ -12833,7 +12833,7 @@ DESCRIPTION
|
|
|
12833
12833
|
Runs the latest build of the api container locally.
|
|
12834
12834
|
```
|
|
12835
12835
|
|
|
12836
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12836
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/run.ts)_
|
|
12837
12837
|
|
|
12838
12838
|
## `codiac secretStore`
|
|
12839
12839
|
|
|
@@ -12951,7 +12951,7 @@ EXAMPLES
|
|
|
12951
12951
|
$ codiac secretStore capture --echo
|
|
12952
12952
|
```
|
|
12953
12953
|
|
|
12954
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12954
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/capture.ts)_
|
|
12955
12955
|
|
|
12956
12956
|
## `codiac secretStore forget`
|
|
12957
12957
|
|
|
@@ -12972,7 +12972,7 @@ DESCRIPTION
|
|
|
12972
12972
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12973
12973
|
```
|
|
12974
12974
|
|
|
12975
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12975
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/forget.ts)_
|
|
12976
12976
|
|
|
12977
12977
|
## `codiac secretStore list`
|
|
12978
12978
|
|
|
@@ -13017,7 +13017,7 @@ EXAMPLES
|
|
|
13017
13017
|
$ codiac secretStore list
|
|
13018
13018
|
```
|
|
13019
13019
|
|
|
13020
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13020
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/secretStore/list.ts)_
|
|
13021
13021
|
|
|
13022
13022
|
## `codiac shell init`
|
|
13023
13023
|
|
|
@@ -13055,7 +13055,7 @@ EXAMPLES
|
|
|
13055
13055
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
13056
13056
|
```
|
|
13057
13057
|
|
|
13058
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13058
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/shell/init.ts)_
|
|
13059
13059
|
|
|
13060
13060
|
## `codiac skill install`
|
|
13061
13061
|
|
|
@@ -13090,7 +13090,7 @@ EXAMPLES
|
|
|
13090
13090
|
$ codiac skill install --force
|
|
13091
13091
|
```
|
|
13092
13092
|
|
|
13093
|
-
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13093
|
+
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/install.ts)_
|
|
13094
13094
|
|
|
13095
13095
|
## `codiac skill path`
|
|
13096
13096
|
|
|
@@ -13113,7 +13113,7 @@ EXAMPLES
|
|
|
13113
13113
|
$ codiac skill path
|
|
13114
13114
|
```
|
|
13115
13115
|
|
|
13116
|
-
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13116
|
+
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/path.ts)_
|
|
13117
13117
|
|
|
13118
13118
|
## `codiac skill show`
|
|
13119
13119
|
|
|
@@ -13152,7 +13152,7 @@ EXAMPLES
|
|
|
13152
13152
|
$ codiac skill show --list
|
|
13153
13153
|
```
|
|
13154
13154
|
|
|
13155
|
-
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13155
|
+
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/skill/show.ts)_
|
|
13156
13156
|
|
|
13157
13157
|
## `codiac snapshot deploy`
|
|
13158
13158
|
|
|
@@ -13180,7 +13180,7 @@ DESCRIPTION
|
|
|
13180
13180
|
Deploys all assets in a snapshot to a target cabinet.
|
|
13181
13181
|
```
|
|
13182
13182
|
|
|
13183
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13183
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/deploy.ts)_
|
|
13184
13184
|
|
|
13185
13185
|
## `codiac snapshot list`
|
|
13186
13186
|
|
|
@@ -13229,7 +13229,7 @@ EXAMPLES
|
|
|
13229
13229
|
$ codiac snapshot list -e myEnterprise --silent
|
|
13230
13230
|
```
|
|
13231
13231
|
|
|
13232
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13232
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/list.ts)_
|
|
13233
13233
|
|
|
13234
13234
|
## `codiac snapshot tag`
|
|
13235
13235
|
|
|
@@ -13272,7 +13272,7 @@ EXAMPLES
|
|
|
13272
13272
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13273
13273
|
```
|
|
13274
13274
|
|
|
13275
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13275
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/tag.ts)_
|
|
13276
13276
|
|
|
13277
13277
|
## `codiac snapshot untag`
|
|
13278
13278
|
|
|
@@ -13315,7 +13315,7 @@ EXAMPLES
|
|
|
13315
13315
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13316
13316
|
```
|
|
13317
13317
|
|
|
13318
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13318
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/snapshot/untag.ts)_
|
|
13319
13319
|
|
|
13320
13320
|
## `codiac stage [FILES]`
|
|
13321
13321
|
|
|
@@ -13337,7 +13337,7 @@ DESCRIPTION
|
|
|
13337
13337
|
Flags files to be included in the next commit.
|
|
13338
13338
|
```
|
|
13339
13339
|
|
|
13340
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13340
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stage.ts)_
|
|
13341
13341
|
|
|
13342
13342
|
## `codiac stash [FILE]`
|
|
13343
13343
|
|
|
@@ -13359,7 +13359,7 @@ DESCRIPTION
|
|
|
13359
13359
|
describe the command here
|
|
13360
13360
|
```
|
|
13361
13361
|
|
|
13362
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13362
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stash.ts)_
|
|
13363
13363
|
|
|
13364
13364
|
## `codiac status`
|
|
13365
13365
|
|
|
@@ -13378,7 +13378,7 @@ DESCRIPTION
|
|
|
13378
13378
|
Shows the current uncommitted changes in the current branch.
|
|
13379
13379
|
```
|
|
13380
13380
|
|
|
13381
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13381
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/status.ts)_
|
|
13382
13382
|
|
|
13383
13383
|
## `codiac stop`
|
|
13384
13384
|
|
|
@@ -13396,7 +13396,7 @@ DESCRIPTION
|
|
|
13396
13396
|
Stops the running container for this project
|
|
13397
13397
|
```
|
|
13398
13398
|
|
|
13399
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13399
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/stop.ts)_
|
|
13400
13400
|
|
|
13401
13401
|
## `codiac switch [NAME]`
|
|
13402
13402
|
|
|
@@ -13416,7 +13416,7 @@ DESCRIPTION
|
|
|
13416
13416
|
Changes branch on the main project and any sourced dependencies.
|
|
13417
13417
|
```
|
|
13418
13418
|
|
|
13419
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13419
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/switch.ts)_
|
|
13420
13420
|
|
|
13421
13421
|
## `codiac sync [NAME]`
|
|
13422
13422
|
|
|
@@ -13441,7 +13441,7 @@ DESCRIPTION
|
|
|
13441
13441
|
Merges the given branch into the current branch.
|
|
13442
13442
|
```
|
|
13443
13443
|
|
|
13444
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13444
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/sync.ts)_
|
|
13445
13445
|
|
|
13446
13446
|
## `codiac tenant create [NAME]`
|
|
13447
13447
|
|
|
@@ -13484,7 +13484,7 @@ EXAMPLES
|
|
|
13484
13484
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
13485
13485
|
```
|
|
13486
13486
|
|
|
13487
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13487
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/tenant/create.ts)_
|
|
13488
13488
|
|
|
13489
13489
|
## `codiac tenant switch [CODE]`
|
|
13490
13490
|
|
|
@@ -13524,7 +13524,7 @@ EXAMPLES
|
|
|
13524
13524
|
$ codiac tenant switch my-tenant-code --to-script
|
|
13525
13525
|
```
|
|
13526
13526
|
|
|
13527
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13527
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/tenant/switch.ts)_
|
|
13528
13528
|
|
|
13529
13529
|
## `codiac token [TOKENNAME]`
|
|
13530
13530
|
|
|
@@ -13646,7 +13646,7 @@ DESCRIPTION
|
|
|
13646
13646
|
Flags files to be included in the next commit.
|
|
13647
13647
|
```
|
|
13648
13648
|
|
|
13649
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13649
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/unstage.ts)_
|
|
13650
13650
|
|
|
13651
13651
|
## `codiac update [CHANNEL]`
|
|
13652
13652
|
|
|
@@ -13833,7 +13833,7 @@ EXAMPLES
|
|
|
13833
13833
|
$ codiac whereami --to-script
|
|
13834
13834
|
```
|
|
13835
13835
|
|
|
13836
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13836
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/whereami.ts)_
|
|
13837
13837
|
|
|
13838
13838
|
## `codiac whoami`
|
|
13839
13839
|
|
|
@@ -13875,5 +13875,5 @@ EXAMPLES
|
|
|
13875
13875
|
$ codiac whoami --to-script
|
|
13876
13876
|
```
|
|
13877
13877
|
|
|
13878
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13878
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.262/src/commands/whoami.ts)_
|
|
13879
13879
|
<!-- commandsstop -->
|