@codiac.io/codiac-cli 1.3.202 → 1.3.203
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 +224 -158
- package/dist/commands/config/add.js +3 -0
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/host/map.js +1 -0
- package/dist/commands/host/map.js.map +1 -1
- package/oclif.manifest.json +17 -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.203 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ codiac asset create -e myEnterprise -n my-api --deploy-condition "environment.name = 'production'"
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
578
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/create.ts)_
|
|
579
579
|
|
|
580
580
|
## `codiac asset edit`
|
|
581
581
|
|
|
@@ -633,7 +633,7 @@ EXAMPLES
|
|
|
633
633
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
636
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/edit.ts)_
|
|
637
637
|
|
|
638
638
|
## `codiac asset entrypoint`
|
|
639
639
|
|
|
@@ -754,7 +754,7 @@ EXAMPLES
|
|
|
754
754
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
755
755
|
```
|
|
756
756
|
|
|
757
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
757
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/entrypoint/delete.ts)_
|
|
758
758
|
|
|
759
759
|
## `codiac asset entrypoint set`
|
|
760
760
|
|
|
@@ -823,7 +823,7 @@ EXAMPLES
|
|
|
823
823
|
--input=/backup/workflows'
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
826
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/entrypoint/set.ts)_
|
|
827
827
|
|
|
828
828
|
## `codiac asset get [CMD]`
|
|
829
829
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ codiac asset list -e myEnterprise --to-script
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
933
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/list.ts)_
|
|
934
934
|
|
|
935
935
|
## `codiac asset mon [CMD]`
|
|
936
936
|
|
|
@@ -1177,7 +1177,7 @@ EXAMPLES
|
|
|
1177
1177
|
$ codiac asset obliterate -e main -n my-api
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1180
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/obliterate.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `codiac asset probe create [CMD]`
|
|
1183
1183
|
|
|
@@ -1267,7 +1267,7 @@ EXAMPLES
|
|
|
1267
1267
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1268
1268
|
```
|
|
1269
1269
|
|
|
1270
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1270
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/probe/create.ts)_
|
|
1271
1271
|
|
|
1272
1272
|
## `codiac asset probe delete`
|
|
1273
1273
|
|
|
@@ -1322,7 +1322,7 @@ EXAMPLES
|
|
|
1322
1322
|
$ codiac asset probe delete
|
|
1323
1323
|
```
|
|
1324
1324
|
|
|
1325
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1325
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/probe/delete.ts)_
|
|
1326
1326
|
|
|
1327
1327
|
## `codiac asset probe list`
|
|
1328
1328
|
|
|
@@ -1374,7 +1374,7 @@ EXAMPLES
|
|
|
1374
1374
|
$ codiac asset probe list
|
|
1375
1375
|
```
|
|
1376
1376
|
|
|
1377
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1377
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/probe/list.ts)_
|
|
1378
1378
|
|
|
1379
1379
|
## `codiac asset recycle`
|
|
1380
1380
|
|
|
@@ -1414,7 +1414,7 @@ DESCRIPTION
|
|
|
1414
1414
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1415
1415
|
```
|
|
1416
1416
|
|
|
1417
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1417
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/recycle.ts)_
|
|
1418
1418
|
|
|
1419
1419
|
## `codiac asset undeploy`
|
|
1420
1420
|
|
|
@@ -1458,7 +1458,7 @@ EXAMPLES
|
|
|
1458
1458
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1459
1459
|
```
|
|
1460
1460
|
|
|
1461
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1461
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/undeploy.ts)_
|
|
1462
1462
|
|
|
1463
1463
|
## `codiac asset view [CMD]`
|
|
1464
1464
|
|
|
@@ -1513,7 +1513,7 @@ ALIASES
|
|
|
1513
1513
|
$ codiac asset get
|
|
1514
1514
|
```
|
|
1515
1515
|
|
|
1516
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1516
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/view.ts)_
|
|
1517
1517
|
|
|
1518
1518
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1519
1519
|
|
|
@@ -1784,7 +1784,7 @@ ALIASES
|
|
|
1784
1784
|
$ codiac asset volume add
|
|
1785
1785
|
```
|
|
1786
1786
|
|
|
1787
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1787
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/volume/create.ts)_
|
|
1788
1788
|
|
|
1789
1789
|
## `codiac asset volume del`
|
|
1790
1790
|
|
|
@@ -1872,7 +1872,7 @@ EXAMPLES
|
|
|
1872
1872
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1873
1873
|
```
|
|
1874
1874
|
|
|
1875
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1875
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/volume/delete.ts)_
|
|
1876
1876
|
|
|
1877
1877
|
## `codiac asset volume list`
|
|
1878
1878
|
|
|
@@ -1921,7 +1921,7 @@ EXAMPLES
|
|
|
1921
1921
|
$ codiac asset volume list -e myEnterprise --silent
|
|
1922
1922
|
```
|
|
1923
1923
|
|
|
1924
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1924
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/volume/list.ts)_
|
|
1925
1925
|
|
|
1926
1926
|
## `codiac asset volumes del`
|
|
1927
1927
|
|
|
@@ -2088,7 +2088,7 @@ EXAMPLES
|
|
|
2088
2088
|
$ codiac asset where -e main -a my-api --silent
|
|
2089
2089
|
```
|
|
2090
2090
|
|
|
2091
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2091
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/asset/where.ts)_
|
|
2092
2092
|
|
|
2093
2093
|
## `codiac auth cab allow`
|
|
2094
2094
|
|
|
@@ -2250,7 +2250,7 @@ EXAMPLES
|
|
|
2250
2250
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2251
2251
|
```
|
|
2252
2252
|
|
|
2253
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2253
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/cabinet/allow.ts)_
|
|
2254
2254
|
|
|
2255
2255
|
## `codiac auth cabinet allowed`
|
|
2256
2256
|
|
|
@@ -2298,7 +2298,7 @@ EXAMPLES
|
|
|
2298
2298
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2299
2299
|
```
|
|
2300
2300
|
|
|
2301
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2301
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/cabinet/allowed.ts)_
|
|
2302
2302
|
|
|
2303
2303
|
## `codiac auth ent allow`
|
|
2304
2304
|
|
|
@@ -2489,7 +2489,7 @@ EXAMPLES
|
|
|
2489
2489
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2490
2490
|
```
|
|
2491
2491
|
|
|
2492
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2492
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/enterprise/allow.ts)_
|
|
2493
2493
|
|
|
2494
2494
|
## `codiac auth enterprise allow onEnvironments`
|
|
2495
2495
|
|
|
@@ -2543,7 +2543,7 @@ EXAMPLES
|
|
|
2543
2543
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2544
2544
|
```
|
|
2545
2545
|
|
|
2546
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2546
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2547
2547
|
|
|
2548
2548
|
## `codiac auth enterprise allowed`
|
|
2549
2549
|
|
|
@@ -2584,7 +2584,7 @@ EXAMPLES
|
|
|
2584
2584
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2585
2585
|
```
|
|
2586
2586
|
|
|
2587
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2587
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/enterprise/allowed.ts)_
|
|
2588
2588
|
|
|
2589
2589
|
## `codiac auth env allowed`
|
|
2590
2590
|
|
|
@@ -2791,7 +2791,7 @@ EXAMPLES
|
|
|
2791
2791
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2792
2792
|
```
|
|
2793
2793
|
|
|
2794
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2794
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/environment/allow.ts)_
|
|
2795
2795
|
|
|
2796
2796
|
## `codiac auth environment allow onCabinets`
|
|
2797
2797
|
|
|
@@ -2848,7 +2848,7 @@ EXAMPLES
|
|
|
2848
2848
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2849
2849
|
```
|
|
2850
2850
|
|
|
2851
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2851
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2852
2852
|
|
|
2853
2853
|
## `codiac auth environment allowed`
|
|
2854
2854
|
|
|
@@ -2893,7 +2893,7 @@ EXAMPLES
|
|
|
2893
2893
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2894
2894
|
```
|
|
2895
2895
|
|
|
2896
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2896
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/environment/allowed.ts)_
|
|
2897
2897
|
|
|
2898
2898
|
## `codiac auth register`
|
|
2899
2899
|
|
|
@@ -2939,7 +2939,7 @@ EXAMPLES
|
|
|
2939
2939
|
$ codiac auth register
|
|
2940
2940
|
```
|
|
2941
2941
|
|
|
2942
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2942
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/register.ts)_
|
|
2943
2943
|
|
|
2944
2944
|
## `codiac auth role allowed [NAME]`
|
|
2945
2945
|
|
|
@@ -2986,7 +2986,7 @@ EXAMPLES
|
|
|
2986
2986
|
$ codiac auth role allowed -n deployer -e main
|
|
2987
2987
|
```
|
|
2988
2988
|
|
|
2989
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2989
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/allowed.ts)_
|
|
2990
2990
|
|
|
2991
2991
|
## `codiac auth role assign`
|
|
2992
2992
|
|
|
@@ -3018,7 +3018,7 @@ EXAMPLES
|
|
|
3018
3018
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3019
3019
|
```
|
|
3020
3020
|
|
|
3021
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3021
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/assign.ts)_
|
|
3022
3022
|
|
|
3023
3023
|
## `codiac auth role create [NAME]`
|
|
3024
3024
|
|
|
@@ -3051,7 +3051,7 @@ EXAMPLES
|
|
|
3051
3051
|
$ codiac auth role create -n deployer
|
|
3052
3052
|
```
|
|
3053
3053
|
|
|
3054
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3054
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/create.ts)_
|
|
3055
3055
|
|
|
3056
3056
|
## `codiac auth role delete [NAME]`
|
|
3057
3057
|
|
|
@@ -3087,7 +3087,7 @@ EXAMPLES
|
|
|
3087
3087
|
$ codiac auth role delete --id abc123def456
|
|
3088
3088
|
```
|
|
3089
3089
|
|
|
3090
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3090
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/delete.ts)_
|
|
3091
3091
|
|
|
3092
3092
|
## `codiac auth role list`
|
|
3093
3093
|
|
|
@@ -3123,7 +3123,7 @@ EXAMPLES
|
|
|
3123
3123
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3124
3124
|
```
|
|
3125
3125
|
|
|
3126
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3126
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/list.ts)_
|
|
3127
3127
|
|
|
3128
3128
|
## `codiac auth role unassign`
|
|
3129
3129
|
|
|
@@ -3155,7 +3155,7 @@ EXAMPLES
|
|
|
3155
3155
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3156
3156
|
```
|
|
3157
3157
|
|
|
3158
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3158
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/role/unassign.ts)_
|
|
3159
3159
|
|
|
3160
3160
|
## `codiac auth user invite`
|
|
3161
3161
|
|
|
@@ -3195,7 +3195,7 @@ EXAMPLES
|
|
|
3195
3195
|
$ codiac auth user invite
|
|
3196
3196
|
```
|
|
3197
3197
|
|
|
3198
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3198
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/user/invite.ts)_
|
|
3199
3199
|
|
|
3200
3200
|
## `codiac auth user list`
|
|
3201
3201
|
|
|
@@ -3231,7 +3231,7 @@ EXAMPLES
|
|
|
3231
3231
|
$ codiac auth user list -o yaml > users.yaml
|
|
3232
3232
|
```
|
|
3233
3233
|
|
|
3234
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3234
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/auth/user/list.ts)_
|
|
3235
3235
|
|
|
3236
3236
|
## `codiac autocomplete [SHELL]`
|
|
3237
3237
|
|
|
@@ -3281,7 +3281,7 @@ DESCRIPTION
|
|
|
3281
3281
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3282
3282
|
```
|
|
3283
3283
|
|
|
3284
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3284
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/branch.ts)_
|
|
3285
3285
|
|
|
3286
3286
|
## `codiac branch current`
|
|
3287
3287
|
|
|
@@ -3301,7 +3301,7 @@ ALIASES
|
|
|
3301
3301
|
$ codiac branches current
|
|
3302
3302
|
```
|
|
3303
3303
|
|
|
3304
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3304
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/branch/current.ts)_
|
|
3305
3305
|
|
|
3306
3306
|
## `codiac branch list`
|
|
3307
3307
|
|
|
@@ -3323,7 +3323,7 @@ ALIASES
|
|
|
3323
3323
|
$ codiac branches list
|
|
3324
3324
|
```
|
|
3325
3325
|
|
|
3326
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3326
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/branch/list.ts)_
|
|
3327
3327
|
|
|
3328
3328
|
## `codiac branches current`
|
|
3329
3329
|
|
|
@@ -3413,7 +3413,7 @@ DESCRIPTION
|
|
|
3413
3413
|
Builds the project and the docker container
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3416
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/build.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `codiac cab cluster attach`
|
|
3419
3419
|
|
|
@@ -4013,7 +4013,7 @@ EXAMPLES
|
|
|
4013
4013
|
prod-cluster-1 --to-script
|
|
4014
4014
|
```
|
|
4015
4015
|
|
|
4016
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4016
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/cluster/attach.ts)_
|
|
4017
4017
|
|
|
4018
4018
|
## `codiac cabinet contents`
|
|
4019
4019
|
|
|
@@ -4057,7 +4057,7 @@ EXAMPLES
|
|
|
4057
4057
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4058
4058
|
```
|
|
4059
4059
|
|
|
4060
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4060
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/contents.ts)_
|
|
4061
4061
|
|
|
4062
4062
|
## `codiac cabinet create [CABINET]`
|
|
4063
4063
|
|
|
@@ -4124,7 +4124,7 @@ EXAMPLES
|
|
|
4124
4124
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4125
4125
|
```
|
|
4126
4126
|
|
|
4127
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4127
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/create.ts)_
|
|
4128
4128
|
|
|
4129
4129
|
## `codiac cabinet define [CABINET]`
|
|
4130
4130
|
|
|
@@ -4186,7 +4186,7 @@ EXAMPLES
|
|
|
4186
4186
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4187
4187
|
```
|
|
4188
4188
|
|
|
4189
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4189
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/define.ts)_
|
|
4190
4190
|
|
|
4191
4191
|
## `codiac cabinet destroy [CABINET]`
|
|
4192
4192
|
|
|
@@ -4244,7 +4244,7 @@ EXAMPLES
|
|
|
4244
4244
|
--environment dev --silent
|
|
4245
4245
|
```
|
|
4246
4246
|
|
|
4247
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4247
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/destroy.ts)_
|
|
4248
4248
|
|
|
4249
4249
|
## `codiac cabinet detach [CABINET]`
|
|
4250
4250
|
|
|
@@ -4301,7 +4301,7 @@ EXAMPLES
|
|
|
4301
4301
|
main --environment dev
|
|
4302
4302
|
```
|
|
4303
4303
|
|
|
4304
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4304
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/detach.ts)_
|
|
4305
4305
|
|
|
4306
4306
|
## `codiac cabinet forget [CABINET]`
|
|
4307
4307
|
|
|
@@ -4356,7 +4356,7 @@ EXAMPLES
|
|
|
4356
4356
|
$ codiac cabinet forget --to-script
|
|
4357
4357
|
```
|
|
4358
4358
|
|
|
4359
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4359
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/forget.ts)_
|
|
4360
4360
|
|
|
4361
4361
|
## `codiac cabinet list`
|
|
4362
4362
|
|
|
@@ -4407,7 +4407,7 @@ EXAMPLES
|
|
|
4407
4407
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4408
4408
|
```
|
|
4409
4409
|
|
|
4410
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4410
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/list.ts)_
|
|
4411
4411
|
|
|
4412
4412
|
## `codiac cabinet obliterate [CABINET]`
|
|
4413
4413
|
|
|
@@ -4449,7 +4449,7 @@ ALIASES
|
|
|
4449
4449
|
$ codiac infrx cab obliterate
|
|
4450
4450
|
```
|
|
4451
4451
|
|
|
4452
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4452
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/obliterate.ts)_
|
|
4453
4453
|
|
|
4454
4454
|
## `codiac cabinet restore`
|
|
4455
4455
|
|
|
@@ -4516,7 +4516,7 @@ EXAMPLES
|
|
|
4516
4516
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4517
4517
|
```
|
|
4518
4518
|
|
|
4519
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4519
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cabinet/restore.ts)_
|
|
4520
4520
|
|
|
4521
4521
|
## `codiac cfg add`
|
|
4522
4522
|
|
|
@@ -4624,6 +4624,24 @@ EXAMPLES
|
|
|
4624
4624
|
|
|
4625
4625
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
4626
4626
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
4627
|
+
|
|
4628
|
+
Reference a dynamic variable. Available names: asset, cabinet, cluster, enterprise, environment, tenant, version.
|
|
4629
|
+
Resolved at deploy time per cabinet.
|
|
4630
|
+
|
|
4631
|
+
cod config set -a api -c dev -t env --setting API_URL --value 'https://${asset}.${cabinet}.mydomain.com'
|
|
4632
|
+
|
|
4633
|
+
Resolve the hostname for an existing `cod host map` entry via the ${hostmap(strategy, domain)} dynamic variable.
|
|
4634
|
+
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
4635
|
+
strategies/domains mapped to your cabinet.
|
|
4636
|
+
|
|
4637
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.host --value \
|
|
4638
|
+
'${hostmap("svc_dot_cab_dot_domain", "internal.primeroedge.co")}'
|
|
4639
|
+
|
|
4640
|
+
Sibling ${hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
4641
|
+
domain_slash_service). Returns empty string for host-only strategies.
|
|
4642
|
+
|
|
4643
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.path --value \
|
|
4644
|
+
'${hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
4627
4645
|
```
|
|
4628
4646
|
|
|
4629
4647
|
## `codiac cfg delete [SETTING]`
|
|
@@ -4773,7 +4791,7 @@ DESCRIPTION
|
|
|
4773
4791
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4774
4792
|
```
|
|
4775
4793
|
|
|
4776
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4794
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cli.ts)_
|
|
4777
4795
|
|
|
4778
4796
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4779
4797
|
|
|
@@ -4838,7 +4856,7 @@ EXAMPLES
|
|
|
4838
4856
|
$ codiac cluster agent configure my-cluster --to-script
|
|
4839
4857
|
```
|
|
4840
4858
|
|
|
4841
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4859
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/agent/configure.ts)_
|
|
4842
4860
|
|
|
4843
4861
|
## `codiac cluster agent install [CLUSTER]`
|
|
4844
4862
|
|
|
@@ -4891,7 +4909,7 @@ EXAMPLES
|
|
|
4891
4909
|
$ codiac cluster agent install my-cluster --to-script
|
|
4892
4910
|
```
|
|
4893
4911
|
|
|
4894
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4912
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/agent/install.ts)_
|
|
4895
4913
|
|
|
4896
4914
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
4897
4915
|
|
|
@@ -4936,7 +4954,7 @@ EXAMPLES
|
|
|
4936
4954
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
4937
4955
|
```
|
|
4938
4956
|
|
|
4939
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4957
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/agent/uninstall.ts)_
|
|
4940
4958
|
|
|
4941
4959
|
## `codiac cluster bootstrap [NAME]`
|
|
4942
4960
|
|
|
@@ -4999,7 +5017,7 @@ EXAMPLES
|
|
|
4999
5017
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5000
5018
|
```
|
|
5001
5019
|
|
|
5002
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5020
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/bootstrap.ts)_
|
|
5003
5021
|
|
|
5004
5022
|
## `codiac cluster capture`
|
|
5005
5023
|
|
|
@@ -5084,7 +5102,7 @@ EXAMPLES
|
|
|
5084
5102
|
$ codiac cluster connect my-fav-cluster
|
|
5085
5103
|
```
|
|
5086
5104
|
|
|
5087
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5105
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/connect.ts)_
|
|
5088
5106
|
|
|
5089
5107
|
## `codiac cluster contents`
|
|
5090
5108
|
|
|
@@ -5578,7 +5596,7 @@ EXAMPLES
|
|
|
5578
5596
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5579
5597
|
```
|
|
5580
5598
|
|
|
5581
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5599
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/install.ts)_
|
|
5582
5600
|
|
|
5583
5601
|
## `codiac cluster journal [CLUSTER]`
|
|
5584
5602
|
|
|
@@ -5867,7 +5885,7 @@ EXAMPLES
|
|
|
5867
5885
|
$ codiac cluster stack capture my-fav-cluster
|
|
5868
5886
|
```
|
|
5869
5887
|
|
|
5870
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5888
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/stack/capture.ts)_
|
|
5871
5889
|
|
|
5872
5890
|
## `codiac cluster stack install [CLUSTER]`
|
|
5873
5891
|
|
|
@@ -5919,7 +5937,7 @@ EXAMPLES
|
|
|
5919
5937
|
$ codiac cluster stack install my-cluster --to-script
|
|
5920
5938
|
```
|
|
5921
5939
|
|
|
5922
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5940
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/stack/install.ts)_
|
|
5923
5941
|
|
|
5924
5942
|
## `codiac cluster stack list`
|
|
5925
5943
|
|
|
@@ -6085,7 +6103,7 @@ EXAMPLES
|
|
|
6085
6103
|
$ codiac cluster start my-fav-cluster
|
|
6086
6104
|
```
|
|
6087
6105
|
|
|
6088
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6106
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/start.ts)_
|
|
6089
6107
|
|
|
6090
6108
|
## `codiac cluster stop [CLUSTER]`
|
|
6091
6109
|
|
|
@@ -6122,7 +6140,7 @@ EXAMPLES
|
|
|
6122
6140
|
$ codiac cluster start my-fav-cluster
|
|
6123
6141
|
```
|
|
6124
6142
|
|
|
6125
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6143
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/cluster/stop.ts)_
|
|
6126
6144
|
|
|
6127
6145
|
## `codiac cluster uninstall`
|
|
6128
6146
|
|
|
@@ -6184,7 +6202,7 @@ DESCRIPTION
|
|
|
6184
6202
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6185
6203
|
```
|
|
6186
6204
|
|
|
6187
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6205
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/commit.ts)_
|
|
6188
6206
|
|
|
6189
6207
|
## `codiac config add`
|
|
6190
6208
|
|
|
@@ -6292,9 +6310,27 @@ EXAMPLES
|
|
|
6292
6310
|
|
|
6293
6311
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
6294
6312
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6313
|
+
|
|
6314
|
+
Reference a dynamic variable. Available names: asset, cabinet, cluster, enterprise, environment, tenant, version.
|
|
6315
|
+
Resolved at deploy time per cabinet.
|
|
6316
|
+
|
|
6317
|
+
cod config set -a api -c dev -t env --setting API_URL --value 'https://${asset}.${cabinet}.mydomain.com'
|
|
6318
|
+
|
|
6319
|
+
Resolve the hostname for an existing `cod host map` entry via the ${hostmap(strategy, domain)} dynamic variable.
|
|
6320
|
+
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
6321
|
+
strategies/domains mapped to your cabinet.
|
|
6322
|
+
|
|
6323
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.host --value \
|
|
6324
|
+
'${hostmap("svc_dot_cab_dot_domain", "internal.primeroedge.co")}'
|
|
6325
|
+
|
|
6326
|
+
Sibling ${hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
6327
|
+
domain_slash_service). Returns empty string for host-only strategies.
|
|
6328
|
+
|
|
6329
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.path --value \
|
|
6330
|
+
'${hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
6295
6331
|
```
|
|
6296
6332
|
|
|
6297
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6333
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/add.ts)_
|
|
6298
6334
|
|
|
6299
6335
|
## `codiac config delete [SETTING]`
|
|
6300
6336
|
|
|
@@ -6363,7 +6399,7 @@ ALIASES
|
|
|
6363
6399
|
$ codiac cfg delete
|
|
6364
6400
|
```
|
|
6365
6401
|
|
|
6366
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6402
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/delete.ts)_
|
|
6367
6403
|
|
|
6368
6404
|
## `codiac config deploy`
|
|
6369
6405
|
|
|
@@ -6404,7 +6440,7 @@ EXAMPLES
|
|
|
6404
6440
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6405
6441
|
```
|
|
6406
6442
|
|
|
6407
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6443
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/deploy.ts)_
|
|
6408
6444
|
|
|
6409
6445
|
## `codiac config import`
|
|
6410
6446
|
|
|
@@ -6457,7 +6493,7 @@ EXAMPLES
|
|
|
6457
6493
|
$ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
|
|
6458
6494
|
```
|
|
6459
6495
|
|
|
6460
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6496
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/import.ts)_
|
|
6461
6497
|
|
|
6462
6498
|
## `codiac config preview [SETTING]`
|
|
6463
6499
|
|
|
@@ -6628,6 +6664,24 @@ EXAMPLES
|
|
|
6628
6664
|
|
|
6629
6665
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
6630
6666
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6667
|
+
|
|
6668
|
+
Reference a dynamic variable. Available names: asset, cabinet, cluster, enterprise, environment, tenant, version.
|
|
6669
|
+
Resolved at deploy time per cabinet.
|
|
6670
|
+
|
|
6671
|
+
cod config set -a api -c dev -t env --setting API_URL --value 'https://${asset}.${cabinet}.mydomain.com'
|
|
6672
|
+
|
|
6673
|
+
Resolve the hostname for an existing `cod host map` entry via the ${hostmap(strategy, domain)} dynamic variable.
|
|
6674
|
+
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
6675
|
+
strategies/domains mapped to your cabinet.
|
|
6676
|
+
|
|
6677
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.host --value \
|
|
6678
|
+
'${hostmap("svc_dot_cab_dot_domain", "internal.primeroedge.co")}'
|
|
6679
|
+
|
|
6680
|
+
Sibling ${hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
6681
|
+
domain_slash_service). Returns empty string for host-only strategies.
|
|
6682
|
+
|
|
6683
|
+
cod config set -a my-asset -c develop -t helm --setting ingress.path --value \
|
|
6684
|
+
'${hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
6631
6685
|
```
|
|
6632
6686
|
|
|
6633
6687
|
## `codiac config settings get`
|
|
@@ -6698,7 +6752,7 @@ DESCRIPTION
|
|
|
6698
6752
|
Shows the list of clusters.
|
|
6699
6753
|
```
|
|
6700
6754
|
|
|
6701
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6755
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/settings/get.ts)_
|
|
6702
6756
|
|
|
6703
6757
|
## `codiac config view [SETTING]`
|
|
6704
6758
|
|
|
@@ -6763,7 +6817,7 @@ EXAMPLES
|
|
|
6763
6817
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
6764
6818
|
```
|
|
6765
6819
|
|
|
6766
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6820
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/config/view.ts)_
|
|
6767
6821
|
|
|
6768
6822
|
## `codiac csp creds list`
|
|
6769
6823
|
|
|
@@ -6811,7 +6865,7 @@ EXAMPLES
|
|
|
6811
6865
|
$ codiac csp creds list
|
|
6812
6866
|
```
|
|
6813
6867
|
|
|
6814
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6868
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/csp/creds/list.ts)_
|
|
6815
6869
|
|
|
6816
6870
|
## `codiac csp login [PROVIDER]`
|
|
6817
6871
|
|
|
@@ -6889,7 +6943,7 @@ EXAMPLES
|
|
|
6889
6943
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
6890
6944
|
```
|
|
6891
6945
|
|
|
6892
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6946
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/csp/login.ts)_
|
|
6893
6947
|
|
|
6894
6948
|
## `codiac csp logout [PROVIDER]`
|
|
6895
6949
|
|
|
@@ -6936,7 +6990,7 @@ EXAMPLES
|
|
|
6936
6990
|
$ codiac csp logout azure --to-script
|
|
6937
6991
|
```
|
|
6938
6992
|
|
|
6939
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6993
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/csp/logout.ts)_
|
|
6940
6994
|
|
|
6941
6995
|
## `codiac dep [NAME]`
|
|
6942
6996
|
|
|
@@ -6957,7 +7011,7 @@ DESCRIPTION
|
|
|
6957
7011
|
Installs a package into current project.
|
|
6958
7012
|
```
|
|
6959
7013
|
|
|
6960
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7014
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep.ts)_
|
|
6961
7015
|
|
|
6962
7016
|
## `codiac dep create [URL]`
|
|
6963
7017
|
|
|
@@ -6981,7 +7035,7 @@ DESCRIPTION
|
|
|
6981
7035
|
package version is used.
|
|
6982
7036
|
```
|
|
6983
7037
|
|
|
6984
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7038
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/create.ts)_
|
|
6985
7039
|
|
|
6986
7040
|
## `codiac dep install`
|
|
6987
7041
|
|
|
@@ -6998,7 +7052,7 @@ DESCRIPTION
|
|
|
6998
7052
|
installs any missing dependency packages into the local project folder.
|
|
6999
7053
|
```
|
|
7000
7054
|
|
|
7001
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7055
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/install.ts)_
|
|
7002
7056
|
|
|
7003
7057
|
## `codiac dep list`
|
|
7004
7058
|
|
|
@@ -7015,7 +7069,7 @@ DESCRIPTION
|
|
|
7015
7069
|
Shows the dependencies for the project.
|
|
7016
7070
|
```
|
|
7017
7071
|
|
|
7018
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7072
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/list.ts)_
|
|
7019
7073
|
|
|
7020
7074
|
## `codiac dep remove [NAME]`
|
|
7021
7075
|
|
|
@@ -7038,7 +7092,7 @@ DESCRIPTION
|
|
|
7038
7092
|
Removes a dependency from the project.
|
|
7039
7093
|
```
|
|
7040
7094
|
|
|
7041
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7095
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/remove.ts)_
|
|
7042
7096
|
|
|
7043
7097
|
## `codiac dep source [NAME]`
|
|
7044
7098
|
|
|
@@ -7064,7 +7118,7 @@ ALIASES
|
|
|
7064
7118
|
$ codiac dep src
|
|
7065
7119
|
```
|
|
7066
7120
|
|
|
7067
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7121
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/source.ts)_
|
|
7068
7122
|
|
|
7069
7123
|
## `codiac dep src [NAME]`
|
|
7070
7124
|
|
|
@@ -7108,7 +7162,7 @@ DESCRIPTION
|
|
|
7108
7162
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7109
7163
|
```
|
|
7110
7164
|
|
|
7111
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7165
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/syncup.ts)_
|
|
7112
7166
|
|
|
7113
7167
|
## `codiac dep unsource [NAME]`
|
|
7114
7168
|
|
|
@@ -7136,7 +7190,7 @@ ALIASES
|
|
|
7136
7190
|
$ codiac dep unsrc
|
|
7137
7191
|
```
|
|
7138
7192
|
|
|
7139
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7193
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/unsource.ts)_
|
|
7140
7194
|
|
|
7141
7195
|
## `codiac dep unsrc [NAME]`
|
|
7142
7196
|
|
|
@@ -7183,7 +7237,7 @@ DESCRIPTION
|
|
|
7183
7237
|
describe the command here
|
|
7184
7238
|
```
|
|
7185
7239
|
|
|
7186
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7240
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/dep/upgrade.ts)_
|
|
7187
7241
|
|
|
7188
7242
|
## `codiac deploy`
|
|
7189
7243
|
|
|
@@ -7236,7 +7290,7 @@ EXAMPLES
|
|
|
7236
7290
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7237
7291
|
```
|
|
7238
7292
|
|
|
7239
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7293
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/deploy.ts)_
|
|
7240
7294
|
|
|
7241
7295
|
## `codiac domain map [DOMAIN]`
|
|
7242
7296
|
|
|
@@ -7282,6 +7336,12 @@ EXAMPLES
|
|
|
7282
7336
|
Renders the equivalent silent command without executing.
|
|
7283
7337
|
|
|
7284
7338
|
$ codiac domain map my-company.com -e myEnterprise --to-script
|
|
7339
|
+
|
|
7340
|
+
Consume a mapping from a helm chart's own ingress spec: after mapping the domain here, reference it from any scoped
|
|
7341
|
+
setting via the ${hostmap(strategy, domain)} dynamic variable. See `cod config set --help` for setting-side
|
|
7342
|
+
examples.
|
|
7343
|
+
|
|
7344
|
+
$ codiac domain map internal.primeroedge.co -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
7285
7345
|
```
|
|
7286
7346
|
|
|
7287
7347
|
## `codiac ent list`
|
|
@@ -7386,7 +7446,7 @@ EXAMPLES
|
|
|
7386
7446
|
cod enterprise create my-enterprise-code --silent
|
|
7387
7447
|
```
|
|
7388
7448
|
|
|
7389
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7449
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/enterprise/create.ts)_
|
|
7390
7450
|
|
|
7391
7451
|
## `codiac enterprise list`
|
|
7392
7452
|
|
|
@@ -7441,7 +7501,7 @@ EXAMPLES
|
|
|
7441
7501
|
$ codiac enterprise list --to-script
|
|
7442
7502
|
```
|
|
7443
7503
|
|
|
7444
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7504
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/enterprise/list.ts)_
|
|
7445
7505
|
|
|
7446
7506
|
## `codiac env add [SETTING]`
|
|
7447
7507
|
|
|
@@ -7491,7 +7551,7 @@ EXAMPLES
|
|
|
7491
7551
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7492
7552
|
```
|
|
7493
7553
|
|
|
7494
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7554
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/env/add.ts)_
|
|
7495
7555
|
|
|
7496
7556
|
## `codiac enviro cluster attach`
|
|
7497
7557
|
|
|
@@ -7794,7 +7854,7 @@ ALIASES
|
|
|
7794
7854
|
$ codiac infrx enviro cluster attach
|
|
7795
7855
|
```
|
|
7796
7856
|
|
|
7797
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7857
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/environment/cluster/attach.ts)_
|
|
7798
7858
|
|
|
7799
7859
|
## `codiac environment cluster detach`
|
|
7800
7860
|
|
|
@@ -7840,7 +7900,7 @@ ALIASES
|
|
|
7840
7900
|
$ codiac infrx enviro cluster detach
|
|
7841
7901
|
```
|
|
7842
7902
|
|
|
7843
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7903
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/environment/cluster/detach.ts)_
|
|
7844
7904
|
|
|
7845
7905
|
## `codiac environment create [NAME]`
|
|
7846
7906
|
|
|
@@ -7903,7 +7963,7 @@ EXAMPLES
|
|
|
7903
7963
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
7904
7964
|
```
|
|
7905
7965
|
|
|
7906
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7966
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/environment/create.ts)_
|
|
7907
7967
|
|
|
7908
7968
|
## `codiac environment delete [NAME]`
|
|
7909
7969
|
|
|
@@ -7964,7 +8024,7 @@ EXAMPLES
|
|
|
7964
8024
|
$ codiac environment delete dev --enterprise main --to-script
|
|
7965
8025
|
```
|
|
7966
8026
|
|
|
7967
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8027
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/environment/delete.ts)_
|
|
7968
8028
|
|
|
7969
8029
|
## `codiac environment list`
|
|
7970
8030
|
|
|
@@ -8015,7 +8075,7 @@ EXAMPLES
|
|
|
8015
8075
|
$ codiac environment list -e myEnterprise --silent
|
|
8016
8076
|
```
|
|
8017
8077
|
|
|
8018
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8078
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/environment/list.ts)_
|
|
8019
8079
|
|
|
8020
8080
|
## `codiac fileshare capture`
|
|
8021
8081
|
|
|
@@ -8099,7 +8159,7 @@ ALIASES
|
|
|
8099
8159
|
$ codiac fileshare capture
|
|
8100
8160
|
```
|
|
8101
8161
|
|
|
8102
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8162
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/filestore/capture.ts)_
|
|
8103
8163
|
|
|
8104
8164
|
## `codiac filestore forget`
|
|
8105
8165
|
|
|
@@ -8146,7 +8206,7 @@ EXAMPLES
|
|
|
8146
8206
|
$ codiac filestore forget
|
|
8147
8207
|
```
|
|
8148
8208
|
|
|
8149
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8209
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/filestore/forget.ts)_
|
|
8150
8210
|
|
|
8151
8211
|
## `codiac filestore list`
|
|
8152
8212
|
|
|
@@ -8192,7 +8252,7 @@ EXAMPLES
|
|
|
8192
8252
|
$ codiac filestore list
|
|
8193
8253
|
```
|
|
8194
8254
|
|
|
8195
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8255
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/filestore/list.ts)_
|
|
8196
8256
|
|
|
8197
8257
|
## `codiac help [COMMANDS]`
|
|
8198
8258
|
|
|
@@ -8278,7 +8338,7 @@ EXAMPLES
|
|
|
8278
8338
|
$ codiac host delete
|
|
8279
8339
|
```
|
|
8280
8340
|
|
|
8281
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8341
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/host/delete.ts)_
|
|
8282
8342
|
|
|
8283
8343
|
## `codiac host list [DOMAIN]`
|
|
8284
8344
|
|
|
@@ -8322,7 +8382,7 @@ EXAMPLES
|
|
|
8322
8382
|
$ codiac host list
|
|
8323
8383
|
```
|
|
8324
8384
|
|
|
8325
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8385
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/host/list.ts)_
|
|
8326
8386
|
|
|
8327
8387
|
## `codiac host map [DOMAIN]`
|
|
8328
8388
|
|
|
@@ -8368,9 +8428,15 @@ EXAMPLES
|
|
|
8368
8428
|
Renders the equivalent silent command without executing.
|
|
8369
8429
|
|
|
8370
8430
|
$ codiac host map my-company.com -e myEnterprise --to-script
|
|
8431
|
+
|
|
8432
|
+
Consume a mapping from a helm chart's own ingress spec: after mapping the domain here, reference it from any scoped
|
|
8433
|
+
setting via the ${hostmap(strategy, domain)} dynamic variable. See `cod config set --help` for setting-side
|
|
8434
|
+
examples.
|
|
8435
|
+
|
|
8436
|
+
$ codiac host map internal.primeroedge.co -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8371
8437
|
```
|
|
8372
8438
|
|
|
8373
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8439
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/host/map.ts)_
|
|
8374
8440
|
|
|
8375
8441
|
## `codiac host view [DOMAIN]`
|
|
8376
8442
|
|
|
@@ -8415,7 +8481,7 @@ EXAMPLES
|
|
|
8415
8481
|
$ codiac host view
|
|
8416
8482
|
```
|
|
8417
8483
|
|
|
8418
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8484
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/host/view.ts)_
|
|
8419
8485
|
|
|
8420
8486
|
## `codiac identify [TOKENNAME]`
|
|
8421
8487
|
|
|
@@ -8487,7 +8553,7 @@ ALIASES
|
|
|
8487
8553
|
$ codiac token
|
|
8488
8554
|
```
|
|
8489
8555
|
|
|
8490
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8556
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/identity.ts)_
|
|
8491
8557
|
|
|
8492
8558
|
## `codiac identity delete [NAME]`
|
|
8493
8559
|
|
|
@@ -8512,7 +8578,7 @@ ALIASES
|
|
|
8512
8578
|
$ codiac token remove
|
|
8513
8579
|
```
|
|
8514
8580
|
|
|
8515
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8581
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/identity/delete.ts)_
|
|
8516
8582
|
|
|
8517
8583
|
## `codiac identity list`
|
|
8518
8584
|
|
|
@@ -8534,7 +8600,7 @@ ALIASES
|
|
|
8534
8600
|
$ codiac token list
|
|
8535
8601
|
```
|
|
8536
8602
|
|
|
8537
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8603
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/identity/list.ts)_
|
|
8538
8604
|
|
|
8539
8605
|
## `codiac identity remove [NAME]`
|
|
8540
8606
|
|
|
@@ -8855,7 +8921,7 @@ DESCRIPTION
|
|
|
8855
8921
|
Saves a reference to an existing container registry.
|
|
8856
8922
|
```
|
|
8857
8923
|
|
|
8858
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8924
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/imageRegistry/capture.ts)_
|
|
8859
8925
|
|
|
8860
8926
|
## `codiac imageRegistry forget`
|
|
8861
8927
|
|
|
@@ -8876,7 +8942,7 @@ DESCRIPTION
|
|
|
8876
8942
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
8877
8943
|
```
|
|
8878
8944
|
|
|
8879
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8945
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/imageRegistry/forget.ts)_
|
|
8880
8946
|
|
|
8881
8947
|
## `codiac imageRegistry list`
|
|
8882
8948
|
|
|
@@ -8918,7 +8984,7 @@ EXAMPLES
|
|
|
8918
8984
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
8919
8985
|
```
|
|
8920
8986
|
|
|
8921
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8987
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/imageRegistry/list.ts)_
|
|
8922
8988
|
|
|
8923
8989
|
## `codiac imageRegistry pullSecret set`
|
|
8924
8990
|
|
|
@@ -8954,7 +9020,7 @@ ALIASES
|
|
|
8954
9020
|
$ codiac pullsecret
|
|
8955
9021
|
```
|
|
8956
9022
|
|
|
8957
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9023
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
8958
9024
|
|
|
8959
9025
|
## `codiac imageRegistry pullSecret unset`
|
|
8960
9026
|
|
|
@@ -8981,7 +9047,7 @@ ALIASES
|
|
|
8981
9047
|
$ codiac pullsecret unset
|
|
8982
9048
|
```
|
|
8983
9049
|
|
|
8984
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9050
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
8985
9051
|
|
|
8986
9052
|
## `codiac images add [IMAGENAME]`
|
|
8987
9053
|
|
|
@@ -9042,7 +9108,7 @@ EXAMPLES
|
|
|
9042
9108
|
$ codiac images add your-company/your-image --to-script
|
|
9043
9109
|
```
|
|
9044
9110
|
|
|
9045
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9111
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/add.ts)_
|
|
9046
9112
|
|
|
9047
9113
|
## `codiac images list`
|
|
9048
9114
|
|
|
@@ -9065,7 +9131,7 @@ ALIASES
|
|
|
9065
9131
|
$ codiac img list
|
|
9066
9132
|
```
|
|
9067
9133
|
|
|
9068
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9134
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/list.ts)_
|
|
9069
9135
|
|
|
9070
9136
|
## `codiac images patch IMAGENAME`
|
|
9071
9137
|
|
|
@@ -9095,7 +9161,7 @@ ALIASES
|
|
|
9095
9161
|
$ codiac img patch
|
|
9096
9162
|
```
|
|
9097
9163
|
|
|
9098
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9164
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/patch.ts)_
|
|
9099
9165
|
|
|
9100
9166
|
## `codiac images remove IMAGENAME`
|
|
9101
9167
|
|
|
@@ -9121,7 +9187,7 @@ ALIASES
|
|
|
9121
9187
|
$ codiac img delete
|
|
9122
9188
|
```
|
|
9123
9189
|
|
|
9124
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9190
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/remove.ts)_
|
|
9125
9191
|
|
|
9126
9192
|
## `codiac images version NAME`
|
|
9127
9193
|
|
|
@@ -9147,7 +9213,7 @@ ALIASES
|
|
|
9147
9213
|
$ codiac img version get
|
|
9148
9214
|
```
|
|
9149
9215
|
|
|
9150
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9216
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/version.ts)_
|
|
9151
9217
|
|
|
9152
9218
|
## `codiac images version bump NAME`
|
|
9153
9219
|
|
|
@@ -9180,7 +9246,7 @@ ALIASES
|
|
|
9180
9246
|
$ codiac img version bump
|
|
9181
9247
|
```
|
|
9182
9248
|
|
|
9183
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9249
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/images/version/bump.ts)_
|
|
9184
9250
|
|
|
9185
9251
|
## `codiac img [IMAGENAME]`
|
|
9186
9252
|
|
|
@@ -10295,7 +10361,7 @@ DESCRIPTION
|
|
|
10295
10361
|
Declares the given folder as a project root
|
|
10296
10362
|
```
|
|
10297
10363
|
|
|
10298
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10364
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/init.ts)_
|
|
10299
10365
|
|
|
10300
10366
|
## `codiac kit create`
|
|
10301
10367
|
|
|
@@ -10338,7 +10404,7 @@ EXAMPLES
|
|
|
10338
10404
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10339
10405
|
```
|
|
10340
10406
|
|
|
10341
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10407
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/kit/create.ts)_
|
|
10342
10408
|
|
|
10343
10409
|
## `codiac login`
|
|
10344
10410
|
|
|
@@ -10397,7 +10463,7 @@ EXAMPLES
|
|
|
10397
10463
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10398
10464
|
```
|
|
10399
10465
|
|
|
10400
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10466
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/login.ts)_
|
|
10401
10467
|
|
|
10402
10468
|
## `codiac logout`
|
|
10403
10469
|
|
|
@@ -10430,7 +10496,7 @@ EXAMPLES
|
|
|
10430
10496
|
$ codiac logout --to-script
|
|
10431
10497
|
```
|
|
10432
10498
|
|
|
10433
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10499
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/logout.ts)_
|
|
10434
10500
|
|
|
10435
10501
|
## `codiac merge [BRANCH]`
|
|
10436
10502
|
|
|
@@ -10451,7 +10517,7 @@ DESCRIPTION
|
|
|
10451
10517
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10452
10518
|
```
|
|
10453
10519
|
|
|
10454
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10520
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/merge.ts)_
|
|
10455
10521
|
|
|
10456
10522
|
## `codiac noc cluster capture`
|
|
10457
10523
|
|
|
@@ -10503,7 +10569,7 @@ EXAMPLES
|
|
|
10503
10569
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10504
10570
|
```
|
|
10505
10571
|
|
|
10506
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10572
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/capture.ts)_
|
|
10507
10573
|
|
|
10508
10574
|
## `codiac noc cluster create [NAME]`
|
|
10509
10575
|
|
|
@@ -10593,7 +10659,7 @@ FLAG DESCRIPTIONS
|
|
|
10593
10659
|
initialization is always skipped in that mode.
|
|
10594
10660
|
```
|
|
10595
10661
|
|
|
10596
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10662
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/create.ts)_
|
|
10597
10663
|
|
|
10598
10664
|
## `codiac noc cluster credentials-set [NAME]`
|
|
10599
10665
|
|
|
@@ -10648,7 +10714,7 @@ EXAMPLES
|
|
|
10648
10714
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
10649
10715
|
```
|
|
10650
10716
|
|
|
10651
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10717
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/credentials-set.ts)_
|
|
10652
10718
|
|
|
10653
10719
|
## `codiac noc cluster define [NAME]`
|
|
10654
10720
|
|
|
@@ -10717,7 +10783,7 @@ EXAMPLES
|
|
|
10717
10783
|
$ codiac noc cluster define my-cluster --to-script
|
|
10718
10784
|
```
|
|
10719
10785
|
|
|
10720
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10786
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/define.ts)_
|
|
10721
10787
|
|
|
10722
10788
|
## `codiac noc cluster deinit`
|
|
10723
10789
|
|
|
@@ -10757,7 +10823,7 @@ EXAMPLES
|
|
|
10757
10823
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
10758
10824
|
```
|
|
10759
10825
|
|
|
10760
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10826
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/deinit.ts)_
|
|
10761
10827
|
|
|
10762
10828
|
## `codiac noc cluster destroy [NAME]`
|
|
10763
10829
|
|
|
@@ -10791,7 +10857,7 @@ ALIASES
|
|
|
10791
10857
|
$ codiac cluster destroy
|
|
10792
10858
|
```
|
|
10793
10859
|
|
|
10794
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10860
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/destroy.ts)_
|
|
10795
10861
|
|
|
10796
10862
|
## `codiac noc cluster forget`
|
|
10797
10863
|
|
|
@@ -10842,7 +10908,7 @@ EXAMPLES
|
|
|
10842
10908
|
$ codiac noc cluster forget --running
|
|
10843
10909
|
```
|
|
10844
10910
|
|
|
10845
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10911
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/forget.ts)_
|
|
10846
10912
|
|
|
10847
10913
|
## `codiac noc cluster grant`
|
|
10848
10914
|
|
|
@@ -10880,7 +10946,7 @@ EXAMPLES
|
|
|
10880
10946
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
10881
10947
|
```
|
|
10882
10948
|
|
|
10883
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10949
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/grant.ts)_
|
|
10884
10950
|
|
|
10885
10951
|
## `codiac noc cluster init`
|
|
10886
10952
|
|
|
@@ -10926,7 +10992,7 @@ EXAMPLES
|
|
|
10926
10992
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
10927
10993
|
```
|
|
10928
10994
|
|
|
10929
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10995
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/init.ts)_
|
|
10930
10996
|
|
|
10931
10997
|
## `codiac noc cluster journal [CLUSTER]`
|
|
10932
10998
|
|
|
@@ -10975,7 +11041,7 @@ EXAMPLES
|
|
|
10975
11041
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
10976
11042
|
```
|
|
10977
11043
|
|
|
10978
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11044
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/journal.ts)_
|
|
10979
11045
|
|
|
10980
11046
|
## `codiac noc cluster list`
|
|
10981
11047
|
|
|
@@ -11036,7 +11102,7 @@ EXAMPLES
|
|
|
11036
11102
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11037
11103
|
```
|
|
11038
11104
|
|
|
11039
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11105
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/list.ts)_
|
|
11040
11106
|
|
|
11041
11107
|
## `codiac noc cluster restore [NAME]`
|
|
11042
11108
|
|
|
@@ -11096,7 +11162,7 @@ EXAMPLES
|
|
|
11096
11162
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11097
11163
|
```
|
|
11098
11164
|
|
|
11099
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11165
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/noc/cluster/restore.ts)_
|
|
11100
11166
|
|
|
11101
11167
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11102
11168
|
|
|
@@ -11130,7 +11196,7 @@ DESCRIPTION
|
|
|
11130
11196
|
Configures a package to be built and published by the project.
|
|
11131
11197
|
```
|
|
11132
11198
|
|
|
11133
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11199
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pkg/add.ts)_
|
|
11134
11200
|
|
|
11135
11201
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11136
11202
|
|
|
@@ -11168,7 +11234,7 @@ DESCRIPTION
|
|
|
11168
11234
|
Renders the list of packages that are configured as project exports.
|
|
11169
11235
|
```
|
|
11170
11236
|
|
|
11171
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11237
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pkg/list.ts)_
|
|
11172
11238
|
|
|
11173
11239
|
## `codiac pkg patch PACKAGENAME`
|
|
11174
11240
|
|
|
@@ -11194,7 +11260,7 @@ DESCRIPTION
|
|
|
11194
11260
|
registryUrl and/or environment.
|
|
11195
11261
|
```
|
|
11196
11262
|
|
|
11197
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11263
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pkg/patch.ts)_
|
|
11198
11264
|
|
|
11199
11265
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11200
11266
|
|
|
@@ -11217,7 +11283,7 @@ ALIASES
|
|
|
11217
11283
|
$ codiac pkg delete
|
|
11218
11284
|
```
|
|
11219
11285
|
|
|
11220
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11286
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pkg/remove.ts)_
|
|
11221
11287
|
|
|
11222
11288
|
## `codiac portal`
|
|
11223
11289
|
|
|
@@ -11250,7 +11316,7 @@ EXAMPLES
|
|
|
11250
11316
|
$ codiac portal --to-script
|
|
11251
11317
|
```
|
|
11252
11318
|
|
|
11253
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11319
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/portal.ts)_
|
|
11254
11320
|
|
|
11255
11321
|
## `codiac probe create [CMD]`
|
|
11256
11322
|
|
|
@@ -11371,7 +11437,7 @@ DESCRIPTION
|
|
|
11371
11437
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11372
11438
|
```
|
|
11373
11439
|
|
|
11374
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11440
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/publish.ts)_
|
|
11375
11441
|
|
|
11376
11442
|
## `codiac pull [NAME]`
|
|
11377
11443
|
|
|
@@ -11395,7 +11461,7 @@ DESCRIPTION
|
|
|
11395
11461
|
Pulls all commits from upstream to local.
|
|
11396
11462
|
```
|
|
11397
11463
|
|
|
11398
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11464
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pull.ts)_
|
|
11399
11465
|
|
|
11400
11466
|
## `codiac pullsecret`
|
|
11401
11467
|
|
|
@@ -11478,7 +11544,7 @@ DESCRIPTION
|
|
|
11478
11544
|
Pushes all local commits upstream.
|
|
11479
11545
|
```
|
|
11480
11546
|
|
|
11481
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11547
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/push.ts)_
|
|
11482
11548
|
|
|
11483
11549
|
## `codiac pvc create`
|
|
11484
11550
|
|
|
@@ -11562,7 +11628,7 @@ EXAMPLES
|
|
|
11562
11628
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
11563
11629
|
```
|
|
11564
11630
|
|
|
11565
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11631
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pvc/create.ts)_
|
|
11566
11632
|
|
|
11567
11633
|
## `codiac pvc delete`
|
|
11568
11634
|
|
|
@@ -11609,7 +11675,7 @@ EXAMPLES
|
|
|
11609
11675
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
11610
11676
|
```
|
|
11611
11677
|
|
|
11612
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11678
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pvc/delete.ts)_
|
|
11613
11679
|
|
|
11614
11680
|
## `codiac pvc get`
|
|
11615
11681
|
|
|
@@ -11650,7 +11716,7 @@ EXAMPLES
|
|
|
11650
11716
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
11651
11717
|
```
|
|
11652
11718
|
|
|
11653
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11719
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pvc/get.ts)_
|
|
11654
11720
|
|
|
11655
11721
|
## `codiac pvc list`
|
|
11656
11722
|
|
|
@@ -11693,7 +11759,7 @@ EXAMPLES
|
|
|
11693
11759
|
$ codiac pvc list -o yaml
|
|
11694
11760
|
```
|
|
11695
11761
|
|
|
11696
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11762
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/pvc/list.ts)_
|
|
11697
11763
|
|
|
11698
11764
|
## `codiac relay-version`
|
|
11699
11765
|
|
|
@@ -11710,7 +11776,7 @@ EXAMPLES
|
|
|
11710
11776
|
$ codiac relay-version
|
|
11711
11777
|
```
|
|
11712
11778
|
|
|
11713
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11779
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/relay-version.ts)_
|
|
11714
11780
|
|
|
11715
11781
|
## `codiac run`
|
|
11716
11782
|
|
|
@@ -11752,7 +11818,7 @@ DESCRIPTION
|
|
|
11752
11818
|
Runs the latest build of the api container locally.
|
|
11753
11819
|
```
|
|
11754
11820
|
|
|
11755
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11821
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/run.ts)_
|
|
11756
11822
|
|
|
11757
11823
|
## `codiac secretStore`
|
|
11758
11824
|
|
|
@@ -11814,7 +11880,7 @@ ALIASES
|
|
|
11814
11880
|
$ codiac secretStore
|
|
11815
11881
|
```
|
|
11816
11882
|
|
|
11817
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11883
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/secretStore/capture.ts)_
|
|
11818
11884
|
|
|
11819
11885
|
## `codiac secretStore forget`
|
|
11820
11886
|
|
|
@@ -11835,7 +11901,7 @@ DESCRIPTION
|
|
|
11835
11901
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
11836
11902
|
```
|
|
11837
11903
|
|
|
11838
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11904
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/secretStore/forget.ts)_
|
|
11839
11905
|
|
|
11840
11906
|
## `codiac secretStore list`
|
|
11841
11907
|
|
|
@@ -11880,7 +11946,7 @@ EXAMPLES
|
|
|
11880
11946
|
$ codiac secretStore list
|
|
11881
11947
|
```
|
|
11882
11948
|
|
|
11883
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11949
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/secretStore/list.ts)_
|
|
11884
11950
|
|
|
11885
11951
|
## `codiac shell init`
|
|
11886
11952
|
|
|
@@ -11918,7 +11984,7 @@ EXAMPLES
|
|
|
11918
11984
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
11919
11985
|
```
|
|
11920
11986
|
|
|
11921
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11987
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/shell/init.ts)_
|
|
11922
11988
|
|
|
11923
11989
|
## `codiac snapshot deploy`
|
|
11924
11990
|
|
|
@@ -11946,7 +12012,7 @@ DESCRIPTION
|
|
|
11946
12012
|
Deploys all assets in a snapshot to a target cabinet.
|
|
11947
12013
|
```
|
|
11948
12014
|
|
|
11949
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12015
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/snapshot/deploy.ts)_
|
|
11950
12016
|
|
|
11951
12017
|
## `codiac snapshot list`
|
|
11952
12018
|
|
|
@@ -11995,7 +12061,7 @@ EXAMPLES
|
|
|
11995
12061
|
$ codiac snapshot list -e myEnterprise --silent
|
|
11996
12062
|
```
|
|
11997
12063
|
|
|
11998
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12064
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/snapshot/list.ts)_
|
|
11999
12065
|
|
|
12000
12066
|
## `codiac snapshot tag`
|
|
12001
12067
|
|
|
@@ -12038,7 +12104,7 @@ EXAMPLES
|
|
|
12038
12104
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12039
12105
|
```
|
|
12040
12106
|
|
|
12041
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12107
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/snapshot/tag.ts)_
|
|
12042
12108
|
|
|
12043
12109
|
## `codiac snapshot untag`
|
|
12044
12110
|
|
|
@@ -12081,7 +12147,7 @@ EXAMPLES
|
|
|
12081
12147
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12082
12148
|
```
|
|
12083
12149
|
|
|
12084
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12150
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/snapshot/untag.ts)_
|
|
12085
12151
|
|
|
12086
12152
|
## `codiac stage [FILES]`
|
|
12087
12153
|
|
|
@@ -12103,7 +12169,7 @@ DESCRIPTION
|
|
|
12103
12169
|
Flags files to be included in the next commit.
|
|
12104
12170
|
```
|
|
12105
12171
|
|
|
12106
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12172
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/stage.ts)_
|
|
12107
12173
|
|
|
12108
12174
|
## `codiac stash [FILE]`
|
|
12109
12175
|
|
|
@@ -12125,7 +12191,7 @@ DESCRIPTION
|
|
|
12125
12191
|
describe the command here
|
|
12126
12192
|
```
|
|
12127
12193
|
|
|
12128
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12194
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/stash.ts)_
|
|
12129
12195
|
|
|
12130
12196
|
## `codiac status`
|
|
12131
12197
|
|
|
@@ -12144,7 +12210,7 @@ DESCRIPTION
|
|
|
12144
12210
|
Shows the current uncommitted changes in the current branch.
|
|
12145
12211
|
```
|
|
12146
12212
|
|
|
12147
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12213
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/status.ts)_
|
|
12148
12214
|
|
|
12149
12215
|
## `codiac stop`
|
|
12150
12216
|
|
|
@@ -12162,7 +12228,7 @@ DESCRIPTION
|
|
|
12162
12228
|
Stops the running container for this project
|
|
12163
12229
|
```
|
|
12164
12230
|
|
|
12165
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12231
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/stop.ts)_
|
|
12166
12232
|
|
|
12167
12233
|
## `codiac switch [NAME]`
|
|
12168
12234
|
|
|
@@ -12182,7 +12248,7 @@ DESCRIPTION
|
|
|
12182
12248
|
Changes branch on the main project and any sourced dependencies.
|
|
12183
12249
|
```
|
|
12184
12250
|
|
|
12185
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12251
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/switch.ts)_
|
|
12186
12252
|
|
|
12187
12253
|
## `codiac sync [NAME]`
|
|
12188
12254
|
|
|
@@ -12207,7 +12273,7 @@ DESCRIPTION
|
|
|
12207
12273
|
Merges the given branch into the current branch.
|
|
12208
12274
|
```
|
|
12209
12275
|
|
|
12210
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12276
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/sync.ts)_
|
|
12211
12277
|
|
|
12212
12278
|
## `codiac tenant create [NAME]`
|
|
12213
12279
|
|
|
@@ -12250,7 +12316,7 @@ EXAMPLES
|
|
|
12250
12316
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12251
12317
|
```
|
|
12252
12318
|
|
|
12253
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12319
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/tenant/create.ts)_
|
|
12254
12320
|
|
|
12255
12321
|
## `codiac tenant switch [CODE]`
|
|
12256
12322
|
|
|
@@ -12290,7 +12356,7 @@ EXAMPLES
|
|
|
12290
12356
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12291
12357
|
```
|
|
12292
12358
|
|
|
12293
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12359
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/tenant/switch.ts)_
|
|
12294
12360
|
|
|
12295
12361
|
## `codiac token [TOKENNAME]`
|
|
12296
12362
|
|
|
@@ -12412,7 +12478,7 @@ DESCRIPTION
|
|
|
12412
12478
|
Flags files to be included in the next commit.
|
|
12413
12479
|
```
|
|
12414
12480
|
|
|
12415
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12481
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/unstage.ts)_
|
|
12416
12482
|
|
|
12417
12483
|
## `codiac update [CHANNEL]`
|
|
12418
12484
|
|
|
@@ -12599,7 +12665,7 @@ EXAMPLES
|
|
|
12599
12665
|
$ codiac whereami --to-script
|
|
12600
12666
|
```
|
|
12601
12667
|
|
|
12602
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12668
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/whereami.ts)_
|
|
12603
12669
|
|
|
12604
12670
|
## `codiac whoami`
|
|
12605
12671
|
|
|
@@ -12641,5 +12707,5 @@ EXAMPLES
|
|
|
12641
12707
|
$ codiac whoami --to-script
|
|
12642
12708
|
```
|
|
12643
12709
|
|
|
12644
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12710
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.203/src/commands/whoami.ts)_
|
|
12645
12711
|
<!-- commandsstop -->
|