@codiac.io/codiac-cli 1.3.266 → 1.3.267
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 +171 -171
- package/dist/relay/relay-container.js +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.267 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -543,7 +543,7 @@ EXAMPLES
|
|
|
543
543
|
$ codiac ai agent install -e ben -t hermes -c dev --to-script
|
|
544
544
|
```
|
|
545
545
|
|
|
546
|
-
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
546
|
+
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/agent/install.ts)_
|
|
547
547
|
|
|
548
548
|
## `codiac ai model attach`
|
|
549
549
|
|
|
@@ -578,7 +578,7 @@ EXAMPLES
|
|
|
578
578
|
$ codiac ai model attach -e ben -m qwen3-dev --agent hermes-agent -c dev --silent
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
581
|
+
_See code: [src/commands/ai/model/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/model/attach.ts)_
|
|
582
582
|
|
|
583
583
|
## `codiac ai model install`
|
|
584
584
|
|
|
@@ -650,7 +650,7 @@ EXAMPLES
|
|
|
650
650
|
$ codiac ai model install -e ben --source served -m qwen3 --runtime cpu -c dev --to-script
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
653
|
+
_See code: [src/commands/ai/model/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/model/install.ts)_
|
|
654
654
|
|
|
655
655
|
## `codiac ai model list`
|
|
656
656
|
|
|
@@ -706,7 +706,7 @@ EXAMPLES
|
|
|
706
706
|
$ codiac ai model list -e ben --silent
|
|
707
707
|
```
|
|
708
708
|
|
|
709
|
-
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
709
|
+
_See code: [src/commands/ai/model/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/model/list.ts)_
|
|
710
710
|
|
|
711
711
|
## `codiac ai model ls`
|
|
712
712
|
|
|
@@ -830,7 +830,7 @@ EXAMPLES
|
|
|
830
830
|
$ codiac ai model uninstall -e ben -m qwen3-dev -c dev --silent
|
|
831
831
|
```
|
|
832
832
|
|
|
833
|
-
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
833
|
+
_See code: [src/commands/ai/model/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/model/uninstall.ts)_
|
|
834
834
|
|
|
835
835
|
## `codiac ai model view`
|
|
836
836
|
|
|
@@ -875,7 +875,7 @@ EXAMPLES
|
|
|
875
875
|
$ codiac ai model view -e ben -m qwen3-dev --silent
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
878
|
+
_See code: [src/commands/ai/model/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/ai/model/view.ts)_
|
|
879
879
|
|
|
880
880
|
## `codiac asset create`
|
|
881
881
|
|
|
@@ -996,7 +996,7 @@ EXAMPLES
|
|
|
996
996
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
997
997
|
```
|
|
998
998
|
|
|
999
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
999
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/create.ts)_
|
|
1000
1000
|
|
|
1001
1001
|
## `codiac asset edit`
|
|
1002
1002
|
|
|
@@ -1062,7 +1062,7 @@ EXAMPLES
|
|
|
1062
1062
|
$ codiac asset edit -e myEnterprise -n my-api --registry devCodiacContainers --silent
|
|
1063
1063
|
```
|
|
1064
1064
|
|
|
1065
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1065
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/edit.ts)_
|
|
1066
1066
|
|
|
1067
1067
|
## `codiac asset entrypoint`
|
|
1068
1068
|
|
|
@@ -1183,7 +1183,7 @@ EXAMPLES
|
|
|
1183
1183
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
1184
1184
|
```
|
|
1185
1185
|
|
|
1186
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1186
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/entrypoint/delete.ts)_
|
|
1187
1187
|
|
|
1188
1188
|
## `codiac asset entrypoint set`
|
|
1189
1189
|
|
|
@@ -1252,7 +1252,7 @@ EXAMPLES
|
|
|
1252
1252
|
--input=/backup/workflows'
|
|
1253
1253
|
```
|
|
1254
1254
|
|
|
1255
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1255
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/entrypoint/set.ts)_
|
|
1256
1256
|
|
|
1257
1257
|
## `codiac asset get [CMD]`
|
|
1258
1258
|
|
|
@@ -1360,7 +1360,7 @@ EXAMPLES
|
|
|
1360
1360
|
$ codiac asset list -e myEnterprise --to-script
|
|
1361
1361
|
```
|
|
1362
1362
|
|
|
1363
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1363
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/list.ts)_
|
|
1364
1364
|
|
|
1365
1365
|
## `codiac asset mon [CMD]`
|
|
1366
1366
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
$ codiac asset obliterate -e main -n my-api
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1624
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/obliterate.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `codiac asset probe create [CMD]`
|
|
1627
1627
|
|
|
@@ -1714,7 +1714,7 @@ EXAMPLES
|
|
|
1714
1714
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1715
1715
|
```
|
|
1716
1716
|
|
|
1717
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1717
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/probe/create.ts)_
|
|
1718
1718
|
|
|
1719
1719
|
## `codiac asset probe delete`
|
|
1720
1720
|
|
|
@@ -1769,7 +1769,7 @@ EXAMPLES
|
|
|
1769
1769
|
$ codiac asset probe delete
|
|
1770
1770
|
```
|
|
1771
1771
|
|
|
1772
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1772
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/probe/delete.ts)_
|
|
1773
1773
|
|
|
1774
1774
|
## `codiac asset probe list`
|
|
1775
1775
|
|
|
@@ -1821,7 +1821,7 @@ EXAMPLES
|
|
|
1821
1821
|
$ codiac asset probe list
|
|
1822
1822
|
```
|
|
1823
1823
|
|
|
1824
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1824
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/probe/list.ts)_
|
|
1825
1825
|
|
|
1826
1826
|
## `codiac asset recycle`
|
|
1827
1827
|
|
|
@@ -1861,7 +1861,7 @@ DESCRIPTION
|
|
|
1861
1861
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1862
1862
|
```
|
|
1863
1863
|
|
|
1864
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1864
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/recycle.ts)_
|
|
1865
1865
|
|
|
1866
1866
|
## `codiac asset undeploy`
|
|
1867
1867
|
|
|
@@ -1905,7 +1905,7 @@ EXAMPLES
|
|
|
1905
1905
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1906
1906
|
```
|
|
1907
1907
|
|
|
1908
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1908
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/undeploy.ts)_
|
|
1909
1909
|
|
|
1910
1910
|
## `codiac asset view [CMD]`
|
|
1911
1911
|
|
|
@@ -1961,7 +1961,7 @@ ALIASES
|
|
|
1961
1961
|
$ codiac asset get
|
|
1962
1962
|
```
|
|
1963
1963
|
|
|
1964
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1964
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/view.ts)_
|
|
1965
1965
|
|
|
1966
1966
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1967
1967
|
|
|
@@ -2232,7 +2232,7 @@ ALIASES
|
|
|
2232
2232
|
$ codiac asset volume add
|
|
2233
2233
|
```
|
|
2234
2234
|
|
|
2235
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2235
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/volume/create.ts)_
|
|
2236
2236
|
|
|
2237
2237
|
## `codiac asset volume del`
|
|
2238
2238
|
|
|
@@ -2320,7 +2320,7 @@ EXAMPLES
|
|
|
2320
2320
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
2321
2321
|
```
|
|
2322
2322
|
|
|
2323
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2323
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/volume/delete.ts)_
|
|
2324
2324
|
|
|
2325
2325
|
## `codiac asset volume list`
|
|
2326
2326
|
|
|
@@ -2369,7 +2369,7 @@ EXAMPLES
|
|
|
2369
2369
|
$ codiac asset volume list -e myEnterprise --silent
|
|
2370
2370
|
```
|
|
2371
2371
|
|
|
2372
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2372
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/volume/list.ts)_
|
|
2373
2373
|
|
|
2374
2374
|
## `codiac asset volumes del`
|
|
2375
2375
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ codiac asset where -e main -a my-api --silent
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2539
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/asset/where.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `codiac auth cab allow`
|
|
2542
2542
|
|
|
@@ -2698,7 +2698,7 @@ EXAMPLES
|
|
|
2698
2698
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2699
2699
|
```
|
|
2700
2700
|
|
|
2701
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2701
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/cabinet/allow.ts)_
|
|
2702
2702
|
|
|
2703
2703
|
## `codiac auth cabinet allowed`
|
|
2704
2704
|
|
|
@@ -2746,7 +2746,7 @@ EXAMPLES
|
|
|
2746
2746
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2747
2747
|
```
|
|
2748
2748
|
|
|
2749
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2749
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/cabinet/allowed.ts)_
|
|
2750
2750
|
|
|
2751
2751
|
## `codiac auth ent allow`
|
|
2752
2752
|
|
|
@@ -2937,7 +2937,7 @@ EXAMPLES
|
|
|
2937
2937
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2938
2938
|
```
|
|
2939
2939
|
|
|
2940
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2940
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/enterprise/allow.ts)_
|
|
2941
2941
|
|
|
2942
2942
|
## `codiac auth enterprise allow onEnvironments`
|
|
2943
2943
|
|
|
@@ -2991,7 +2991,7 @@ EXAMPLES
|
|
|
2991
2991
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2992
2992
|
```
|
|
2993
2993
|
|
|
2994
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2994
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2995
2995
|
|
|
2996
2996
|
## `codiac auth enterprise allowed`
|
|
2997
2997
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3035
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/enterprise/allowed.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `codiac auth env allowed`
|
|
3038
3038
|
|
|
@@ -3239,7 +3239,7 @@ EXAMPLES
|
|
|
3239
3239
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
3240
3240
|
```
|
|
3241
3241
|
|
|
3242
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3242
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/environment/allow.ts)_
|
|
3243
3243
|
|
|
3244
3244
|
## `codiac auth environment allow onCabinets`
|
|
3245
3245
|
|
|
@@ -3296,7 +3296,7 @@ EXAMPLES
|
|
|
3296
3296
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
3297
3297
|
```
|
|
3298
3298
|
|
|
3299
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3299
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
3300
3300
|
|
|
3301
3301
|
## `codiac auth environment allowed`
|
|
3302
3302
|
|
|
@@ -3341,7 +3341,7 @@ EXAMPLES
|
|
|
3341
3341
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
3342
3342
|
```
|
|
3343
3343
|
|
|
3344
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3344
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/environment/allowed.ts)_
|
|
3345
3345
|
|
|
3346
3346
|
## `codiac auth register`
|
|
3347
3347
|
|
|
@@ -3387,7 +3387,7 @@ EXAMPLES
|
|
|
3387
3387
|
$ codiac auth register
|
|
3388
3388
|
```
|
|
3389
3389
|
|
|
3390
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3390
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/register.ts)_
|
|
3391
3391
|
|
|
3392
3392
|
## `codiac auth role allowed [NAME]`
|
|
3393
3393
|
|
|
@@ -3434,7 +3434,7 @@ EXAMPLES
|
|
|
3434
3434
|
$ codiac auth role allowed -n deployer -e main
|
|
3435
3435
|
```
|
|
3436
3436
|
|
|
3437
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3437
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/allowed.ts)_
|
|
3438
3438
|
|
|
3439
3439
|
## `codiac auth role assign`
|
|
3440
3440
|
|
|
@@ -3466,7 +3466,7 @@ EXAMPLES
|
|
|
3466
3466
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3467
3467
|
```
|
|
3468
3468
|
|
|
3469
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3469
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/assign.ts)_
|
|
3470
3470
|
|
|
3471
3471
|
## `codiac auth role create [NAME]`
|
|
3472
3472
|
|
|
@@ -3499,7 +3499,7 @@ EXAMPLES
|
|
|
3499
3499
|
$ codiac auth role create -n deployer
|
|
3500
3500
|
```
|
|
3501
3501
|
|
|
3502
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3502
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/create.ts)_
|
|
3503
3503
|
|
|
3504
3504
|
## `codiac auth role delete [NAME]`
|
|
3505
3505
|
|
|
@@ -3535,7 +3535,7 @@ EXAMPLES
|
|
|
3535
3535
|
$ codiac auth role delete --id abc123def456
|
|
3536
3536
|
```
|
|
3537
3537
|
|
|
3538
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3538
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/delete.ts)_
|
|
3539
3539
|
|
|
3540
3540
|
## `codiac auth role list`
|
|
3541
3541
|
|
|
@@ -3571,7 +3571,7 @@ EXAMPLES
|
|
|
3571
3571
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3572
3572
|
```
|
|
3573
3573
|
|
|
3574
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3574
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/list.ts)_
|
|
3575
3575
|
|
|
3576
3576
|
## `codiac auth role unassign`
|
|
3577
3577
|
|
|
@@ -3603,7 +3603,7 @@ EXAMPLES
|
|
|
3603
3603
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3604
3604
|
```
|
|
3605
3605
|
|
|
3606
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3606
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/role/unassign.ts)_
|
|
3607
3607
|
|
|
3608
3608
|
## `codiac auth user invite`
|
|
3609
3609
|
|
|
@@ -3643,7 +3643,7 @@ EXAMPLES
|
|
|
3643
3643
|
$ codiac auth user invite
|
|
3644
3644
|
```
|
|
3645
3645
|
|
|
3646
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3646
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/user/invite.ts)_
|
|
3647
3647
|
|
|
3648
3648
|
## `codiac auth user list`
|
|
3649
3649
|
|
|
@@ -3679,7 +3679,7 @@ EXAMPLES
|
|
|
3679
3679
|
$ codiac auth user list -o yaml > users.yaml
|
|
3680
3680
|
```
|
|
3681
3681
|
|
|
3682
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3682
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/auth/user/list.ts)_
|
|
3683
3683
|
|
|
3684
3684
|
## `codiac autocomplete [SHELL]`
|
|
3685
3685
|
|
|
@@ -3729,7 +3729,7 @@ DESCRIPTION
|
|
|
3729
3729
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3730
3730
|
```
|
|
3731
3731
|
|
|
3732
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3732
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/branch.ts)_
|
|
3733
3733
|
|
|
3734
3734
|
## `codiac branch current`
|
|
3735
3735
|
|
|
@@ -3749,7 +3749,7 @@ ALIASES
|
|
|
3749
3749
|
$ codiac branches current
|
|
3750
3750
|
```
|
|
3751
3751
|
|
|
3752
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3752
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/branch/current.ts)_
|
|
3753
3753
|
|
|
3754
3754
|
## `codiac branch list`
|
|
3755
3755
|
|
|
@@ -3771,7 +3771,7 @@ ALIASES
|
|
|
3771
3771
|
$ codiac branches list
|
|
3772
3772
|
```
|
|
3773
3773
|
|
|
3774
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3774
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/branch/list.ts)_
|
|
3775
3775
|
|
|
3776
3776
|
## `codiac branches current`
|
|
3777
3777
|
|
|
@@ -3861,7 +3861,7 @@ DESCRIPTION
|
|
|
3861
3861
|
Builds the project and the docker container
|
|
3862
3862
|
```
|
|
3863
3863
|
|
|
3864
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3864
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/build.ts)_
|
|
3865
3865
|
|
|
3866
3866
|
## `codiac cab attach`
|
|
3867
3867
|
|
|
@@ -4610,7 +4610,7 @@ EXAMPLES
|
|
|
4610
4610
|
prod-cluster-1 --to-script
|
|
4611
4611
|
```
|
|
4612
4612
|
|
|
4613
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4613
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/cluster/attach.ts)_
|
|
4614
4614
|
|
|
4615
4615
|
## `codiac cabinet contents`
|
|
4616
4616
|
|
|
@@ -4654,7 +4654,7 @@ EXAMPLES
|
|
|
4654
4654
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4655
4655
|
```
|
|
4656
4656
|
|
|
4657
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4657
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/contents.ts)_
|
|
4658
4658
|
|
|
4659
4659
|
## `codiac cabinet create [CABINET]`
|
|
4660
4660
|
|
|
@@ -4721,7 +4721,7 @@ EXAMPLES
|
|
|
4721
4721
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4722
4722
|
```
|
|
4723
4723
|
|
|
4724
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4724
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/create.ts)_
|
|
4725
4725
|
|
|
4726
4726
|
## `codiac cabinet define [CABINET]`
|
|
4727
4727
|
|
|
@@ -4783,7 +4783,7 @@ EXAMPLES
|
|
|
4783
4783
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4784
4784
|
```
|
|
4785
4785
|
|
|
4786
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4786
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/define.ts)_
|
|
4787
4787
|
|
|
4788
4788
|
## `codiac cabinet destroy [CABINET]`
|
|
4789
4789
|
|
|
@@ -4841,7 +4841,7 @@ EXAMPLES
|
|
|
4841
4841
|
--environment dev --silent
|
|
4842
4842
|
```
|
|
4843
4843
|
|
|
4844
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4844
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/destroy.ts)_
|
|
4845
4845
|
|
|
4846
4846
|
## `codiac cabinet detach [CABINET]`
|
|
4847
4847
|
|
|
@@ -4898,7 +4898,7 @@ EXAMPLES
|
|
|
4898
4898
|
main --environment dev
|
|
4899
4899
|
```
|
|
4900
4900
|
|
|
4901
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4901
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/detach.ts)_
|
|
4902
4902
|
|
|
4903
4903
|
## `codiac cabinet forget [CABINET]`
|
|
4904
4904
|
|
|
@@ -4953,7 +4953,7 @@ EXAMPLES
|
|
|
4953
4953
|
$ codiac cabinet forget --to-script
|
|
4954
4954
|
```
|
|
4955
4955
|
|
|
4956
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4956
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/forget.ts)_
|
|
4957
4957
|
|
|
4958
4958
|
## `codiac cabinet list`
|
|
4959
4959
|
|
|
@@ -5004,7 +5004,7 @@ EXAMPLES
|
|
|
5004
5004
|
$ codiac cabinet list -e myEnterprise --silent
|
|
5005
5005
|
```
|
|
5006
5006
|
|
|
5007
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5007
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/list.ts)_
|
|
5008
5008
|
|
|
5009
5009
|
## `codiac cabinet obliterate [CABINET]`
|
|
5010
5010
|
|
|
@@ -5046,7 +5046,7 @@ ALIASES
|
|
|
5046
5046
|
$ codiac infrx cab obliterate
|
|
5047
5047
|
```
|
|
5048
5048
|
|
|
5049
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5049
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/obliterate.ts)_
|
|
5050
5050
|
|
|
5051
5051
|
## `codiac cabinet restore`
|
|
5052
5052
|
|
|
@@ -5113,7 +5113,7 @@ EXAMPLES
|
|
|
5113
5113
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
5114
5114
|
```
|
|
5115
5115
|
|
|
5116
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5116
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cabinet/restore.ts)_
|
|
5117
5117
|
|
|
5118
5118
|
## `codiac cfg add`
|
|
5119
5119
|
|
|
@@ -5435,7 +5435,7 @@ DESCRIPTION
|
|
|
5435
5435
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5436
5436
|
```
|
|
5437
5437
|
|
|
5438
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5438
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cli.ts)_
|
|
5439
5439
|
|
|
5440
5440
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5441
5441
|
|
|
@@ -5503,7 +5503,7 @@ EXAMPLES
|
|
|
5503
5503
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5504
5504
|
```
|
|
5505
5505
|
|
|
5506
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5506
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/agent/configure.ts)_
|
|
5507
5507
|
|
|
5508
5508
|
## `codiac cluster agent install [CLUSTER]`
|
|
5509
5509
|
|
|
@@ -5559,7 +5559,7 @@ EXAMPLES
|
|
|
5559
5559
|
$ codiac cluster agent install my-cluster --to-script
|
|
5560
5560
|
```
|
|
5561
5561
|
|
|
5562
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5562
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/agent/install.ts)_
|
|
5563
5563
|
|
|
5564
5564
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5565
5565
|
|
|
@@ -5607,7 +5607,7 @@ EXAMPLES
|
|
|
5607
5607
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5608
5608
|
```
|
|
5609
5609
|
|
|
5610
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5610
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/agent/uninstall.ts)_
|
|
5611
5611
|
|
|
5612
5612
|
## `codiac cluster bootstrap [NAME]`
|
|
5613
5613
|
|
|
@@ -5670,7 +5670,7 @@ EXAMPLES
|
|
|
5670
5670
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5671
5671
|
```
|
|
5672
5672
|
|
|
5673
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5673
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/bootstrap.ts)_
|
|
5674
5674
|
|
|
5675
5675
|
## `codiac cluster capture`
|
|
5676
5676
|
|
|
@@ -5755,7 +5755,7 @@ EXAMPLES
|
|
|
5755
5755
|
$ codiac cluster connect my-fav-cluster
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5758
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/connect.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `codiac cluster contents`
|
|
5761
5761
|
|
|
@@ -6473,7 +6473,7 @@ EXAMPLES
|
|
|
6473
6473
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6474
6474
|
```
|
|
6475
6475
|
|
|
6476
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6476
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/install.ts)_
|
|
6477
6477
|
|
|
6478
6478
|
## `codiac cluster journal [CLUSTER]`
|
|
6479
6479
|
|
|
@@ -6762,7 +6762,7 @@ EXAMPLES
|
|
|
6762
6762
|
$ codiac cluster stack capture my-fav-cluster
|
|
6763
6763
|
```
|
|
6764
6764
|
|
|
6765
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6765
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/stack/capture.ts)_
|
|
6766
6766
|
|
|
6767
6767
|
## `codiac cluster stack install [CLUSTER]`
|
|
6768
6768
|
|
|
@@ -6814,7 +6814,7 @@ EXAMPLES
|
|
|
6814
6814
|
$ codiac cluster stack install my-cluster --to-script
|
|
6815
6815
|
```
|
|
6816
6816
|
|
|
6817
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6817
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/stack/install.ts)_
|
|
6818
6818
|
|
|
6819
6819
|
## `codiac cluster stack list`
|
|
6820
6820
|
|
|
@@ -6980,7 +6980,7 @@ EXAMPLES
|
|
|
6980
6980
|
$ codiac cluster start my-fav-cluster
|
|
6981
6981
|
```
|
|
6982
6982
|
|
|
6983
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6983
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/start.ts)_
|
|
6984
6984
|
|
|
6985
6985
|
## `codiac cluster stop [CLUSTER]`
|
|
6986
6986
|
|
|
@@ -7017,7 +7017,7 @@ EXAMPLES
|
|
|
7017
7017
|
$ codiac cluster start my-fav-cluster
|
|
7018
7018
|
```
|
|
7019
7019
|
|
|
7020
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7020
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/cluster/stop.ts)_
|
|
7021
7021
|
|
|
7022
7022
|
## `codiac cluster uninstall`
|
|
7023
7023
|
|
|
@@ -7079,7 +7079,7 @@ DESCRIPTION
|
|
|
7079
7079
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
7080
7080
|
```
|
|
7081
7081
|
|
|
7082
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7082
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/commit.ts)_
|
|
7083
7083
|
|
|
7084
7084
|
## `codiac config add`
|
|
7085
7085
|
|
|
@@ -7254,7 +7254,7 @@ EXAMPLES
|
|
|
7254
7254
|
'[{"op":"replace","path":"/spec/replicas","value":2}]' --value-type string
|
|
7255
7255
|
```
|
|
7256
7256
|
|
|
7257
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7257
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/add.ts)_
|
|
7258
7258
|
|
|
7259
7259
|
## `codiac config delete [SETTING]`
|
|
7260
7260
|
|
|
@@ -7323,7 +7323,7 @@ ALIASES
|
|
|
7323
7323
|
$ codiac cfg delete
|
|
7324
7324
|
```
|
|
7325
7325
|
|
|
7326
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7326
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/delete.ts)_
|
|
7327
7327
|
|
|
7328
7328
|
## `codiac config deploy`
|
|
7329
7329
|
|
|
@@ -7364,7 +7364,7 @@ EXAMPLES
|
|
|
7364
7364
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
7365
7365
|
```
|
|
7366
7366
|
|
|
7367
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7367
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/deploy.ts)_
|
|
7368
7368
|
|
|
7369
7369
|
## `codiac config import`
|
|
7370
7370
|
|
|
@@ -7425,7 +7425,7 @@ EXAMPLES
|
|
|
7425
7425
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
7426
7426
|
```
|
|
7427
7427
|
|
|
7428
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7428
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/import.ts)_
|
|
7429
7429
|
|
|
7430
7430
|
## `codiac config preview [SETTING]`
|
|
7431
7431
|
|
|
@@ -7731,7 +7731,7 @@ DESCRIPTION
|
|
|
7731
7731
|
Shows the list of clusters.
|
|
7732
7732
|
```
|
|
7733
7733
|
|
|
7734
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7734
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/settings/get.ts)_
|
|
7735
7735
|
|
|
7736
7736
|
## `codiac config view [SETTING]`
|
|
7737
7737
|
|
|
@@ -7796,7 +7796,7 @@ EXAMPLES
|
|
|
7796
7796
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7797
7797
|
```
|
|
7798
7798
|
|
|
7799
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7799
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/config/view.ts)_
|
|
7800
7800
|
|
|
7801
7801
|
## `codiac csp creds list`
|
|
7802
7802
|
|
|
@@ -7844,7 +7844,7 @@ EXAMPLES
|
|
|
7844
7844
|
$ codiac csp creds list
|
|
7845
7845
|
```
|
|
7846
7846
|
|
|
7847
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7847
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/csp/creds/list.ts)_
|
|
7848
7848
|
|
|
7849
7849
|
## `codiac csp login [PROVIDER]`
|
|
7850
7850
|
|
|
@@ -7922,7 +7922,7 @@ EXAMPLES
|
|
|
7922
7922
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7923
7923
|
```
|
|
7924
7924
|
|
|
7925
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7925
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/csp/login.ts)_
|
|
7926
7926
|
|
|
7927
7927
|
## `codiac csp logout [PROVIDER]`
|
|
7928
7928
|
|
|
@@ -7969,7 +7969,7 @@ EXAMPLES
|
|
|
7969
7969
|
$ codiac csp logout azure --to-script
|
|
7970
7970
|
```
|
|
7971
7971
|
|
|
7972
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7972
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/csp/logout.ts)_
|
|
7973
7973
|
|
|
7974
7974
|
## `codiac dep [NAME]`
|
|
7975
7975
|
|
|
@@ -7990,7 +7990,7 @@ DESCRIPTION
|
|
|
7990
7990
|
Installs a package into current project.
|
|
7991
7991
|
```
|
|
7992
7992
|
|
|
7993
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7993
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep.ts)_
|
|
7994
7994
|
|
|
7995
7995
|
## `codiac dep create [URL]`
|
|
7996
7996
|
|
|
@@ -8014,7 +8014,7 @@ DESCRIPTION
|
|
|
8014
8014
|
package version is used.
|
|
8015
8015
|
```
|
|
8016
8016
|
|
|
8017
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8017
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/create.ts)_
|
|
8018
8018
|
|
|
8019
8019
|
## `codiac dep install`
|
|
8020
8020
|
|
|
@@ -8031,7 +8031,7 @@ DESCRIPTION
|
|
|
8031
8031
|
installs any missing dependency packages into the local project folder.
|
|
8032
8032
|
```
|
|
8033
8033
|
|
|
8034
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8034
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/install.ts)_
|
|
8035
8035
|
|
|
8036
8036
|
## `codiac dep list`
|
|
8037
8037
|
|
|
@@ -8048,7 +8048,7 @@ DESCRIPTION
|
|
|
8048
8048
|
Shows the dependencies for the project.
|
|
8049
8049
|
```
|
|
8050
8050
|
|
|
8051
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8051
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/list.ts)_
|
|
8052
8052
|
|
|
8053
8053
|
## `codiac dep remove [NAME]`
|
|
8054
8054
|
|
|
@@ -8071,7 +8071,7 @@ DESCRIPTION
|
|
|
8071
8071
|
Removes a dependency from the project.
|
|
8072
8072
|
```
|
|
8073
8073
|
|
|
8074
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8074
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/remove.ts)_
|
|
8075
8075
|
|
|
8076
8076
|
## `codiac dep source [NAME]`
|
|
8077
8077
|
|
|
@@ -8097,7 +8097,7 @@ ALIASES
|
|
|
8097
8097
|
$ codiac dep src
|
|
8098
8098
|
```
|
|
8099
8099
|
|
|
8100
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8100
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/source.ts)_
|
|
8101
8101
|
|
|
8102
8102
|
## `codiac dep src [NAME]`
|
|
8103
8103
|
|
|
@@ -8141,7 +8141,7 @@ DESCRIPTION
|
|
|
8141
8141
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
8142
8142
|
```
|
|
8143
8143
|
|
|
8144
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8144
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/syncup.ts)_
|
|
8145
8145
|
|
|
8146
8146
|
## `codiac dep unsource [NAME]`
|
|
8147
8147
|
|
|
@@ -8169,7 +8169,7 @@ ALIASES
|
|
|
8169
8169
|
$ codiac dep unsrc
|
|
8170
8170
|
```
|
|
8171
8171
|
|
|
8172
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8172
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/unsource.ts)_
|
|
8173
8173
|
|
|
8174
8174
|
## `codiac dep unsrc [NAME]`
|
|
8175
8175
|
|
|
@@ -8216,7 +8216,7 @@ DESCRIPTION
|
|
|
8216
8216
|
describe the command here
|
|
8217
8217
|
```
|
|
8218
8218
|
|
|
8219
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8219
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/dep/upgrade.ts)_
|
|
8220
8220
|
|
|
8221
8221
|
## `codiac deploy`
|
|
8222
8222
|
|
|
@@ -8269,7 +8269,7 @@ EXAMPLES
|
|
|
8269
8269
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
8270
8270
|
```
|
|
8271
8271
|
|
|
8272
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8272
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/deploy.ts)_
|
|
8273
8273
|
|
|
8274
8274
|
## `codiac domain map [DOMAIN]`
|
|
8275
8275
|
|
|
@@ -8425,7 +8425,7 @@ EXAMPLES
|
|
|
8425
8425
|
cod enterprise create my-enterprise-code --silent
|
|
8426
8426
|
```
|
|
8427
8427
|
|
|
8428
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8428
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/enterprise/create.ts)_
|
|
8429
8429
|
|
|
8430
8430
|
## `codiac enterprise list`
|
|
8431
8431
|
|
|
@@ -8480,7 +8480,7 @@ EXAMPLES
|
|
|
8480
8480
|
$ codiac enterprise list --to-script
|
|
8481
8481
|
```
|
|
8482
8482
|
|
|
8483
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8483
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/enterprise/list.ts)_
|
|
8484
8484
|
|
|
8485
8485
|
## `codiac env add [SETTING]`
|
|
8486
8486
|
|
|
@@ -8530,7 +8530,7 @@ EXAMPLES
|
|
|
8530
8530
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8531
8531
|
```
|
|
8532
8532
|
|
|
8533
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8533
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/env/add.ts)_
|
|
8534
8534
|
|
|
8535
8535
|
## `codiac enviro cluster attach`
|
|
8536
8536
|
|
|
@@ -8833,7 +8833,7 @@ ALIASES
|
|
|
8833
8833
|
$ codiac infrx enviro cluster attach
|
|
8834
8834
|
```
|
|
8835
8835
|
|
|
8836
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8836
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/environment/cluster/attach.ts)_
|
|
8837
8837
|
|
|
8838
8838
|
## `codiac environment cluster detach`
|
|
8839
8839
|
|
|
@@ -8879,7 +8879,7 @@ ALIASES
|
|
|
8879
8879
|
$ codiac infrx enviro cluster detach
|
|
8880
8880
|
```
|
|
8881
8881
|
|
|
8882
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8882
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/environment/cluster/detach.ts)_
|
|
8883
8883
|
|
|
8884
8884
|
## `codiac environment create [NAME]`
|
|
8885
8885
|
|
|
@@ -8942,7 +8942,7 @@ EXAMPLES
|
|
|
8942
8942
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8943
8943
|
```
|
|
8944
8944
|
|
|
8945
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8945
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/environment/create.ts)_
|
|
8946
8946
|
|
|
8947
8947
|
## `codiac environment delete [NAME]`
|
|
8948
8948
|
|
|
@@ -9003,7 +9003,7 @@ EXAMPLES
|
|
|
9003
9003
|
$ codiac environment delete dev --enterprise main --to-script
|
|
9004
9004
|
```
|
|
9005
9005
|
|
|
9006
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9006
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/environment/delete.ts)_
|
|
9007
9007
|
|
|
9008
9008
|
## `codiac environment list`
|
|
9009
9009
|
|
|
@@ -9054,7 +9054,7 @@ EXAMPLES
|
|
|
9054
9054
|
$ codiac environment list -e myEnterprise --silent
|
|
9055
9055
|
```
|
|
9056
9056
|
|
|
9057
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9057
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/environment/list.ts)_
|
|
9058
9058
|
|
|
9059
9059
|
## `codiac fileshare capture`
|
|
9060
9060
|
|
|
@@ -9138,7 +9138,7 @@ ALIASES
|
|
|
9138
9138
|
$ codiac fileshare capture
|
|
9139
9139
|
```
|
|
9140
9140
|
|
|
9141
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9141
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/filestore/capture.ts)_
|
|
9142
9142
|
|
|
9143
9143
|
## `codiac filestore forget`
|
|
9144
9144
|
|
|
@@ -9185,7 +9185,7 @@ EXAMPLES
|
|
|
9185
9185
|
$ codiac filestore forget
|
|
9186
9186
|
```
|
|
9187
9187
|
|
|
9188
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9188
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/filestore/forget.ts)_
|
|
9189
9189
|
|
|
9190
9190
|
## `codiac filestore list`
|
|
9191
9191
|
|
|
@@ -9231,7 +9231,7 @@ EXAMPLES
|
|
|
9231
9231
|
$ codiac filestore list
|
|
9232
9232
|
```
|
|
9233
9233
|
|
|
9234
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9234
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/filestore/list.ts)_
|
|
9235
9235
|
|
|
9236
9236
|
## `codiac help [COMMANDS]`
|
|
9237
9237
|
|
|
@@ -9317,7 +9317,7 @@ EXAMPLES
|
|
|
9317
9317
|
$ codiac host delete
|
|
9318
9318
|
```
|
|
9319
9319
|
|
|
9320
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9320
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/host/delete.ts)_
|
|
9321
9321
|
|
|
9322
9322
|
## `codiac host list [DOMAIN]`
|
|
9323
9323
|
|
|
@@ -9361,7 +9361,7 @@ EXAMPLES
|
|
|
9361
9361
|
$ codiac host list
|
|
9362
9362
|
```
|
|
9363
9363
|
|
|
9364
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9364
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/host/list.ts)_
|
|
9365
9365
|
|
|
9366
9366
|
## `codiac host map [DOMAIN]`
|
|
9367
9367
|
|
|
@@ -9415,7 +9415,7 @@ EXAMPLES
|
|
|
9415
9415
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
9416
9416
|
```
|
|
9417
9417
|
|
|
9418
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9418
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/host/map.ts)_
|
|
9419
9419
|
|
|
9420
9420
|
## `codiac host recapture [CLUSTER]`
|
|
9421
9421
|
|
|
@@ -9457,7 +9457,7 @@ EXAMPLES
|
|
|
9457
9457
|
$ codiac host recapture my-cluster --to-script
|
|
9458
9458
|
```
|
|
9459
9459
|
|
|
9460
|
-
_See code: [src/commands/host/recapture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9460
|
+
_See code: [src/commands/host/recapture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/host/recapture.ts)_
|
|
9461
9461
|
|
|
9462
9462
|
## `codiac host view [DOMAIN]`
|
|
9463
9463
|
|
|
@@ -9502,7 +9502,7 @@ EXAMPLES
|
|
|
9502
9502
|
$ codiac host view
|
|
9503
9503
|
```
|
|
9504
9504
|
|
|
9505
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9505
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/host/view.ts)_
|
|
9506
9506
|
|
|
9507
9507
|
## `codiac identify [TOKENNAME]`
|
|
9508
9508
|
|
|
@@ -9574,7 +9574,7 @@ ALIASES
|
|
|
9574
9574
|
$ codiac token
|
|
9575
9575
|
```
|
|
9576
9576
|
|
|
9577
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9577
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/identity.ts)_
|
|
9578
9578
|
|
|
9579
9579
|
## `codiac identity delete [NAME]`
|
|
9580
9580
|
|
|
@@ -9599,7 +9599,7 @@ ALIASES
|
|
|
9599
9599
|
$ codiac token remove
|
|
9600
9600
|
```
|
|
9601
9601
|
|
|
9602
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9602
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/identity/delete.ts)_
|
|
9603
9603
|
|
|
9604
9604
|
## `codiac identity list`
|
|
9605
9605
|
|
|
@@ -9621,7 +9621,7 @@ ALIASES
|
|
|
9621
9621
|
$ codiac token list
|
|
9622
9622
|
```
|
|
9623
9623
|
|
|
9624
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9624
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/identity/list.ts)_
|
|
9625
9625
|
|
|
9626
9626
|
## `codiac identity remove [NAME]`
|
|
9627
9627
|
|
|
@@ -9944,7 +9944,7 @@ DESCRIPTION
|
|
|
9944
9944
|
Saves a reference to an existing container registry.
|
|
9945
9945
|
```
|
|
9946
9946
|
|
|
9947
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9947
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/capture.ts)_
|
|
9948
9948
|
|
|
9949
9949
|
## `codiac imageRegistry edit`
|
|
9950
9950
|
|
|
@@ -9987,7 +9987,7 @@ EXAMPLES
|
|
|
9987
9987
|
$ codiac imageRegistry edit --registry devCodiacContainers --url newname.azurecr.io --to-script
|
|
9988
9988
|
```
|
|
9989
9989
|
|
|
9990
|
-
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9990
|
+
_See code: [src/commands/imageRegistry/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/edit.ts)_
|
|
9991
9991
|
|
|
9992
9992
|
## `codiac imageRegistry forget`
|
|
9993
9993
|
|
|
@@ -10008,7 +10008,7 @@ DESCRIPTION
|
|
|
10008
10008
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
10009
10009
|
```
|
|
10010
10010
|
|
|
10011
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10011
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/forget.ts)_
|
|
10012
10012
|
|
|
10013
10013
|
## `codiac imageRegistry list`
|
|
10014
10014
|
|
|
@@ -10050,7 +10050,7 @@ EXAMPLES
|
|
|
10050
10050
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
10051
10051
|
```
|
|
10052
10052
|
|
|
10053
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10053
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/list.ts)_
|
|
10054
10054
|
|
|
10055
10055
|
## `codiac imageRegistry pullSecret set`
|
|
10056
10056
|
|
|
@@ -10086,7 +10086,7 @@ ALIASES
|
|
|
10086
10086
|
$ codiac pullsecret
|
|
10087
10087
|
```
|
|
10088
10088
|
|
|
10089
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10089
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
10090
10090
|
|
|
10091
10091
|
## `codiac imageRegistry pullSecret unset`
|
|
10092
10092
|
|
|
@@ -10113,7 +10113,7 @@ ALIASES
|
|
|
10113
10113
|
$ codiac pullsecret unset
|
|
10114
10114
|
```
|
|
10115
10115
|
|
|
10116
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10116
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
10117
10117
|
|
|
10118
10118
|
## `codiac images add [IMAGENAME]`
|
|
10119
10119
|
|
|
@@ -10174,7 +10174,7 @@ EXAMPLES
|
|
|
10174
10174
|
$ codiac images add your-company/your-image --to-script
|
|
10175
10175
|
```
|
|
10176
10176
|
|
|
10177
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10177
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/add.ts)_
|
|
10178
10178
|
|
|
10179
10179
|
## `codiac images list`
|
|
10180
10180
|
|
|
@@ -10197,7 +10197,7 @@ ALIASES
|
|
|
10197
10197
|
$ codiac img list
|
|
10198
10198
|
```
|
|
10199
10199
|
|
|
10200
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10200
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/list.ts)_
|
|
10201
10201
|
|
|
10202
10202
|
## `codiac images patch IMAGENAME`
|
|
10203
10203
|
|
|
@@ -10227,7 +10227,7 @@ ALIASES
|
|
|
10227
10227
|
$ codiac img patch
|
|
10228
10228
|
```
|
|
10229
10229
|
|
|
10230
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10230
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/patch.ts)_
|
|
10231
10231
|
|
|
10232
10232
|
## `codiac images remove IMAGENAME`
|
|
10233
10233
|
|
|
@@ -10253,7 +10253,7 @@ ALIASES
|
|
|
10253
10253
|
$ codiac img delete
|
|
10254
10254
|
```
|
|
10255
10255
|
|
|
10256
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10256
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/remove.ts)_
|
|
10257
10257
|
|
|
10258
10258
|
## `codiac images version NAME`
|
|
10259
10259
|
|
|
@@ -10279,7 +10279,7 @@ ALIASES
|
|
|
10279
10279
|
$ codiac img version get
|
|
10280
10280
|
```
|
|
10281
10281
|
|
|
10282
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10282
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/version.ts)_
|
|
10283
10283
|
|
|
10284
10284
|
## `codiac images version bump NAME`
|
|
10285
10285
|
|
|
@@ -10312,7 +10312,7 @@ ALIASES
|
|
|
10312
10312
|
$ codiac img version bump
|
|
10313
10313
|
```
|
|
10314
10314
|
|
|
10315
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10315
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/images/version/bump.ts)_
|
|
10316
10316
|
|
|
10317
10317
|
## `codiac img [IMAGENAME]`
|
|
10318
10318
|
|
|
@@ -10628,7 +10628,7 @@ EXAMPLES
|
|
|
10628
10628
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
10629
10629
|
```
|
|
10630
10630
|
|
|
10631
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10631
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/import/cluster.ts)_
|
|
10632
10632
|
|
|
10633
10633
|
## `codiac infrx cab create [CABINET]`
|
|
10634
10634
|
|
|
@@ -11513,7 +11513,7 @@ DESCRIPTION
|
|
|
11513
11513
|
Declares the given folder as a project root
|
|
11514
11514
|
```
|
|
11515
11515
|
|
|
11516
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11516
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/init.ts)_
|
|
11517
11517
|
|
|
11518
11518
|
## `codiac kit create`
|
|
11519
11519
|
|
|
@@ -11556,7 +11556,7 @@ EXAMPLES
|
|
|
11556
11556
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
11557
11557
|
```
|
|
11558
11558
|
|
|
11559
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11559
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/kit/create.ts)_
|
|
11560
11560
|
|
|
11561
11561
|
## `codiac login`
|
|
11562
11562
|
|
|
@@ -11615,7 +11615,7 @@ EXAMPLES
|
|
|
11615
11615
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
11616
11616
|
```
|
|
11617
11617
|
|
|
11618
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11618
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/login.ts)_
|
|
11619
11619
|
|
|
11620
11620
|
## `codiac logout`
|
|
11621
11621
|
|
|
@@ -11648,7 +11648,7 @@ EXAMPLES
|
|
|
11648
11648
|
$ codiac logout --to-script
|
|
11649
11649
|
```
|
|
11650
11650
|
|
|
11651
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11651
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/logout.ts)_
|
|
11652
11652
|
|
|
11653
11653
|
## `codiac merge [BRANCH]`
|
|
11654
11654
|
|
|
@@ -11669,7 +11669,7 @@ DESCRIPTION
|
|
|
11669
11669
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11670
11670
|
```
|
|
11671
11671
|
|
|
11672
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11672
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/merge.ts)_
|
|
11673
11673
|
|
|
11674
11674
|
## `codiac noc cluster capture`
|
|
11675
11675
|
|
|
@@ -11721,7 +11721,7 @@ EXAMPLES
|
|
|
11721
11721
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11722
11722
|
```
|
|
11723
11723
|
|
|
11724
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11724
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/capture.ts)_
|
|
11725
11725
|
|
|
11726
11726
|
## `codiac noc cluster create [NAME]`
|
|
11727
11727
|
|
|
@@ -11811,7 +11811,7 @@ FLAG DESCRIPTIONS
|
|
|
11811
11811
|
initialization is always skipped in that mode.
|
|
11812
11812
|
```
|
|
11813
11813
|
|
|
11814
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11814
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/create.ts)_
|
|
11815
11815
|
|
|
11816
11816
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11817
11817
|
|
|
@@ -11866,7 +11866,7 @@ EXAMPLES
|
|
|
11866
11866
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11867
11867
|
```
|
|
11868
11868
|
|
|
11869
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11869
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/credentials-set.ts)_
|
|
11870
11870
|
|
|
11871
11871
|
## `codiac noc cluster define [NAME]`
|
|
11872
11872
|
|
|
@@ -11940,7 +11940,7 @@ EXAMPLES
|
|
|
11940
11940
|
$ codiac noc cluster define my-cluster --to-script
|
|
11941
11941
|
```
|
|
11942
11942
|
|
|
11943
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11943
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/define.ts)_
|
|
11944
11944
|
|
|
11945
11945
|
## `codiac noc cluster deinit`
|
|
11946
11946
|
|
|
@@ -11980,7 +11980,7 @@ EXAMPLES
|
|
|
11980
11980
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11981
11981
|
```
|
|
11982
11982
|
|
|
11983
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11983
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/deinit.ts)_
|
|
11984
11984
|
|
|
11985
11985
|
## `codiac noc cluster destroy [NAME]`
|
|
11986
11986
|
|
|
@@ -12014,7 +12014,7 @@ ALIASES
|
|
|
12014
12014
|
$ codiac cluster destroy
|
|
12015
12015
|
```
|
|
12016
12016
|
|
|
12017
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12017
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/destroy.ts)_
|
|
12018
12018
|
|
|
12019
12019
|
## `codiac noc cluster edit [NAME]`
|
|
12020
12020
|
|
|
@@ -12069,7 +12069,7 @@ EXAMPLES
|
|
|
12069
12069
|
$ codiac noc cluster edit my-cluster --server-url https://10.110.128.10:443 --to-script
|
|
12070
12070
|
```
|
|
12071
12071
|
|
|
12072
|
-
_See code: [src/commands/noc/cluster/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12072
|
+
_See code: [src/commands/noc/cluster/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/edit.ts)_
|
|
12073
12073
|
|
|
12074
12074
|
## `codiac noc cluster forget`
|
|
12075
12075
|
|
|
@@ -12120,7 +12120,7 @@ EXAMPLES
|
|
|
12120
12120
|
$ codiac noc cluster forget --running
|
|
12121
12121
|
```
|
|
12122
12122
|
|
|
12123
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12123
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/forget.ts)_
|
|
12124
12124
|
|
|
12125
12125
|
## `codiac noc cluster grant`
|
|
12126
12126
|
|
|
@@ -12158,7 +12158,7 @@ EXAMPLES
|
|
|
12158
12158
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
12159
12159
|
```
|
|
12160
12160
|
|
|
12161
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12161
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/grant.ts)_
|
|
12162
12162
|
|
|
12163
12163
|
## `codiac noc cluster init`
|
|
12164
12164
|
|
|
@@ -12204,7 +12204,7 @@ EXAMPLES
|
|
|
12204
12204
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
12205
12205
|
```
|
|
12206
12206
|
|
|
12207
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12207
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/init.ts)_
|
|
12208
12208
|
|
|
12209
12209
|
## `codiac noc cluster journal [CLUSTER]`
|
|
12210
12210
|
|
|
@@ -12253,7 +12253,7 @@ EXAMPLES
|
|
|
12253
12253
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
12254
12254
|
```
|
|
12255
12255
|
|
|
12256
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12256
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/journal.ts)_
|
|
12257
12257
|
|
|
12258
12258
|
## `codiac noc cluster list`
|
|
12259
12259
|
|
|
@@ -12314,7 +12314,7 @@ EXAMPLES
|
|
|
12314
12314
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
12315
12315
|
```
|
|
12316
12316
|
|
|
12317
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12317
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/list.ts)_
|
|
12318
12318
|
|
|
12319
12319
|
## `codiac noc cluster restore [NAME]`
|
|
12320
12320
|
|
|
@@ -12374,7 +12374,7 @@ EXAMPLES
|
|
|
12374
12374
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
12375
12375
|
```
|
|
12376
12376
|
|
|
12377
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12377
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/noc/cluster/restore.ts)_
|
|
12378
12378
|
|
|
12379
12379
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
12380
12380
|
|
|
@@ -12408,7 +12408,7 @@ DESCRIPTION
|
|
|
12408
12408
|
Configures a package to be built and published by the project.
|
|
12409
12409
|
```
|
|
12410
12410
|
|
|
12411
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12411
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pkg/add.ts)_
|
|
12412
12412
|
|
|
12413
12413
|
## `codiac pkg delete [PACKAGENAME]`
|
|
12414
12414
|
|
|
@@ -12446,7 +12446,7 @@ DESCRIPTION
|
|
|
12446
12446
|
Renders the list of packages that are configured as project exports.
|
|
12447
12447
|
```
|
|
12448
12448
|
|
|
12449
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12449
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pkg/list.ts)_
|
|
12450
12450
|
|
|
12451
12451
|
## `codiac pkg patch PACKAGENAME`
|
|
12452
12452
|
|
|
@@ -12472,7 +12472,7 @@ DESCRIPTION
|
|
|
12472
12472
|
registryUrl and/or environment.
|
|
12473
12473
|
```
|
|
12474
12474
|
|
|
12475
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12475
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pkg/patch.ts)_
|
|
12476
12476
|
|
|
12477
12477
|
## `codiac pkg remove [PACKAGENAME]`
|
|
12478
12478
|
|
|
@@ -12495,7 +12495,7 @@ ALIASES
|
|
|
12495
12495
|
$ codiac pkg delete
|
|
12496
12496
|
```
|
|
12497
12497
|
|
|
12498
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12498
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pkg/remove.ts)_
|
|
12499
12499
|
|
|
12500
12500
|
## `codiac portal`
|
|
12501
12501
|
|
|
@@ -12528,7 +12528,7 @@ EXAMPLES
|
|
|
12528
12528
|
$ codiac portal --to-script
|
|
12529
12529
|
```
|
|
12530
12530
|
|
|
12531
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12531
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/portal.ts)_
|
|
12532
12532
|
|
|
12533
12533
|
## `codiac probe create [CMD]`
|
|
12534
12534
|
|
|
@@ -12652,7 +12652,7 @@ DESCRIPTION
|
|
|
12652
12652
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
12653
12653
|
```
|
|
12654
12654
|
|
|
12655
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12655
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/publish.ts)_
|
|
12656
12656
|
|
|
12657
12657
|
## `codiac pull [NAME]`
|
|
12658
12658
|
|
|
@@ -12676,7 +12676,7 @@ DESCRIPTION
|
|
|
12676
12676
|
Pulls all commits from upstream to local.
|
|
12677
12677
|
```
|
|
12678
12678
|
|
|
12679
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12679
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pull.ts)_
|
|
12680
12680
|
|
|
12681
12681
|
## `codiac pullsecret`
|
|
12682
12682
|
|
|
@@ -12759,7 +12759,7 @@ DESCRIPTION
|
|
|
12759
12759
|
Pushes all local commits upstream.
|
|
12760
12760
|
```
|
|
12761
12761
|
|
|
12762
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12762
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/push.ts)_
|
|
12763
12763
|
|
|
12764
12764
|
## `codiac pvc create`
|
|
12765
12765
|
|
|
@@ -12843,7 +12843,7 @@ EXAMPLES
|
|
|
12843
12843
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12844
12844
|
```
|
|
12845
12845
|
|
|
12846
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12846
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pvc/create.ts)_
|
|
12847
12847
|
|
|
12848
12848
|
## `codiac pvc delete`
|
|
12849
12849
|
|
|
@@ -12890,7 +12890,7 @@ EXAMPLES
|
|
|
12890
12890
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12891
12891
|
```
|
|
12892
12892
|
|
|
12893
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12893
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pvc/delete.ts)_
|
|
12894
12894
|
|
|
12895
12895
|
## `codiac pvc get`
|
|
12896
12896
|
|
|
@@ -12931,7 +12931,7 @@ EXAMPLES
|
|
|
12931
12931
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12932
12932
|
```
|
|
12933
12933
|
|
|
12934
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12934
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pvc/get.ts)_
|
|
12935
12935
|
|
|
12936
12936
|
## `codiac pvc list`
|
|
12937
12937
|
|
|
@@ -12974,7 +12974,7 @@ EXAMPLES
|
|
|
12974
12974
|
$ codiac pvc list -o yaml
|
|
12975
12975
|
```
|
|
12976
12976
|
|
|
12977
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12977
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/pvc/list.ts)_
|
|
12978
12978
|
|
|
12979
12979
|
## `codiac relay-version`
|
|
12980
12980
|
|
|
@@ -12991,7 +12991,7 @@ EXAMPLES
|
|
|
12991
12991
|
$ codiac relay-version
|
|
12992
12992
|
```
|
|
12993
12993
|
|
|
12994
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12994
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/relay-version.ts)_
|
|
12995
12995
|
|
|
12996
12996
|
## `codiac run`
|
|
12997
12997
|
|
|
@@ -13033,7 +13033,7 @@ DESCRIPTION
|
|
|
13033
13033
|
Runs the latest build of the api container locally.
|
|
13034
13034
|
```
|
|
13035
13035
|
|
|
13036
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13036
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/run.ts)_
|
|
13037
13037
|
|
|
13038
13038
|
## `codiac secretStore`
|
|
13039
13039
|
|
|
@@ -13151,7 +13151,7 @@ EXAMPLES
|
|
|
13151
13151
|
$ codiac secretStore capture --echo
|
|
13152
13152
|
```
|
|
13153
13153
|
|
|
13154
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13154
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/secretStore/capture.ts)_
|
|
13155
13155
|
|
|
13156
13156
|
## `codiac secretStore forget`
|
|
13157
13157
|
|
|
@@ -13172,7 +13172,7 @@ DESCRIPTION
|
|
|
13172
13172
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
13173
13173
|
```
|
|
13174
13174
|
|
|
13175
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13175
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/secretStore/forget.ts)_
|
|
13176
13176
|
|
|
13177
13177
|
## `codiac secretStore list`
|
|
13178
13178
|
|
|
@@ -13217,7 +13217,7 @@ EXAMPLES
|
|
|
13217
13217
|
$ codiac secretStore list
|
|
13218
13218
|
```
|
|
13219
13219
|
|
|
13220
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13220
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/secretStore/list.ts)_
|
|
13221
13221
|
|
|
13222
13222
|
## `codiac shell init`
|
|
13223
13223
|
|
|
@@ -13255,7 +13255,7 @@ EXAMPLES
|
|
|
13255
13255
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
13256
13256
|
```
|
|
13257
13257
|
|
|
13258
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13258
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/shell/init.ts)_
|
|
13259
13259
|
|
|
13260
13260
|
## `codiac skill install`
|
|
13261
13261
|
|
|
@@ -13290,7 +13290,7 @@ EXAMPLES
|
|
|
13290
13290
|
$ codiac skill install --force
|
|
13291
13291
|
```
|
|
13292
13292
|
|
|
13293
|
-
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13293
|
+
_See code: [src/commands/skill/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/skill/install.ts)_
|
|
13294
13294
|
|
|
13295
13295
|
## `codiac skill path`
|
|
13296
13296
|
|
|
@@ -13313,7 +13313,7 @@ EXAMPLES
|
|
|
13313
13313
|
$ codiac skill path
|
|
13314
13314
|
```
|
|
13315
13315
|
|
|
13316
|
-
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13316
|
+
_See code: [src/commands/skill/path.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/skill/path.ts)_
|
|
13317
13317
|
|
|
13318
13318
|
## `codiac skill show`
|
|
13319
13319
|
|
|
@@ -13352,7 +13352,7 @@ EXAMPLES
|
|
|
13352
13352
|
$ codiac skill show --list
|
|
13353
13353
|
```
|
|
13354
13354
|
|
|
13355
|
-
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13355
|
+
_See code: [src/commands/skill/show.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/skill/show.ts)_
|
|
13356
13356
|
|
|
13357
13357
|
## `codiac snapshot deploy`
|
|
13358
13358
|
|
|
@@ -13380,7 +13380,7 @@ DESCRIPTION
|
|
|
13380
13380
|
Deploys all assets in a snapshot to a target cabinet.
|
|
13381
13381
|
```
|
|
13382
13382
|
|
|
13383
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13383
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/snapshot/deploy.ts)_
|
|
13384
13384
|
|
|
13385
13385
|
## `codiac snapshot list`
|
|
13386
13386
|
|
|
@@ -13429,7 +13429,7 @@ EXAMPLES
|
|
|
13429
13429
|
$ codiac snapshot list -e myEnterprise --silent
|
|
13430
13430
|
```
|
|
13431
13431
|
|
|
13432
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13432
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/snapshot/list.ts)_
|
|
13433
13433
|
|
|
13434
13434
|
## `codiac snapshot tag`
|
|
13435
13435
|
|
|
@@ -13472,7 +13472,7 @@ EXAMPLES
|
|
|
13472
13472
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13473
13473
|
```
|
|
13474
13474
|
|
|
13475
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13475
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/snapshot/tag.ts)_
|
|
13476
13476
|
|
|
13477
13477
|
## `codiac snapshot untag`
|
|
13478
13478
|
|
|
@@ -13515,7 +13515,7 @@ EXAMPLES
|
|
|
13515
13515
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
13516
13516
|
```
|
|
13517
13517
|
|
|
13518
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13518
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/snapshot/untag.ts)_
|
|
13519
13519
|
|
|
13520
13520
|
## `codiac stage [FILES]`
|
|
13521
13521
|
|
|
@@ -13537,7 +13537,7 @@ DESCRIPTION
|
|
|
13537
13537
|
Flags files to be included in the next commit.
|
|
13538
13538
|
```
|
|
13539
13539
|
|
|
13540
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13540
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/stage.ts)_
|
|
13541
13541
|
|
|
13542
13542
|
## `codiac stash [FILE]`
|
|
13543
13543
|
|
|
@@ -13559,7 +13559,7 @@ DESCRIPTION
|
|
|
13559
13559
|
describe the command here
|
|
13560
13560
|
```
|
|
13561
13561
|
|
|
13562
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13562
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/stash.ts)_
|
|
13563
13563
|
|
|
13564
13564
|
## `codiac status`
|
|
13565
13565
|
|
|
@@ -13578,7 +13578,7 @@ DESCRIPTION
|
|
|
13578
13578
|
Shows the current uncommitted changes in the current branch.
|
|
13579
13579
|
```
|
|
13580
13580
|
|
|
13581
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13581
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/status.ts)_
|
|
13582
13582
|
|
|
13583
13583
|
## `codiac stop`
|
|
13584
13584
|
|
|
@@ -13596,7 +13596,7 @@ DESCRIPTION
|
|
|
13596
13596
|
Stops the running container for this project
|
|
13597
13597
|
```
|
|
13598
13598
|
|
|
13599
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13599
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/stop.ts)_
|
|
13600
13600
|
|
|
13601
13601
|
## `codiac switch [NAME]`
|
|
13602
13602
|
|
|
@@ -13616,7 +13616,7 @@ DESCRIPTION
|
|
|
13616
13616
|
Changes branch on the main project and any sourced dependencies.
|
|
13617
13617
|
```
|
|
13618
13618
|
|
|
13619
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13619
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/switch.ts)_
|
|
13620
13620
|
|
|
13621
13621
|
## `codiac sync [NAME]`
|
|
13622
13622
|
|
|
@@ -13641,7 +13641,7 @@ DESCRIPTION
|
|
|
13641
13641
|
Merges the given branch into the current branch.
|
|
13642
13642
|
```
|
|
13643
13643
|
|
|
13644
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13644
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/sync.ts)_
|
|
13645
13645
|
|
|
13646
13646
|
## `codiac tenant create [NAME]`
|
|
13647
13647
|
|
|
@@ -13684,7 +13684,7 @@ EXAMPLES
|
|
|
13684
13684
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
13685
13685
|
```
|
|
13686
13686
|
|
|
13687
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13687
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/tenant/create.ts)_
|
|
13688
13688
|
|
|
13689
13689
|
## `codiac tenant switch [CODE]`
|
|
13690
13690
|
|
|
@@ -13724,7 +13724,7 @@ EXAMPLES
|
|
|
13724
13724
|
$ codiac tenant switch my-tenant-code --to-script
|
|
13725
13725
|
```
|
|
13726
13726
|
|
|
13727
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13727
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/tenant/switch.ts)_
|
|
13728
13728
|
|
|
13729
13729
|
## `codiac token [TOKENNAME]`
|
|
13730
13730
|
|
|
@@ -13846,7 +13846,7 @@ DESCRIPTION
|
|
|
13846
13846
|
Flags files to be included in the next commit.
|
|
13847
13847
|
```
|
|
13848
13848
|
|
|
13849
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13849
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/unstage.ts)_
|
|
13850
13850
|
|
|
13851
13851
|
## `codiac update [CHANNEL]`
|
|
13852
13852
|
|
|
@@ -14033,7 +14033,7 @@ EXAMPLES
|
|
|
14033
14033
|
$ codiac whereami --to-script
|
|
14034
14034
|
```
|
|
14035
14035
|
|
|
14036
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
14036
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/whereami.ts)_
|
|
14037
14037
|
|
|
14038
14038
|
## `codiac whoami`
|
|
14039
14039
|
|
|
@@ -14075,5 +14075,5 @@ EXAMPLES
|
|
|
14075
14075
|
$ codiac whoami --to-script
|
|
14076
14076
|
```
|
|
14077
14077
|
|
|
14078
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
14078
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.267/src/commands/whoami.ts)_
|
|
14079
14079
|
<!-- commandsstop -->
|