@codiac.io/codiac-cli 1.3.241 → 1.3.243
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 +202 -166
- package/dist/apis/codiac-api/gen/contracts/types.gen.d.ts +9 -0
- package/dist/apis/codiac-api/gen/contracts/types.gen.js.map +1 -1
- package/dist/commands/config/add.d.ts +2 -0
- package/dist/commands/config/add.js +18 -8
- package/dist/commands/config/add.js.map +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/oclif.manifest.json +18 -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.243 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
$ codiac ai agent install -e ben -t hermes -c dev --to-script
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
531
|
+
_See code: [src/commands/ai/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/ai/agent/install.ts)_
|
|
532
532
|
|
|
533
533
|
## `codiac asset create`
|
|
534
534
|
|
|
@@ -649,7 +649,7 @@ EXAMPLES
|
|
|
649
649
|
$ codiac asset create -e myEnterprise -n redis --helm --chart redis --chart-repo bitnami --silent
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
652
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/create.ts)_
|
|
653
653
|
|
|
654
654
|
## `codiac asset edit`
|
|
655
655
|
|
|
@@ -707,7 +707,7 @@ EXAMPLES
|
|
|
707
707
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
710
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/edit.ts)_
|
|
711
711
|
|
|
712
712
|
## `codiac asset entrypoint`
|
|
713
713
|
|
|
@@ -828,7 +828,7 @@ EXAMPLES
|
|
|
828
828
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
829
829
|
```
|
|
830
830
|
|
|
831
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
831
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/entrypoint/delete.ts)_
|
|
832
832
|
|
|
833
833
|
## `codiac asset entrypoint set`
|
|
834
834
|
|
|
@@ -897,7 +897,7 @@ EXAMPLES
|
|
|
897
897
|
--input=/backup/workflows'
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
900
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/entrypoint/set.ts)_
|
|
901
901
|
|
|
902
902
|
## `codiac asset get [CMD]`
|
|
903
903
|
|
|
@@ -1004,7 +1004,7 @@ EXAMPLES
|
|
|
1004
1004
|
$ codiac asset list -e myEnterprise --to-script
|
|
1005
1005
|
```
|
|
1006
1006
|
|
|
1007
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1007
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/list.ts)_
|
|
1008
1008
|
|
|
1009
1009
|
## `codiac asset mon [CMD]`
|
|
1010
1010
|
|
|
@@ -1263,7 +1263,7 @@ EXAMPLES
|
|
|
1263
1263
|
$ codiac asset obliterate -e main -n my-api
|
|
1264
1264
|
```
|
|
1265
1265
|
|
|
1266
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1266
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/obliterate.ts)_
|
|
1267
1267
|
|
|
1268
1268
|
## `codiac asset probe create [CMD]`
|
|
1269
1269
|
|
|
@@ -1353,7 +1353,7 @@ EXAMPLES
|
|
|
1353
1353
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1354
1354
|
```
|
|
1355
1355
|
|
|
1356
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1356
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/probe/create.ts)_
|
|
1357
1357
|
|
|
1358
1358
|
## `codiac asset probe delete`
|
|
1359
1359
|
|
|
@@ -1408,7 +1408,7 @@ EXAMPLES
|
|
|
1408
1408
|
$ codiac asset probe delete
|
|
1409
1409
|
```
|
|
1410
1410
|
|
|
1411
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1411
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/probe/delete.ts)_
|
|
1412
1412
|
|
|
1413
1413
|
## `codiac asset probe list`
|
|
1414
1414
|
|
|
@@ -1460,7 +1460,7 @@ EXAMPLES
|
|
|
1460
1460
|
$ codiac asset probe list
|
|
1461
1461
|
```
|
|
1462
1462
|
|
|
1463
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1463
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/probe/list.ts)_
|
|
1464
1464
|
|
|
1465
1465
|
## `codiac asset recycle`
|
|
1466
1466
|
|
|
@@ -1500,7 +1500,7 @@ DESCRIPTION
|
|
|
1500
1500
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1501
1501
|
```
|
|
1502
1502
|
|
|
1503
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1503
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/recycle.ts)_
|
|
1504
1504
|
|
|
1505
1505
|
## `codiac asset undeploy`
|
|
1506
1506
|
|
|
@@ -1544,7 +1544,7 @@ EXAMPLES
|
|
|
1544
1544
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1545
1545
|
```
|
|
1546
1546
|
|
|
1547
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1547
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/undeploy.ts)_
|
|
1548
1548
|
|
|
1549
1549
|
## `codiac asset view [CMD]`
|
|
1550
1550
|
|
|
@@ -1599,7 +1599,7 @@ ALIASES
|
|
|
1599
1599
|
$ codiac asset get
|
|
1600
1600
|
```
|
|
1601
1601
|
|
|
1602
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1602
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/view.ts)_
|
|
1603
1603
|
|
|
1604
1604
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1605
1605
|
|
|
@@ -1870,7 +1870,7 @@ ALIASES
|
|
|
1870
1870
|
$ codiac asset volume add
|
|
1871
1871
|
```
|
|
1872
1872
|
|
|
1873
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1873
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/volume/create.ts)_
|
|
1874
1874
|
|
|
1875
1875
|
## `codiac asset volume del`
|
|
1876
1876
|
|
|
@@ -1958,7 +1958,7 @@ EXAMPLES
|
|
|
1958
1958
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1959
1959
|
```
|
|
1960
1960
|
|
|
1961
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1961
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/volume/delete.ts)_
|
|
1962
1962
|
|
|
1963
1963
|
## `codiac asset volume list`
|
|
1964
1964
|
|
|
@@ -2007,7 +2007,7 @@ EXAMPLES
|
|
|
2007
2007
|
$ codiac asset volume list -e myEnterprise --silent
|
|
2008
2008
|
```
|
|
2009
2009
|
|
|
2010
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2010
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/volume/list.ts)_
|
|
2011
2011
|
|
|
2012
2012
|
## `codiac asset volumes del`
|
|
2013
2013
|
|
|
@@ -2174,7 +2174,7 @@ EXAMPLES
|
|
|
2174
2174
|
$ codiac asset where -e main -a my-api --silent
|
|
2175
2175
|
```
|
|
2176
2176
|
|
|
2177
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2177
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/asset/where.ts)_
|
|
2178
2178
|
|
|
2179
2179
|
## `codiac auth cab allow`
|
|
2180
2180
|
|
|
@@ -2336,7 +2336,7 @@ EXAMPLES
|
|
|
2336
2336
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2337
2337
|
```
|
|
2338
2338
|
|
|
2339
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2339
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/cabinet/allow.ts)_
|
|
2340
2340
|
|
|
2341
2341
|
## `codiac auth cabinet allowed`
|
|
2342
2342
|
|
|
@@ -2384,7 +2384,7 @@ EXAMPLES
|
|
|
2384
2384
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2385
2385
|
```
|
|
2386
2386
|
|
|
2387
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2387
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/cabinet/allowed.ts)_
|
|
2388
2388
|
|
|
2389
2389
|
## `codiac auth ent allow`
|
|
2390
2390
|
|
|
@@ -2575,7 +2575,7 @@ EXAMPLES
|
|
|
2575
2575
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2578
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/enterprise/allow.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `codiac auth enterprise allow onEnvironments`
|
|
2581
2581
|
|
|
@@ -2629,7 +2629,7 @@ EXAMPLES
|
|
|
2629
2629
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2630
2630
|
```
|
|
2631
2631
|
|
|
2632
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2632
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2633
2633
|
|
|
2634
2634
|
## `codiac auth enterprise allowed`
|
|
2635
2635
|
|
|
@@ -2670,7 +2670,7 @@ EXAMPLES
|
|
|
2670
2670
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2671
2671
|
```
|
|
2672
2672
|
|
|
2673
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2673
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/enterprise/allowed.ts)_
|
|
2674
2674
|
|
|
2675
2675
|
## `codiac auth env allowed`
|
|
2676
2676
|
|
|
@@ -2877,7 +2877,7 @@ EXAMPLES
|
|
|
2877
2877
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2878
2878
|
```
|
|
2879
2879
|
|
|
2880
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2880
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/environment/allow.ts)_
|
|
2881
2881
|
|
|
2882
2882
|
## `codiac auth environment allow onCabinets`
|
|
2883
2883
|
|
|
@@ -2934,7 +2934,7 @@ EXAMPLES
|
|
|
2934
2934
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2935
2935
|
```
|
|
2936
2936
|
|
|
2937
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2937
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2938
2938
|
|
|
2939
2939
|
## `codiac auth environment allowed`
|
|
2940
2940
|
|
|
@@ -2979,7 +2979,7 @@ EXAMPLES
|
|
|
2979
2979
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2980
2980
|
```
|
|
2981
2981
|
|
|
2982
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2982
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/environment/allowed.ts)_
|
|
2983
2983
|
|
|
2984
2984
|
## `codiac auth register`
|
|
2985
2985
|
|
|
@@ -3025,7 +3025,7 @@ EXAMPLES
|
|
|
3025
3025
|
$ codiac auth register
|
|
3026
3026
|
```
|
|
3027
3027
|
|
|
3028
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3028
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/register.ts)_
|
|
3029
3029
|
|
|
3030
3030
|
## `codiac auth role allowed [NAME]`
|
|
3031
3031
|
|
|
@@ -3072,7 +3072,7 @@ EXAMPLES
|
|
|
3072
3072
|
$ codiac auth role allowed -n deployer -e main
|
|
3073
3073
|
```
|
|
3074
3074
|
|
|
3075
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3075
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/allowed.ts)_
|
|
3076
3076
|
|
|
3077
3077
|
## `codiac auth role assign`
|
|
3078
3078
|
|
|
@@ -3104,7 +3104,7 @@ EXAMPLES
|
|
|
3104
3104
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3105
3105
|
```
|
|
3106
3106
|
|
|
3107
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3107
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/assign.ts)_
|
|
3108
3108
|
|
|
3109
3109
|
## `codiac auth role create [NAME]`
|
|
3110
3110
|
|
|
@@ -3137,7 +3137,7 @@ EXAMPLES
|
|
|
3137
3137
|
$ codiac auth role create -n deployer
|
|
3138
3138
|
```
|
|
3139
3139
|
|
|
3140
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3140
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/create.ts)_
|
|
3141
3141
|
|
|
3142
3142
|
## `codiac auth role delete [NAME]`
|
|
3143
3143
|
|
|
@@ -3173,7 +3173,7 @@ EXAMPLES
|
|
|
3173
3173
|
$ codiac auth role delete --id abc123def456
|
|
3174
3174
|
```
|
|
3175
3175
|
|
|
3176
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3176
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/delete.ts)_
|
|
3177
3177
|
|
|
3178
3178
|
## `codiac auth role list`
|
|
3179
3179
|
|
|
@@ -3209,7 +3209,7 @@ EXAMPLES
|
|
|
3209
3209
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3210
3210
|
```
|
|
3211
3211
|
|
|
3212
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3212
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/list.ts)_
|
|
3213
3213
|
|
|
3214
3214
|
## `codiac auth role unassign`
|
|
3215
3215
|
|
|
@@ -3241,7 +3241,7 @@ EXAMPLES
|
|
|
3241
3241
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3242
3242
|
```
|
|
3243
3243
|
|
|
3244
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3244
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/role/unassign.ts)_
|
|
3245
3245
|
|
|
3246
3246
|
## `codiac auth user invite`
|
|
3247
3247
|
|
|
@@ -3281,7 +3281,7 @@ EXAMPLES
|
|
|
3281
3281
|
$ codiac auth user invite
|
|
3282
3282
|
```
|
|
3283
3283
|
|
|
3284
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3284
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/user/invite.ts)_
|
|
3285
3285
|
|
|
3286
3286
|
## `codiac auth user list`
|
|
3287
3287
|
|
|
@@ -3317,7 +3317,7 @@ EXAMPLES
|
|
|
3317
3317
|
$ codiac auth user list -o yaml > users.yaml
|
|
3318
3318
|
```
|
|
3319
3319
|
|
|
3320
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3320
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/auth/user/list.ts)_
|
|
3321
3321
|
|
|
3322
3322
|
## `codiac autocomplete [SHELL]`
|
|
3323
3323
|
|
|
@@ -3367,7 +3367,7 @@ DESCRIPTION
|
|
|
3367
3367
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3368
3368
|
```
|
|
3369
3369
|
|
|
3370
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3370
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/branch.ts)_
|
|
3371
3371
|
|
|
3372
3372
|
## `codiac branch current`
|
|
3373
3373
|
|
|
@@ -3387,7 +3387,7 @@ ALIASES
|
|
|
3387
3387
|
$ codiac branches current
|
|
3388
3388
|
```
|
|
3389
3389
|
|
|
3390
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3390
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/branch/current.ts)_
|
|
3391
3391
|
|
|
3392
3392
|
## `codiac branch list`
|
|
3393
3393
|
|
|
@@ -3409,7 +3409,7 @@ ALIASES
|
|
|
3409
3409
|
$ codiac branches list
|
|
3410
3410
|
```
|
|
3411
3411
|
|
|
3412
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3412
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/branch/list.ts)_
|
|
3413
3413
|
|
|
3414
3414
|
## `codiac branches current`
|
|
3415
3415
|
|
|
@@ -3499,7 +3499,7 @@ DESCRIPTION
|
|
|
3499
3499
|
Builds the project and the docker container
|
|
3500
3500
|
```
|
|
3501
3501
|
|
|
3502
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3502
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/build.ts)_
|
|
3503
3503
|
|
|
3504
3504
|
## `codiac cab attach`
|
|
3505
3505
|
|
|
@@ -4248,7 +4248,7 @@ EXAMPLES
|
|
|
4248
4248
|
prod-cluster-1 --to-script
|
|
4249
4249
|
```
|
|
4250
4250
|
|
|
4251
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4251
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/cluster/attach.ts)_
|
|
4252
4252
|
|
|
4253
4253
|
## `codiac cabinet contents`
|
|
4254
4254
|
|
|
@@ -4292,7 +4292,7 @@ EXAMPLES
|
|
|
4292
4292
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4293
4293
|
```
|
|
4294
4294
|
|
|
4295
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4295
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/contents.ts)_
|
|
4296
4296
|
|
|
4297
4297
|
## `codiac cabinet create [CABINET]`
|
|
4298
4298
|
|
|
@@ -4359,7 +4359,7 @@ EXAMPLES
|
|
|
4359
4359
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4360
4360
|
```
|
|
4361
4361
|
|
|
4362
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4362
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/create.ts)_
|
|
4363
4363
|
|
|
4364
4364
|
## `codiac cabinet define [CABINET]`
|
|
4365
4365
|
|
|
@@ -4421,7 +4421,7 @@ EXAMPLES
|
|
|
4421
4421
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4422
4422
|
```
|
|
4423
4423
|
|
|
4424
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4424
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/define.ts)_
|
|
4425
4425
|
|
|
4426
4426
|
## `codiac cabinet destroy [CABINET]`
|
|
4427
4427
|
|
|
@@ -4479,7 +4479,7 @@ EXAMPLES
|
|
|
4479
4479
|
--environment dev --silent
|
|
4480
4480
|
```
|
|
4481
4481
|
|
|
4482
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4482
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/destroy.ts)_
|
|
4483
4483
|
|
|
4484
4484
|
## `codiac cabinet detach [CABINET]`
|
|
4485
4485
|
|
|
@@ -4536,7 +4536,7 @@ EXAMPLES
|
|
|
4536
4536
|
main --environment dev
|
|
4537
4537
|
```
|
|
4538
4538
|
|
|
4539
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4539
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/detach.ts)_
|
|
4540
4540
|
|
|
4541
4541
|
## `codiac cabinet forget [CABINET]`
|
|
4542
4542
|
|
|
@@ -4591,7 +4591,7 @@ EXAMPLES
|
|
|
4591
4591
|
$ codiac cabinet forget --to-script
|
|
4592
4592
|
```
|
|
4593
4593
|
|
|
4594
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4594
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/forget.ts)_
|
|
4595
4595
|
|
|
4596
4596
|
## `codiac cabinet list`
|
|
4597
4597
|
|
|
@@ -4642,7 +4642,7 @@ EXAMPLES
|
|
|
4642
4642
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4643
4643
|
```
|
|
4644
4644
|
|
|
4645
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4645
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/list.ts)_
|
|
4646
4646
|
|
|
4647
4647
|
## `codiac cabinet obliterate [CABINET]`
|
|
4648
4648
|
|
|
@@ -4684,7 +4684,7 @@ ALIASES
|
|
|
4684
4684
|
$ codiac infrx cab obliterate
|
|
4685
4685
|
```
|
|
4686
4686
|
|
|
4687
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4687
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/obliterate.ts)_
|
|
4688
4688
|
|
|
4689
4689
|
## `codiac cabinet restore`
|
|
4690
4690
|
|
|
@@ -4751,7 +4751,7 @@ EXAMPLES
|
|
|
4751
4751
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4752
4752
|
```
|
|
4753
4753
|
|
|
4754
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4754
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cabinet/restore.ts)_
|
|
4755
4755
|
|
|
4756
4756
|
## `codiac cfg add`
|
|
4757
4757
|
|
|
@@ -4762,8 +4762,8 @@ USAGE
|
|
|
4762
4762
|
$ codiac cfg add [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
4763
4763
|
<value> | [-t
|
|
4764
4764
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
4765
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--
|
|
4766
|
-
[--silent | --echo | --to-script]]
|
|
4765
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--value-type
|
|
4766
|
+
string|number|integer|boolean] [--take-defaults | [--silent | --echo | --to-script]]
|
|
4767
4767
|
|
|
4768
4768
|
FLAGS
|
|
4769
4769
|
-a, --asset=<value>
|
|
@@ -4831,6 +4831,12 @@ FLAGS
|
|
|
4831
4831
|
Reads the value from the stdin stream instead of from --value. Compatible with both --file and --type targets (see
|
|
4832
4832
|
examples).
|
|
4833
4833
|
|
|
4834
|
+
--value-type=<option>
|
|
4835
|
+
Pins how the stored value is typed when rendered into the target config, overriding Codiac's automatic type
|
|
4836
|
+
inference. Use 'string' to keep values like "false" or "3600" from being coerced to bool/number — required for
|
|
4837
|
+
Kubernetes env var values, which must be strings.
|
|
4838
|
+
<options: string|number|integer|boolean>
|
|
4839
|
+
|
|
4834
4840
|
DESCRIPTION
|
|
4835
4841
|
Adds a key value pair to the app config
|
|
4836
4842
|
|
|
@@ -4889,6 +4895,12 @@ EXAMPLES
|
|
|
4889
4895
|
|
|
4890
4896
|
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
4891
4897
|
--escape-expressions
|
|
4898
|
+
|
|
4899
|
+
Pin a value's type so Codiac doesn't infer it — keeps a boolean/numeric-looking string as a string, e.g. a
|
|
4900
|
+
Kubernetes env var value (which must be a string).
|
|
4901
|
+
|
|
4902
|
+
cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
|
|
4903
|
+
--value-type string
|
|
4892
4904
|
```
|
|
4893
4905
|
|
|
4894
4906
|
## `codiac cfg delete [SETTING]`
|
|
@@ -5038,7 +5050,7 @@ DESCRIPTION
|
|
|
5038
5050
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
5039
5051
|
```
|
|
5040
5052
|
|
|
5041
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5053
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cli.ts)_
|
|
5042
5054
|
|
|
5043
5055
|
## `codiac cluster agent configure [CLUSTER]`
|
|
5044
5056
|
|
|
@@ -5106,7 +5118,7 @@ EXAMPLES
|
|
|
5106
5118
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5107
5119
|
```
|
|
5108
5120
|
|
|
5109
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5121
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/agent/configure.ts)_
|
|
5110
5122
|
|
|
5111
5123
|
## `codiac cluster agent install [CLUSTER]`
|
|
5112
5124
|
|
|
@@ -5162,7 +5174,7 @@ EXAMPLES
|
|
|
5162
5174
|
$ codiac cluster agent install my-cluster --to-script
|
|
5163
5175
|
```
|
|
5164
5176
|
|
|
5165
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5177
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/agent/install.ts)_
|
|
5166
5178
|
|
|
5167
5179
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5168
5180
|
|
|
@@ -5210,7 +5222,7 @@ EXAMPLES
|
|
|
5210
5222
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5211
5223
|
```
|
|
5212
5224
|
|
|
5213
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5225
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/agent/uninstall.ts)_
|
|
5214
5226
|
|
|
5215
5227
|
## `codiac cluster bootstrap [NAME]`
|
|
5216
5228
|
|
|
@@ -5273,7 +5285,7 @@ EXAMPLES
|
|
|
5273
5285
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5274
5286
|
```
|
|
5275
5287
|
|
|
5276
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5288
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/bootstrap.ts)_
|
|
5277
5289
|
|
|
5278
5290
|
## `codiac cluster capture`
|
|
5279
5291
|
|
|
@@ -5358,7 +5370,7 @@ EXAMPLES
|
|
|
5358
5370
|
$ codiac cluster connect my-fav-cluster
|
|
5359
5371
|
```
|
|
5360
5372
|
|
|
5361
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5373
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/connect.ts)_
|
|
5362
5374
|
|
|
5363
5375
|
## `codiac cluster contents`
|
|
5364
5376
|
|
|
@@ -6023,7 +6035,7 @@ EXAMPLES
|
|
|
6023
6035
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
6024
6036
|
```
|
|
6025
6037
|
|
|
6026
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6038
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/install.ts)_
|
|
6027
6039
|
|
|
6028
6040
|
## `codiac cluster journal [CLUSTER]`
|
|
6029
6041
|
|
|
@@ -6312,7 +6324,7 @@ EXAMPLES
|
|
|
6312
6324
|
$ codiac cluster stack capture my-fav-cluster
|
|
6313
6325
|
```
|
|
6314
6326
|
|
|
6315
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6327
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/stack/capture.ts)_
|
|
6316
6328
|
|
|
6317
6329
|
## `codiac cluster stack install [CLUSTER]`
|
|
6318
6330
|
|
|
@@ -6364,7 +6376,7 @@ EXAMPLES
|
|
|
6364
6376
|
$ codiac cluster stack install my-cluster --to-script
|
|
6365
6377
|
```
|
|
6366
6378
|
|
|
6367
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6379
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/stack/install.ts)_
|
|
6368
6380
|
|
|
6369
6381
|
## `codiac cluster stack list`
|
|
6370
6382
|
|
|
@@ -6530,7 +6542,7 @@ EXAMPLES
|
|
|
6530
6542
|
$ codiac cluster start my-fav-cluster
|
|
6531
6543
|
```
|
|
6532
6544
|
|
|
6533
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6545
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/start.ts)_
|
|
6534
6546
|
|
|
6535
6547
|
## `codiac cluster stop [CLUSTER]`
|
|
6536
6548
|
|
|
@@ -6567,7 +6579,7 @@ EXAMPLES
|
|
|
6567
6579
|
$ codiac cluster start my-fav-cluster
|
|
6568
6580
|
```
|
|
6569
6581
|
|
|
6570
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6582
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/cluster/stop.ts)_
|
|
6571
6583
|
|
|
6572
6584
|
## `codiac cluster uninstall`
|
|
6573
6585
|
|
|
@@ -6629,7 +6641,7 @@ DESCRIPTION
|
|
|
6629
6641
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6630
6642
|
```
|
|
6631
6643
|
|
|
6632
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6644
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/commit.ts)_
|
|
6633
6645
|
|
|
6634
6646
|
## `codiac config add`
|
|
6635
6647
|
|
|
@@ -6640,8 +6652,8 @@ USAGE
|
|
|
6640
6652
|
$ codiac config add [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
6641
6653
|
<value> | [-t
|
|
6642
6654
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
6643
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--
|
|
6644
|
-
[--silent | --echo | --to-script]]
|
|
6655
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--value-type
|
|
6656
|
+
string|number|integer|boolean] [--take-defaults | [--silent | --echo | --to-script]]
|
|
6645
6657
|
|
|
6646
6658
|
FLAGS
|
|
6647
6659
|
-a, --asset=<value>
|
|
@@ -6709,6 +6721,12 @@ FLAGS
|
|
|
6709
6721
|
Reads the value from the stdin stream instead of from --value. Compatible with both --file and --type targets (see
|
|
6710
6722
|
examples).
|
|
6711
6723
|
|
|
6724
|
+
--value-type=<option>
|
|
6725
|
+
Pins how the stored value is typed when rendered into the target config, overriding Codiac's automatic type
|
|
6726
|
+
inference. Use 'string' to keep values like "false" or "3600" from being coerced to bool/number — required for
|
|
6727
|
+
Kubernetes env var values, which must be strings.
|
|
6728
|
+
<options: string|number|integer|boolean>
|
|
6729
|
+
|
|
6712
6730
|
DESCRIPTION
|
|
6713
6731
|
Adds a key value pair to the app config
|
|
6714
6732
|
|
|
@@ -6767,9 +6785,15 @@ EXAMPLES
|
|
|
6767
6785
|
|
|
6768
6786
|
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
6769
6787
|
--escape-expressions
|
|
6788
|
+
|
|
6789
|
+
Pin a value's type so Codiac doesn't infer it — keeps a boolean/numeric-looking string as a string, e.g. a
|
|
6790
|
+
Kubernetes env var value (which must be a string).
|
|
6791
|
+
|
|
6792
|
+
cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
|
|
6793
|
+
--value-type string
|
|
6770
6794
|
```
|
|
6771
6795
|
|
|
6772
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6796
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/add.ts)_
|
|
6773
6797
|
|
|
6774
6798
|
## `codiac config delete [SETTING]`
|
|
6775
6799
|
|
|
@@ -6838,7 +6862,7 @@ ALIASES
|
|
|
6838
6862
|
$ codiac cfg delete
|
|
6839
6863
|
```
|
|
6840
6864
|
|
|
6841
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6865
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/delete.ts)_
|
|
6842
6866
|
|
|
6843
6867
|
## `codiac config deploy`
|
|
6844
6868
|
|
|
@@ -6879,7 +6903,7 @@ EXAMPLES
|
|
|
6879
6903
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6880
6904
|
```
|
|
6881
6905
|
|
|
6882
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6906
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/deploy.ts)_
|
|
6883
6907
|
|
|
6884
6908
|
## `codiac config import`
|
|
6885
6909
|
|
|
@@ -6940,7 +6964,7 @@ EXAMPLES
|
|
|
6940
6964
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
6941
6965
|
```
|
|
6942
6966
|
|
|
6943
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6967
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/import.ts)_
|
|
6944
6968
|
|
|
6945
6969
|
## `codiac config preview [SETTING]`
|
|
6946
6970
|
|
|
@@ -7014,8 +7038,8 @@ USAGE
|
|
|
7014
7038
|
$ codiac config set [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
7015
7039
|
<value> | [-t
|
|
7016
7040
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
7017
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--
|
|
7018
|
-
[--silent | --echo | --to-script]]
|
|
7041
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--value-type
|
|
7042
|
+
string|number|integer|boolean] [--take-defaults | [--silent | --echo | --to-script]]
|
|
7019
7043
|
|
|
7020
7044
|
FLAGS
|
|
7021
7045
|
-a, --asset=<value>
|
|
@@ -7083,6 +7107,12 @@ FLAGS
|
|
|
7083
7107
|
Reads the value from the stdin stream instead of from --value. Compatible with both --file and --type targets (see
|
|
7084
7108
|
examples).
|
|
7085
7109
|
|
|
7110
|
+
--value-type=<option>
|
|
7111
|
+
Pins how the stored value is typed when rendered into the target config, overriding Codiac's automatic type
|
|
7112
|
+
inference. Use 'string' to keep values like "false" or "3600" from being coerced to bool/number — required for
|
|
7113
|
+
Kubernetes env var values, which must be strings.
|
|
7114
|
+
<options: string|number|integer|boolean>
|
|
7115
|
+
|
|
7086
7116
|
DESCRIPTION
|
|
7087
7117
|
Adds a key value pair to the app config
|
|
7088
7118
|
|
|
@@ -7141,6 +7171,12 @@ EXAMPLES
|
|
|
7141
7171
|
|
|
7142
7172
|
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
7143
7173
|
--escape-expressions
|
|
7174
|
+
|
|
7175
|
+
Pin a value's type so Codiac doesn't infer it — keeps a boolean/numeric-looking string as a string, e.g. a
|
|
7176
|
+
Kubernetes env var value (which must be a string).
|
|
7177
|
+
|
|
7178
|
+
cod config set -a my-asset -e prod -t helm --setting 'statefulSet.patch[1].value.env[5].value' --value 'false' \
|
|
7179
|
+
--value-type string
|
|
7144
7180
|
```
|
|
7145
7181
|
|
|
7146
7182
|
## `codiac config settings get`
|
|
@@ -7211,7 +7247,7 @@ DESCRIPTION
|
|
|
7211
7247
|
Shows the list of clusters.
|
|
7212
7248
|
```
|
|
7213
7249
|
|
|
7214
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7250
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/settings/get.ts)_
|
|
7215
7251
|
|
|
7216
7252
|
## `codiac config view [SETTING]`
|
|
7217
7253
|
|
|
@@ -7276,7 +7312,7 @@ EXAMPLES
|
|
|
7276
7312
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7277
7313
|
```
|
|
7278
7314
|
|
|
7279
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7315
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/config/view.ts)_
|
|
7280
7316
|
|
|
7281
7317
|
## `codiac csp creds list`
|
|
7282
7318
|
|
|
@@ -7324,7 +7360,7 @@ EXAMPLES
|
|
|
7324
7360
|
$ codiac csp creds list
|
|
7325
7361
|
```
|
|
7326
7362
|
|
|
7327
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7363
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/csp/creds/list.ts)_
|
|
7328
7364
|
|
|
7329
7365
|
## `codiac csp login [PROVIDER]`
|
|
7330
7366
|
|
|
@@ -7402,7 +7438,7 @@ EXAMPLES
|
|
|
7402
7438
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7403
7439
|
```
|
|
7404
7440
|
|
|
7405
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7441
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/csp/login.ts)_
|
|
7406
7442
|
|
|
7407
7443
|
## `codiac csp logout [PROVIDER]`
|
|
7408
7444
|
|
|
@@ -7449,7 +7485,7 @@ EXAMPLES
|
|
|
7449
7485
|
$ codiac csp logout azure --to-script
|
|
7450
7486
|
```
|
|
7451
7487
|
|
|
7452
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7488
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/csp/logout.ts)_
|
|
7453
7489
|
|
|
7454
7490
|
## `codiac dep [NAME]`
|
|
7455
7491
|
|
|
@@ -7470,7 +7506,7 @@ DESCRIPTION
|
|
|
7470
7506
|
Installs a package into current project.
|
|
7471
7507
|
```
|
|
7472
7508
|
|
|
7473
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7509
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep.ts)_
|
|
7474
7510
|
|
|
7475
7511
|
## `codiac dep create [URL]`
|
|
7476
7512
|
|
|
@@ -7494,7 +7530,7 @@ DESCRIPTION
|
|
|
7494
7530
|
package version is used.
|
|
7495
7531
|
```
|
|
7496
7532
|
|
|
7497
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7533
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/create.ts)_
|
|
7498
7534
|
|
|
7499
7535
|
## `codiac dep install`
|
|
7500
7536
|
|
|
@@ -7511,7 +7547,7 @@ DESCRIPTION
|
|
|
7511
7547
|
installs any missing dependency packages into the local project folder.
|
|
7512
7548
|
```
|
|
7513
7549
|
|
|
7514
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7550
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/install.ts)_
|
|
7515
7551
|
|
|
7516
7552
|
## `codiac dep list`
|
|
7517
7553
|
|
|
@@ -7528,7 +7564,7 @@ DESCRIPTION
|
|
|
7528
7564
|
Shows the dependencies for the project.
|
|
7529
7565
|
```
|
|
7530
7566
|
|
|
7531
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7567
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/list.ts)_
|
|
7532
7568
|
|
|
7533
7569
|
## `codiac dep remove [NAME]`
|
|
7534
7570
|
|
|
@@ -7551,7 +7587,7 @@ DESCRIPTION
|
|
|
7551
7587
|
Removes a dependency from the project.
|
|
7552
7588
|
```
|
|
7553
7589
|
|
|
7554
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7590
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/remove.ts)_
|
|
7555
7591
|
|
|
7556
7592
|
## `codiac dep source [NAME]`
|
|
7557
7593
|
|
|
@@ -7577,7 +7613,7 @@ ALIASES
|
|
|
7577
7613
|
$ codiac dep src
|
|
7578
7614
|
```
|
|
7579
7615
|
|
|
7580
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7616
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/source.ts)_
|
|
7581
7617
|
|
|
7582
7618
|
## `codiac dep src [NAME]`
|
|
7583
7619
|
|
|
@@ -7621,7 +7657,7 @@ DESCRIPTION
|
|
|
7621
7657
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7622
7658
|
```
|
|
7623
7659
|
|
|
7624
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7660
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/syncup.ts)_
|
|
7625
7661
|
|
|
7626
7662
|
## `codiac dep unsource [NAME]`
|
|
7627
7663
|
|
|
@@ -7649,7 +7685,7 @@ ALIASES
|
|
|
7649
7685
|
$ codiac dep unsrc
|
|
7650
7686
|
```
|
|
7651
7687
|
|
|
7652
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7688
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/unsource.ts)_
|
|
7653
7689
|
|
|
7654
7690
|
## `codiac dep unsrc [NAME]`
|
|
7655
7691
|
|
|
@@ -7696,7 +7732,7 @@ DESCRIPTION
|
|
|
7696
7732
|
describe the command here
|
|
7697
7733
|
```
|
|
7698
7734
|
|
|
7699
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7735
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/dep/upgrade.ts)_
|
|
7700
7736
|
|
|
7701
7737
|
## `codiac deploy`
|
|
7702
7738
|
|
|
@@ -7749,7 +7785,7 @@ EXAMPLES
|
|
|
7749
7785
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7750
7786
|
```
|
|
7751
7787
|
|
|
7752
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7788
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/deploy.ts)_
|
|
7753
7789
|
|
|
7754
7790
|
## `codiac domain map [DOMAIN]`
|
|
7755
7791
|
|
|
@@ -7905,7 +7941,7 @@ EXAMPLES
|
|
|
7905
7941
|
cod enterprise create my-enterprise-code --silent
|
|
7906
7942
|
```
|
|
7907
7943
|
|
|
7908
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7944
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/enterprise/create.ts)_
|
|
7909
7945
|
|
|
7910
7946
|
## `codiac enterprise list`
|
|
7911
7947
|
|
|
@@ -7960,7 +7996,7 @@ EXAMPLES
|
|
|
7960
7996
|
$ codiac enterprise list --to-script
|
|
7961
7997
|
```
|
|
7962
7998
|
|
|
7963
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7999
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/enterprise/list.ts)_
|
|
7964
8000
|
|
|
7965
8001
|
## `codiac env add [SETTING]`
|
|
7966
8002
|
|
|
@@ -8010,7 +8046,7 @@ EXAMPLES
|
|
|
8010
8046
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
8011
8047
|
```
|
|
8012
8048
|
|
|
8013
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8049
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/env/add.ts)_
|
|
8014
8050
|
|
|
8015
8051
|
## `codiac enviro cluster attach`
|
|
8016
8052
|
|
|
@@ -8313,7 +8349,7 @@ ALIASES
|
|
|
8313
8349
|
$ codiac infrx enviro cluster attach
|
|
8314
8350
|
```
|
|
8315
8351
|
|
|
8316
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8352
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/environment/cluster/attach.ts)_
|
|
8317
8353
|
|
|
8318
8354
|
## `codiac environment cluster detach`
|
|
8319
8355
|
|
|
@@ -8359,7 +8395,7 @@ ALIASES
|
|
|
8359
8395
|
$ codiac infrx enviro cluster detach
|
|
8360
8396
|
```
|
|
8361
8397
|
|
|
8362
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8398
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/environment/cluster/detach.ts)_
|
|
8363
8399
|
|
|
8364
8400
|
## `codiac environment create [NAME]`
|
|
8365
8401
|
|
|
@@ -8422,7 +8458,7 @@ EXAMPLES
|
|
|
8422
8458
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8423
8459
|
```
|
|
8424
8460
|
|
|
8425
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8461
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/environment/create.ts)_
|
|
8426
8462
|
|
|
8427
8463
|
## `codiac environment delete [NAME]`
|
|
8428
8464
|
|
|
@@ -8483,7 +8519,7 @@ EXAMPLES
|
|
|
8483
8519
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8484
8520
|
```
|
|
8485
8521
|
|
|
8486
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8522
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/environment/delete.ts)_
|
|
8487
8523
|
|
|
8488
8524
|
## `codiac environment list`
|
|
8489
8525
|
|
|
@@ -8534,7 +8570,7 @@ EXAMPLES
|
|
|
8534
8570
|
$ codiac environment list -e myEnterprise --silent
|
|
8535
8571
|
```
|
|
8536
8572
|
|
|
8537
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8573
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/environment/list.ts)_
|
|
8538
8574
|
|
|
8539
8575
|
## `codiac fileshare capture`
|
|
8540
8576
|
|
|
@@ -8618,7 +8654,7 @@ ALIASES
|
|
|
8618
8654
|
$ codiac fileshare capture
|
|
8619
8655
|
```
|
|
8620
8656
|
|
|
8621
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8657
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/filestore/capture.ts)_
|
|
8622
8658
|
|
|
8623
8659
|
## `codiac filestore forget`
|
|
8624
8660
|
|
|
@@ -8665,7 +8701,7 @@ EXAMPLES
|
|
|
8665
8701
|
$ codiac filestore forget
|
|
8666
8702
|
```
|
|
8667
8703
|
|
|
8668
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8704
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/filestore/forget.ts)_
|
|
8669
8705
|
|
|
8670
8706
|
## `codiac filestore list`
|
|
8671
8707
|
|
|
@@ -8711,7 +8747,7 @@ EXAMPLES
|
|
|
8711
8747
|
$ codiac filestore list
|
|
8712
8748
|
```
|
|
8713
8749
|
|
|
8714
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8750
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/filestore/list.ts)_
|
|
8715
8751
|
|
|
8716
8752
|
## `codiac help [COMMANDS]`
|
|
8717
8753
|
|
|
@@ -8797,7 +8833,7 @@ EXAMPLES
|
|
|
8797
8833
|
$ codiac host delete
|
|
8798
8834
|
```
|
|
8799
8835
|
|
|
8800
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8836
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/host/delete.ts)_
|
|
8801
8837
|
|
|
8802
8838
|
## `codiac host list [DOMAIN]`
|
|
8803
8839
|
|
|
@@ -8841,7 +8877,7 @@ EXAMPLES
|
|
|
8841
8877
|
$ codiac host list
|
|
8842
8878
|
```
|
|
8843
8879
|
|
|
8844
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8880
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/host/list.ts)_
|
|
8845
8881
|
|
|
8846
8882
|
## `codiac host map [DOMAIN]`
|
|
8847
8883
|
|
|
@@ -8895,7 +8931,7 @@ EXAMPLES
|
|
|
8895
8931
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8896
8932
|
```
|
|
8897
8933
|
|
|
8898
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8934
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/host/map.ts)_
|
|
8899
8935
|
|
|
8900
8936
|
## `codiac host view [DOMAIN]`
|
|
8901
8937
|
|
|
@@ -8940,7 +8976,7 @@ EXAMPLES
|
|
|
8940
8976
|
$ codiac host view
|
|
8941
8977
|
```
|
|
8942
8978
|
|
|
8943
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8979
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/host/view.ts)_
|
|
8944
8980
|
|
|
8945
8981
|
## `codiac identify [TOKENNAME]`
|
|
8946
8982
|
|
|
@@ -9012,7 +9048,7 @@ ALIASES
|
|
|
9012
9048
|
$ codiac token
|
|
9013
9049
|
```
|
|
9014
9050
|
|
|
9015
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9051
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/identity.ts)_
|
|
9016
9052
|
|
|
9017
9053
|
## `codiac identity delete [NAME]`
|
|
9018
9054
|
|
|
@@ -9037,7 +9073,7 @@ ALIASES
|
|
|
9037
9073
|
$ codiac token remove
|
|
9038
9074
|
```
|
|
9039
9075
|
|
|
9040
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9076
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/identity/delete.ts)_
|
|
9041
9077
|
|
|
9042
9078
|
## `codiac identity list`
|
|
9043
9079
|
|
|
@@ -9059,7 +9095,7 @@ ALIASES
|
|
|
9059
9095
|
$ codiac token list
|
|
9060
9096
|
```
|
|
9061
9097
|
|
|
9062
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9098
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/identity/list.ts)_
|
|
9063
9099
|
|
|
9064
9100
|
## `codiac identity remove [NAME]`
|
|
9065
9101
|
|
|
@@ -9382,7 +9418,7 @@ DESCRIPTION
|
|
|
9382
9418
|
Saves a reference to an existing container registry.
|
|
9383
9419
|
```
|
|
9384
9420
|
|
|
9385
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9421
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/imageRegistry/capture.ts)_
|
|
9386
9422
|
|
|
9387
9423
|
## `codiac imageRegistry forget`
|
|
9388
9424
|
|
|
@@ -9403,7 +9439,7 @@ DESCRIPTION
|
|
|
9403
9439
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9404
9440
|
```
|
|
9405
9441
|
|
|
9406
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9442
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/imageRegistry/forget.ts)_
|
|
9407
9443
|
|
|
9408
9444
|
## `codiac imageRegistry list`
|
|
9409
9445
|
|
|
@@ -9445,7 +9481,7 @@ EXAMPLES
|
|
|
9445
9481
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9446
9482
|
```
|
|
9447
9483
|
|
|
9448
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9484
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/imageRegistry/list.ts)_
|
|
9449
9485
|
|
|
9450
9486
|
## `codiac imageRegistry pullSecret set`
|
|
9451
9487
|
|
|
@@ -9481,7 +9517,7 @@ ALIASES
|
|
|
9481
9517
|
$ codiac pullsecret
|
|
9482
9518
|
```
|
|
9483
9519
|
|
|
9484
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9520
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9485
9521
|
|
|
9486
9522
|
## `codiac imageRegistry pullSecret unset`
|
|
9487
9523
|
|
|
@@ -9508,7 +9544,7 @@ ALIASES
|
|
|
9508
9544
|
$ codiac pullsecret unset
|
|
9509
9545
|
```
|
|
9510
9546
|
|
|
9511
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9547
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9512
9548
|
|
|
9513
9549
|
## `codiac images add [IMAGENAME]`
|
|
9514
9550
|
|
|
@@ -9569,7 +9605,7 @@ EXAMPLES
|
|
|
9569
9605
|
$ codiac images add your-company/your-image --to-script
|
|
9570
9606
|
```
|
|
9571
9607
|
|
|
9572
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9608
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/add.ts)_
|
|
9573
9609
|
|
|
9574
9610
|
## `codiac images list`
|
|
9575
9611
|
|
|
@@ -9592,7 +9628,7 @@ ALIASES
|
|
|
9592
9628
|
$ codiac img list
|
|
9593
9629
|
```
|
|
9594
9630
|
|
|
9595
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9631
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/list.ts)_
|
|
9596
9632
|
|
|
9597
9633
|
## `codiac images patch IMAGENAME`
|
|
9598
9634
|
|
|
@@ -9622,7 +9658,7 @@ ALIASES
|
|
|
9622
9658
|
$ codiac img patch
|
|
9623
9659
|
```
|
|
9624
9660
|
|
|
9625
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9661
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/patch.ts)_
|
|
9626
9662
|
|
|
9627
9663
|
## `codiac images remove IMAGENAME`
|
|
9628
9664
|
|
|
@@ -9648,7 +9684,7 @@ ALIASES
|
|
|
9648
9684
|
$ codiac img delete
|
|
9649
9685
|
```
|
|
9650
9686
|
|
|
9651
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9687
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/remove.ts)_
|
|
9652
9688
|
|
|
9653
9689
|
## `codiac images version NAME`
|
|
9654
9690
|
|
|
@@ -9674,7 +9710,7 @@ ALIASES
|
|
|
9674
9710
|
$ codiac img version get
|
|
9675
9711
|
```
|
|
9676
9712
|
|
|
9677
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9713
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/version.ts)_
|
|
9678
9714
|
|
|
9679
9715
|
## `codiac images version bump NAME`
|
|
9680
9716
|
|
|
@@ -9707,7 +9743,7 @@ ALIASES
|
|
|
9707
9743
|
$ codiac img version bump
|
|
9708
9744
|
```
|
|
9709
9745
|
|
|
9710
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9746
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/images/version/bump.ts)_
|
|
9711
9747
|
|
|
9712
9748
|
## `codiac img [IMAGENAME]`
|
|
9713
9749
|
|
|
@@ -10023,7 +10059,7 @@ EXAMPLES
|
|
|
10023
10059
|
$ codiac import cluster --run-in-cluster --enterprise myco --environment dev --cluster mycluster --generate-cabinet --generate-secret-store --subscription-id 00000000-0000-0000-0000-000000000000
|
|
10024
10060
|
```
|
|
10025
10061
|
|
|
10026
|
-
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10062
|
+
_See code: [src/commands/import/cluster.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/import/cluster.ts)_
|
|
10027
10063
|
|
|
10028
10064
|
## `codiac infrx cab create [CABINET]`
|
|
10029
10065
|
|
|
@@ -10868,7 +10904,7 @@ DESCRIPTION
|
|
|
10868
10904
|
Declares the given folder as a project root
|
|
10869
10905
|
```
|
|
10870
10906
|
|
|
10871
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10907
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/init.ts)_
|
|
10872
10908
|
|
|
10873
10909
|
## `codiac kit create`
|
|
10874
10910
|
|
|
@@ -10911,7 +10947,7 @@ EXAMPLES
|
|
|
10911
10947
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10912
10948
|
```
|
|
10913
10949
|
|
|
10914
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10950
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/kit/create.ts)_
|
|
10915
10951
|
|
|
10916
10952
|
## `codiac login`
|
|
10917
10953
|
|
|
@@ -10970,7 +11006,7 @@ EXAMPLES
|
|
|
10970
11006
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10971
11007
|
```
|
|
10972
11008
|
|
|
10973
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11009
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/login.ts)_
|
|
10974
11010
|
|
|
10975
11011
|
## `codiac logout`
|
|
10976
11012
|
|
|
@@ -11003,7 +11039,7 @@ EXAMPLES
|
|
|
11003
11039
|
$ codiac logout --to-script
|
|
11004
11040
|
```
|
|
11005
11041
|
|
|
11006
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11042
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/logout.ts)_
|
|
11007
11043
|
|
|
11008
11044
|
## `codiac merge [BRANCH]`
|
|
11009
11045
|
|
|
@@ -11024,7 +11060,7 @@ DESCRIPTION
|
|
|
11024
11060
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
11025
11061
|
```
|
|
11026
11062
|
|
|
11027
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11063
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/merge.ts)_
|
|
11028
11064
|
|
|
11029
11065
|
## `codiac noc cluster capture`
|
|
11030
11066
|
|
|
@@ -11076,7 +11112,7 @@ EXAMPLES
|
|
|
11076
11112
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
11077
11113
|
```
|
|
11078
11114
|
|
|
11079
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11115
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/capture.ts)_
|
|
11080
11116
|
|
|
11081
11117
|
## `codiac noc cluster create [NAME]`
|
|
11082
11118
|
|
|
@@ -11166,7 +11202,7 @@ FLAG DESCRIPTIONS
|
|
|
11166
11202
|
initialization is always skipped in that mode.
|
|
11167
11203
|
```
|
|
11168
11204
|
|
|
11169
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11205
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/create.ts)_
|
|
11170
11206
|
|
|
11171
11207
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11172
11208
|
|
|
@@ -11221,7 +11257,7 @@ EXAMPLES
|
|
|
11221
11257
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11222
11258
|
```
|
|
11223
11259
|
|
|
11224
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11260
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/credentials-set.ts)_
|
|
11225
11261
|
|
|
11226
11262
|
## `codiac noc cluster define [NAME]`
|
|
11227
11263
|
|
|
@@ -11295,7 +11331,7 @@ EXAMPLES
|
|
|
11295
11331
|
$ codiac noc cluster define my-cluster --to-script
|
|
11296
11332
|
```
|
|
11297
11333
|
|
|
11298
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11334
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/define.ts)_
|
|
11299
11335
|
|
|
11300
11336
|
## `codiac noc cluster deinit`
|
|
11301
11337
|
|
|
@@ -11335,7 +11371,7 @@ EXAMPLES
|
|
|
11335
11371
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11336
11372
|
```
|
|
11337
11373
|
|
|
11338
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11374
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/deinit.ts)_
|
|
11339
11375
|
|
|
11340
11376
|
## `codiac noc cluster destroy [NAME]`
|
|
11341
11377
|
|
|
@@ -11369,7 +11405,7 @@ ALIASES
|
|
|
11369
11405
|
$ codiac cluster destroy
|
|
11370
11406
|
```
|
|
11371
11407
|
|
|
11372
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11408
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/destroy.ts)_
|
|
11373
11409
|
|
|
11374
11410
|
## `codiac noc cluster forget`
|
|
11375
11411
|
|
|
@@ -11420,7 +11456,7 @@ EXAMPLES
|
|
|
11420
11456
|
$ codiac noc cluster forget --running
|
|
11421
11457
|
```
|
|
11422
11458
|
|
|
11423
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11459
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/forget.ts)_
|
|
11424
11460
|
|
|
11425
11461
|
## `codiac noc cluster grant`
|
|
11426
11462
|
|
|
@@ -11458,7 +11494,7 @@ EXAMPLES
|
|
|
11458
11494
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11459
11495
|
```
|
|
11460
11496
|
|
|
11461
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11497
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/grant.ts)_
|
|
11462
11498
|
|
|
11463
11499
|
## `codiac noc cluster init`
|
|
11464
11500
|
|
|
@@ -11504,7 +11540,7 @@ EXAMPLES
|
|
|
11504
11540
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11505
11541
|
```
|
|
11506
11542
|
|
|
11507
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11543
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/init.ts)_
|
|
11508
11544
|
|
|
11509
11545
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11510
11546
|
|
|
@@ -11553,7 +11589,7 @@ EXAMPLES
|
|
|
11553
11589
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11554
11590
|
```
|
|
11555
11591
|
|
|
11556
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11592
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/journal.ts)_
|
|
11557
11593
|
|
|
11558
11594
|
## `codiac noc cluster list`
|
|
11559
11595
|
|
|
@@ -11614,7 +11650,7 @@ EXAMPLES
|
|
|
11614
11650
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11615
11651
|
```
|
|
11616
11652
|
|
|
11617
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11653
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/list.ts)_
|
|
11618
11654
|
|
|
11619
11655
|
## `codiac noc cluster restore [NAME]`
|
|
11620
11656
|
|
|
@@ -11674,7 +11710,7 @@ EXAMPLES
|
|
|
11674
11710
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11675
11711
|
```
|
|
11676
11712
|
|
|
11677
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11713
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/noc/cluster/restore.ts)_
|
|
11678
11714
|
|
|
11679
11715
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11680
11716
|
|
|
@@ -11708,7 +11744,7 @@ DESCRIPTION
|
|
|
11708
11744
|
Configures a package to be built and published by the project.
|
|
11709
11745
|
```
|
|
11710
11746
|
|
|
11711
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11747
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pkg/add.ts)_
|
|
11712
11748
|
|
|
11713
11749
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11714
11750
|
|
|
@@ -11746,7 +11782,7 @@ DESCRIPTION
|
|
|
11746
11782
|
Renders the list of packages that are configured as project exports.
|
|
11747
11783
|
```
|
|
11748
11784
|
|
|
11749
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11785
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pkg/list.ts)_
|
|
11750
11786
|
|
|
11751
11787
|
## `codiac pkg patch PACKAGENAME`
|
|
11752
11788
|
|
|
@@ -11772,7 +11808,7 @@ DESCRIPTION
|
|
|
11772
11808
|
registryUrl and/or environment.
|
|
11773
11809
|
```
|
|
11774
11810
|
|
|
11775
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11811
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pkg/patch.ts)_
|
|
11776
11812
|
|
|
11777
11813
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11778
11814
|
|
|
@@ -11795,7 +11831,7 @@ ALIASES
|
|
|
11795
11831
|
$ codiac pkg delete
|
|
11796
11832
|
```
|
|
11797
11833
|
|
|
11798
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11834
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pkg/remove.ts)_
|
|
11799
11835
|
|
|
11800
11836
|
## `codiac portal`
|
|
11801
11837
|
|
|
@@ -11828,7 +11864,7 @@ EXAMPLES
|
|
|
11828
11864
|
$ codiac portal --to-script
|
|
11829
11865
|
```
|
|
11830
11866
|
|
|
11831
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11867
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/portal.ts)_
|
|
11832
11868
|
|
|
11833
11869
|
## `codiac probe create [CMD]`
|
|
11834
11870
|
|
|
@@ -11949,7 +11985,7 @@ DESCRIPTION
|
|
|
11949
11985
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11950
11986
|
```
|
|
11951
11987
|
|
|
11952
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11988
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/publish.ts)_
|
|
11953
11989
|
|
|
11954
11990
|
## `codiac pull [NAME]`
|
|
11955
11991
|
|
|
@@ -11973,7 +12009,7 @@ DESCRIPTION
|
|
|
11973
12009
|
Pulls all commits from upstream to local.
|
|
11974
12010
|
```
|
|
11975
12011
|
|
|
11976
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12012
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pull.ts)_
|
|
11977
12013
|
|
|
11978
12014
|
## `codiac pullsecret`
|
|
11979
12015
|
|
|
@@ -12056,7 +12092,7 @@ DESCRIPTION
|
|
|
12056
12092
|
Pushes all local commits upstream.
|
|
12057
12093
|
```
|
|
12058
12094
|
|
|
12059
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12095
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/push.ts)_
|
|
12060
12096
|
|
|
12061
12097
|
## `codiac pvc create`
|
|
12062
12098
|
|
|
@@ -12140,7 +12176,7 @@ EXAMPLES
|
|
|
12140
12176
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12141
12177
|
```
|
|
12142
12178
|
|
|
12143
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12179
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pvc/create.ts)_
|
|
12144
12180
|
|
|
12145
12181
|
## `codiac pvc delete`
|
|
12146
12182
|
|
|
@@ -12187,7 +12223,7 @@ EXAMPLES
|
|
|
12187
12223
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12188
12224
|
```
|
|
12189
12225
|
|
|
12190
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12226
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pvc/delete.ts)_
|
|
12191
12227
|
|
|
12192
12228
|
## `codiac pvc get`
|
|
12193
12229
|
|
|
@@ -12228,7 +12264,7 @@ EXAMPLES
|
|
|
12228
12264
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12229
12265
|
```
|
|
12230
12266
|
|
|
12231
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12267
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pvc/get.ts)_
|
|
12232
12268
|
|
|
12233
12269
|
## `codiac pvc list`
|
|
12234
12270
|
|
|
@@ -12271,7 +12307,7 @@ EXAMPLES
|
|
|
12271
12307
|
$ codiac pvc list -o yaml
|
|
12272
12308
|
```
|
|
12273
12309
|
|
|
12274
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12310
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/pvc/list.ts)_
|
|
12275
12311
|
|
|
12276
12312
|
## `codiac relay-version`
|
|
12277
12313
|
|
|
@@ -12288,7 +12324,7 @@ EXAMPLES
|
|
|
12288
12324
|
$ codiac relay-version
|
|
12289
12325
|
```
|
|
12290
12326
|
|
|
12291
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12327
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/relay-version.ts)_
|
|
12292
12328
|
|
|
12293
12329
|
## `codiac run`
|
|
12294
12330
|
|
|
@@ -12330,7 +12366,7 @@ DESCRIPTION
|
|
|
12330
12366
|
Runs the latest build of the api container locally.
|
|
12331
12367
|
```
|
|
12332
12368
|
|
|
12333
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12369
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/run.ts)_
|
|
12334
12370
|
|
|
12335
12371
|
## `codiac secretStore`
|
|
12336
12372
|
|
|
@@ -12448,7 +12484,7 @@ EXAMPLES
|
|
|
12448
12484
|
$ codiac secretStore capture --echo
|
|
12449
12485
|
```
|
|
12450
12486
|
|
|
12451
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12487
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/secretStore/capture.ts)_
|
|
12452
12488
|
|
|
12453
12489
|
## `codiac secretStore forget`
|
|
12454
12490
|
|
|
@@ -12469,7 +12505,7 @@ DESCRIPTION
|
|
|
12469
12505
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12470
12506
|
```
|
|
12471
12507
|
|
|
12472
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12508
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/secretStore/forget.ts)_
|
|
12473
12509
|
|
|
12474
12510
|
## `codiac secretStore list`
|
|
12475
12511
|
|
|
@@ -12514,7 +12550,7 @@ EXAMPLES
|
|
|
12514
12550
|
$ codiac secretStore list
|
|
12515
12551
|
```
|
|
12516
12552
|
|
|
12517
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12553
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/secretStore/list.ts)_
|
|
12518
12554
|
|
|
12519
12555
|
## `codiac shell init`
|
|
12520
12556
|
|
|
@@ -12552,7 +12588,7 @@ EXAMPLES
|
|
|
12552
12588
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12553
12589
|
```
|
|
12554
12590
|
|
|
12555
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12591
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/shell/init.ts)_
|
|
12556
12592
|
|
|
12557
12593
|
## `codiac snapshot deploy`
|
|
12558
12594
|
|
|
@@ -12580,7 +12616,7 @@ DESCRIPTION
|
|
|
12580
12616
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12581
12617
|
```
|
|
12582
12618
|
|
|
12583
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12619
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/snapshot/deploy.ts)_
|
|
12584
12620
|
|
|
12585
12621
|
## `codiac snapshot list`
|
|
12586
12622
|
|
|
@@ -12629,7 +12665,7 @@ EXAMPLES
|
|
|
12629
12665
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12630
12666
|
```
|
|
12631
12667
|
|
|
12632
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12668
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/snapshot/list.ts)_
|
|
12633
12669
|
|
|
12634
12670
|
## `codiac snapshot tag`
|
|
12635
12671
|
|
|
@@ -12672,7 +12708,7 @@ EXAMPLES
|
|
|
12672
12708
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12673
12709
|
```
|
|
12674
12710
|
|
|
12675
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12711
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/snapshot/tag.ts)_
|
|
12676
12712
|
|
|
12677
12713
|
## `codiac snapshot untag`
|
|
12678
12714
|
|
|
@@ -12715,7 +12751,7 @@ EXAMPLES
|
|
|
12715
12751
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12716
12752
|
```
|
|
12717
12753
|
|
|
12718
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12754
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/snapshot/untag.ts)_
|
|
12719
12755
|
|
|
12720
12756
|
## `codiac stage [FILES]`
|
|
12721
12757
|
|
|
@@ -12737,7 +12773,7 @@ DESCRIPTION
|
|
|
12737
12773
|
Flags files to be included in the next commit.
|
|
12738
12774
|
```
|
|
12739
12775
|
|
|
12740
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12776
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/stage.ts)_
|
|
12741
12777
|
|
|
12742
12778
|
## `codiac stash [FILE]`
|
|
12743
12779
|
|
|
@@ -12759,7 +12795,7 @@ DESCRIPTION
|
|
|
12759
12795
|
describe the command here
|
|
12760
12796
|
```
|
|
12761
12797
|
|
|
12762
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12798
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/stash.ts)_
|
|
12763
12799
|
|
|
12764
12800
|
## `codiac status`
|
|
12765
12801
|
|
|
@@ -12778,7 +12814,7 @@ DESCRIPTION
|
|
|
12778
12814
|
Shows the current uncommitted changes in the current branch.
|
|
12779
12815
|
```
|
|
12780
12816
|
|
|
12781
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12817
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/status.ts)_
|
|
12782
12818
|
|
|
12783
12819
|
## `codiac stop`
|
|
12784
12820
|
|
|
@@ -12796,7 +12832,7 @@ DESCRIPTION
|
|
|
12796
12832
|
Stops the running container for this project
|
|
12797
12833
|
```
|
|
12798
12834
|
|
|
12799
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12835
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/stop.ts)_
|
|
12800
12836
|
|
|
12801
12837
|
## `codiac switch [NAME]`
|
|
12802
12838
|
|
|
@@ -12816,7 +12852,7 @@ DESCRIPTION
|
|
|
12816
12852
|
Changes branch on the main project and any sourced dependencies.
|
|
12817
12853
|
```
|
|
12818
12854
|
|
|
12819
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12855
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/switch.ts)_
|
|
12820
12856
|
|
|
12821
12857
|
## `codiac sync [NAME]`
|
|
12822
12858
|
|
|
@@ -12841,7 +12877,7 @@ DESCRIPTION
|
|
|
12841
12877
|
Merges the given branch into the current branch.
|
|
12842
12878
|
```
|
|
12843
12879
|
|
|
12844
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12880
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/sync.ts)_
|
|
12845
12881
|
|
|
12846
12882
|
## `codiac tenant create [NAME]`
|
|
12847
12883
|
|
|
@@ -12884,7 +12920,7 @@ EXAMPLES
|
|
|
12884
12920
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12885
12921
|
```
|
|
12886
12922
|
|
|
12887
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12923
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/tenant/create.ts)_
|
|
12888
12924
|
|
|
12889
12925
|
## `codiac tenant switch [CODE]`
|
|
12890
12926
|
|
|
@@ -12924,7 +12960,7 @@ EXAMPLES
|
|
|
12924
12960
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12925
12961
|
```
|
|
12926
12962
|
|
|
12927
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12963
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/tenant/switch.ts)_
|
|
12928
12964
|
|
|
12929
12965
|
## `codiac token [TOKENNAME]`
|
|
12930
12966
|
|
|
@@ -13046,7 +13082,7 @@ DESCRIPTION
|
|
|
13046
13082
|
Flags files to be included in the next commit.
|
|
13047
13083
|
```
|
|
13048
13084
|
|
|
13049
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13085
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/unstage.ts)_
|
|
13050
13086
|
|
|
13051
13087
|
## `codiac update [CHANNEL]`
|
|
13052
13088
|
|
|
@@ -13233,7 +13269,7 @@ EXAMPLES
|
|
|
13233
13269
|
$ codiac whereami --to-script
|
|
13234
13270
|
```
|
|
13235
13271
|
|
|
13236
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13272
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/whereami.ts)_
|
|
13237
13273
|
|
|
13238
13274
|
## `codiac whoami`
|
|
13239
13275
|
|
|
@@ -13275,5 +13311,5 @@ EXAMPLES
|
|
|
13275
13311
|
$ codiac whoami --to-script
|
|
13276
13312
|
```
|
|
13277
13313
|
|
|
13278
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13314
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.243/src/commands/whoami.ts)_
|
|
13279
13315
|
<!-- commandsstop -->
|