@codiac.io/codiac-cli 1.3.224 → 1.3.226
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 +185 -179
- package/dist/cli-common/command-base.js +3 -6
- package/dist/cli-common/command-base.js.map +1 -1
- package/dist/command-base-enterprise.js +0 -4
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/commands/config/add.js +3 -3
- package/dist/commands/config/add.js.map +1 -1
- package/oclif.manifest.json +7 -7
- 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.226 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
$ codiac asset create -e myEnterprise -n my-api --deploy-condition "environment.name = 'production'"
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
583
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/create.ts)_
|
|
584
584
|
|
|
585
585
|
## `codiac asset edit`
|
|
586
586
|
|
|
@@ -638,7 +638,7 @@ EXAMPLES
|
|
|
638
638
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
641
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/edit.ts)_
|
|
642
642
|
|
|
643
643
|
## `codiac asset entrypoint`
|
|
644
644
|
|
|
@@ -759,7 +759,7 @@ EXAMPLES
|
|
|
759
759
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
762
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/entrypoint/delete.ts)_
|
|
763
763
|
|
|
764
764
|
## `codiac asset entrypoint set`
|
|
765
765
|
|
|
@@ -828,7 +828,7 @@ EXAMPLES
|
|
|
828
828
|
--input=/backup/workflows'
|
|
829
829
|
```
|
|
830
830
|
|
|
831
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
831
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/entrypoint/set.ts)_
|
|
832
832
|
|
|
833
833
|
## `codiac asset get [CMD]`
|
|
834
834
|
|
|
@@ -935,7 +935,7 @@ EXAMPLES
|
|
|
935
935
|
$ codiac asset list -e myEnterprise --to-script
|
|
936
936
|
```
|
|
937
937
|
|
|
938
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
938
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/list.ts)_
|
|
939
939
|
|
|
940
940
|
## `codiac asset mon [CMD]`
|
|
941
941
|
|
|
@@ -1182,7 +1182,7 @@ EXAMPLES
|
|
|
1182
1182
|
$ codiac asset obliterate -e main -n my-api
|
|
1183
1183
|
```
|
|
1184
1184
|
|
|
1185
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1185
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/obliterate.ts)_
|
|
1186
1186
|
|
|
1187
1187
|
## `codiac asset probe create [CMD]`
|
|
1188
1188
|
|
|
@@ -1272,7 +1272,7 @@ EXAMPLES
|
|
|
1272
1272
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1273
1273
|
```
|
|
1274
1274
|
|
|
1275
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1275
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/probe/create.ts)_
|
|
1276
1276
|
|
|
1277
1277
|
## `codiac asset probe delete`
|
|
1278
1278
|
|
|
@@ -1327,7 +1327,7 @@ EXAMPLES
|
|
|
1327
1327
|
$ codiac asset probe delete
|
|
1328
1328
|
```
|
|
1329
1329
|
|
|
1330
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1330
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/probe/delete.ts)_
|
|
1331
1331
|
|
|
1332
1332
|
## `codiac asset probe list`
|
|
1333
1333
|
|
|
@@ -1379,7 +1379,7 @@ EXAMPLES
|
|
|
1379
1379
|
$ codiac asset probe list
|
|
1380
1380
|
```
|
|
1381
1381
|
|
|
1382
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1382
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/probe/list.ts)_
|
|
1383
1383
|
|
|
1384
1384
|
## `codiac asset recycle`
|
|
1385
1385
|
|
|
@@ -1419,7 +1419,7 @@ DESCRIPTION
|
|
|
1419
1419
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1420
1420
|
```
|
|
1421
1421
|
|
|
1422
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1422
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/recycle.ts)_
|
|
1423
1423
|
|
|
1424
1424
|
## `codiac asset undeploy`
|
|
1425
1425
|
|
|
@@ -1463,7 +1463,7 @@ EXAMPLES
|
|
|
1463
1463
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1464
1464
|
```
|
|
1465
1465
|
|
|
1466
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1466
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/undeploy.ts)_
|
|
1467
1467
|
|
|
1468
1468
|
## `codiac asset view [CMD]`
|
|
1469
1469
|
|
|
@@ -1518,7 +1518,7 @@ ALIASES
|
|
|
1518
1518
|
$ codiac asset get
|
|
1519
1519
|
```
|
|
1520
1520
|
|
|
1521
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1521
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/view.ts)_
|
|
1522
1522
|
|
|
1523
1523
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1524
1524
|
|
|
@@ -1789,7 +1789,7 @@ ALIASES
|
|
|
1789
1789
|
$ codiac asset volume add
|
|
1790
1790
|
```
|
|
1791
1791
|
|
|
1792
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1792
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/volume/create.ts)_
|
|
1793
1793
|
|
|
1794
1794
|
## `codiac asset volume del`
|
|
1795
1795
|
|
|
@@ -1877,7 +1877,7 @@ EXAMPLES
|
|
|
1877
1877
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1878
1878
|
```
|
|
1879
1879
|
|
|
1880
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1880
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/volume/delete.ts)_
|
|
1881
1881
|
|
|
1882
1882
|
## `codiac asset volume list`
|
|
1883
1883
|
|
|
@@ -1926,7 +1926,7 @@ EXAMPLES
|
|
|
1926
1926
|
$ codiac asset volume list -e myEnterprise --silent
|
|
1927
1927
|
```
|
|
1928
1928
|
|
|
1929
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1929
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/volume/list.ts)_
|
|
1930
1930
|
|
|
1931
1931
|
## `codiac asset volumes del`
|
|
1932
1932
|
|
|
@@ -2093,7 +2093,7 @@ EXAMPLES
|
|
|
2093
2093
|
$ codiac asset where -e main -a my-api --silent
|
|
2094
2094
|
```
|
|
2095
2095
|
|
|
2096
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2096
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/asset/where.ts)_
|
|
2097
2097
|
|
|
2098
2098
|
## `codiac auth cab allow`
|
|
2099
2099
|
|
|
@@ -2255,7 +2255,7 @@ EXAMPLES
|
|
|
2255
2255
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2256
2256
|
```
|
|
2257
2257
|
|
|
2258
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2258
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/cabinet/allow.ts)_
|
|
2259
2259
|
|
|
2260
2260
|
## `codiac auth cabinet allowed`
|
|
2261
2261
|
|
|
@@ -2303,7 +2303,7 @@ EXAMPLES
|
|
|
2303
2303
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2304
2304
|
```
|
|
2305
2305
|
|
|
2306
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2306
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/cabinet/allowed.ts)_
|
|
2307
2307
|
|
|
2308
2308
|
## `codiac auth ent allow`
|
|
2309
2309
|
|
|
@@ -2494,7 +2494,7 @@ EXAMPLES
|
|
|
2494
2494
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2495
2495
|
```
|
|
2496
2496
|
|
|
2497
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2497
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/enterprise/allow.ts)_
|
|
2498
2498
|
|
|
2499
2499
|
## `codiac auth enterprise allow onEnvironments`
|
|
2500
2500
|
|
|
@@ -2548,7 +2548,7 @@ EXAMPLES
|
|
|
2548
2548
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2549
2549
|
```
|
|
2550
2550
|
|
|
2551
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2551
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2552
2552
|
|
|
2553
2553
|
## `codiac auth enterprise allowed`
|
|
2554
2554
|
|
|
@@ -2589,7 +2589,7 @@ EXAMPLES
|
|
|
2589
2589
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2590
2590
|
```
|
|
2591
2591
|
|
|
2592
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2592
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/enterprise/allowed.ts)_
|
|
2593
2593
|
|
|
2594
2594
|
## `codiac auth env allowed`
|
|
2595
2595
|
|
|
@@ -2796,7 +2796,7 @@ EXAMPLES
|
|
|
2796
2796
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2797
2797
|
```
|
|
2798
2798
|
|
|
2799
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2799
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/environment/allow.ts)_
|
|
2800
2800
|
|
|
2801
2801
|
## `codiac auth environment allow onCabinets`
|
|
2802
2802
|
|
|
@@ -2853,7 +2853,7 @@ EXAMPLES
|
|
|
2853
2853
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2854
2854
|
```
|
|
2855
2855
|
|
|
2856
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2856
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2857
2857
|
|
|
2858
2858
|
## `codiac auth environment allowed`
|
|
2859
2859
|
|
|
@@ -2898,7 +2898,7 @@ EXAMPLES
|
|
|
2898
2898
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2899
2899
|
```
|
|
2900
2900
|
|
|
2901
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2901
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/environment/allowed.ts)_
|
|
2902
2902
|
|
|
2903
2903
|
## `codiac auth register`
|
|
2904
2904
|
|
|
@@ -2944,7 +2944,7 @@ EXAMPLES
|
|
|
2944
2944
|
$ codiac auth register
|
|
2945
2945
|
```
|
|
2946
2946
|
|
|
2947
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2947
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/register.ts)_
|
|
2948
2948
|
|
|
2949
2949
|
## `codiac auth role allowed [NAME]`
|
|
2950
2950
|
|
|
@@ -2991,7 +2991,7 @@ EXAMPLES
|
|
|
2991
2991
|
$ codiac auth role allowed -n deployer -e main
|
|
2992
2992
|
```
|
|
2993
2993
|
|
|
2994
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2994
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/allowed.ts)_
|
|
2995
2995
|
|
|
2996
2996
|
## `codiac auth role assign`
|
|
2997
2997
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3026
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/assign.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `codiac auth role create [NAME]`
|
|
3029
3029
|
|
|
@@ -3056,7 +3056,7 @@ EXAMPLES
|
|
|
3056
3056
|
$ codiac auth role create -n deployer
|
|
3057
3057
|
```
|
|
3058
3058
|
|
|
3059
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3059
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/create.ts)_
|
|
3060
3060
|
|
|
3061
3061
|
## `codiac auth role delete [NAME]`
|
|
3062
3062
|
|
|
@@ -3092,7 +3092,7 @@ EXAMPLES
|
|
|
3092
3092
|
$ codiac auth role delete --id abc123def456
|
|
3093
3093
|
```
|
|
3094
3094
|
|
|
3095
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3095
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/delete.ts)_
|
|
3096
3096
|
|
|
3097
3097
|
## `codiac auth role list`
|
|
3098
3098
|
|
|
@@ -3128,7 +3128,7 @@ EXAMPLES
|
|
|
3128
3128
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3129
3129
|
```
|
|
3130
3130
|
|
|
3131
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3131
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/list.ts)_
|
|
3132
3132
|
|
|
3133
3133
|
## `codiac auth role unassign`
|
|
3134
3134
|
|
|
@@ -3160,7 +3160,7 @@ EXAMPLES
|
|
|
3160
3160
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3161
3161
|
```
|
|
3162
3162
|
|
|
3163
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3163
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/role/unassign.ts)_
|
|
3164
3164
|
|
|
3165
3165
|
## `codiac auth user invite`
|
|
3166
3166
|
|
|
@@ -3200,7 +3200,7 @@ EXAMPLES
|
|
|
3200
3200
|
$ codiac auth user invite
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3203
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/user/invite.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `codiac auth user list`
|
|
3206
3206
|
|
|
@@ -3236,7 +3236,7 @@ EXAMPLES
|
|
|
3236
3236
|
$ codiac auth user list -o yaml > users.yaml
|
|
3237
3237
|
```
|
|
3238
3238
|
|
|
3239
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3239
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/auth/user/list.ts)_
|
|
3240
3240
|
|
|
3241
3241
|
## `codiac autocomplete [SHELL]`
|
|
3242
3242
|
|
|
@@ -3286,7 +3286,7 @@ DESCRIPTION
|
|
|
3286
3286
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3287
3287
|
```
|
|
3288
3288
|
|
|
3289
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3289
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/branch.ts)_
|
|
3290
3290
|
|
|
3291
3291
|
## `codiac branch current`
|
|
3292
3292
|
|
|
@@ -3306,7 +3306,7 @@ ALIASES
|
|
|
3306
3306
|
$ codiac branches current
|
|
3307
3307
|
```
|
|
3308
3308
|
|
|
3309
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3309
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/branch/current.ts)_
|
|
3310
3310
|
|
|
3311
3311
|
## `codiac branch list`
|
|
3312
3312
|
|
|
@@ -3328,7 +3328,7 @@ ALIASES
|
|
|
3328
3328
|
$ codiac branches list
|
|
3329
3329
|
```
|
|
3330
3330
|
|
|
3331
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3331
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/branch/list.ts)_
|
|
3332
3332
|
|
|
3333
3333
|
## `codiac branches current`
|
|
3334
3334
|
|
|
@@ -3418,7 +3418,7 @@ DESCRIPTION
|
|
|
3418
3418
|
Builds the project and the docker container
|
|
3419
3419
|
```
|
|
3420
3420
|
|
|
3421
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3421
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/build.ts)_
|
|
3422
3422
|
|
|
3423
3423
|
## `codiac cab attach`
|
|
3424
3424
|
|
|
@@ -4167,7 +4167,7 @@ EXAMPLES
|
|
|
4167
4167
|
prod-cluster-1 --to-script
|
|
4168
4168
|
```
|
|
4169
4169
|
|
|
4170
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4170
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/cluster/attach.ts)_
|
|
4171
4171
|
|
|
4172
4172
|
## `codiac cabinet contents`
|
|
4173
4173
|
|
|
@@ -4211,7 +4211,7 @@ EXAMPLES
|
|
|
4211
4211
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4212
4212
|
```
|
|
4213
4213
|
|
|
4214
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4214
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/contents.ts)_
|
|
4215
4215
|
|
|
4216
4216
|
## `codiac cabinet create [CABINET]`
|
|
4217
4217
|
|
|
@@ -4278,7 +4278,7 @@ EXAMPLES
|
|
|
4278
4278
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4279
4279
|
```
|
|
4280
4280
|
|
|
4281
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4281
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/create.ts)_
|
|
4282
4282
|
|
|
4283
4283
|
## `codiac cabinet define [CABINET]`
|
|
4284
4284
|
|
|
@@ -4340,7 +4340,7 @@ EXAMPLES
|
|
|
4340
4340
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4341
4341
|
```
|
|
4342
4342
|
|
|
4343
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4343
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/define.ts)_
|
|
4344
4344
|
|
|
4345
4345
|
## `codiac cabinet destroy [CABINET]`
|
|
4346
4346
|
|
|
@@ -4398,7 +4398,7 @@ EXAMPLES
|
|
|
4398
4398
|
--environment dev --silent
|
|
4399
4399
|
```
|
|
4400
4400
|
|
|
4401
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4401
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/destroy.ts)_
|
|
4402
4402
|
|
|
4403
4403
|
## `codiac cabinet detach [CABINET]`
|
|
4404
4404
|
|
|
@@ -4455,7 +4455,7 @@ EXAMPLES
|
|
|
4455
4455
|
main --environment dev
|
|
4456
4456
|
```
|
|
4457
4457
|
|
|
4458
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4458
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/detach.ts)_
|
|
4459
4459
|
|
|
4460
4460
|
## `codiac cabinet forget [CABINET]`
|
|
4461
4461
|
|
|
@@ -4510,7 +4510,7 @@ EXAMPLES
|
|
|
4510
4510
|
$ codiac cabinet forget --to-script
|
|
4511
4511
|
```
|
|
4512
4512
|
|
|
4513
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4513
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/forget.ts)_
|
|
4514
4514
|
|
|
4515
4515
|
## `codiac cabinet list`
|
|
4516
4516
|
|
|
@@ -4561,7 +4561,7 @@ EXAMPLES
|
|
|
4561
4561
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4562
4562
|
```
|
|
4563
4563
|
|
|
4564
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4564
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/list.ts)_
|
|
4565
4565
|
|
|
4566
4566
|
## `codiac cabinet obliterate [CABINET]`
|
|
4567
4567
|
|
|
@@ -4603,7 +4603,7 @@ ALIASES
|
|
|
4603
4603
|
$ codiac infrx cab obliterate
|
|
4604
4604
|
```
|
|
4605
4605
|
|
|
4606
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4606
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/obliterate.ts)_
|
|
4607
4607
|
|
|
4608
4608
|
## `codiac cabinet restore`
|
|
4609
4609
|
|
|
@@ -4670,7 +4670,7 @@ EXAMPLES
|
|
|
4670
4670
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4671
4671
|
```
|
|
4672
4672
|
|
|
4673
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4673
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cabinet/restore.ts)_
|
|
4674
4674
|
|
|
4675
4675
|
## `codiac cfg add`
|
|
4676
4676
|
|
|
@@ -4779,23 +4779,25 @@ EXAMPLES
|
|
|
4779
4779
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
4780
4780
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
4781
4781
|
|
|
4782
|
-
|
|
4783
|
-
|
|
4782
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
4783
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
4784
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
4784
4785
|
|
|
4785
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
4786
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
4787
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
4786
4788
|
|
|
4787
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
4789
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
4788
4790
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
4789
4791
|
strategies/domains mapped to your cabinet.
|
|
4790
4792
|
|
|
4791
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
4793
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
4792
4794
|
"mywebsite.com")}'
|
|
4793
4795
|
|
|
4794
|
-
Sibling $
|
|
4796
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
4795
4797
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
4796
4798
|
|
|
4797
4799
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
4798
|
-
'$
|
|
4800
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
4799
4801
|
```
|
|
4800
4802
|
|
|
4801
4803
|
## `codiac cfg delete [SETTING]`
|
|
@@ -4945,7 +4947,7 @@ DESCRIPTION
|
|
|
4945
4947
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4946
4948
|
```
|
|
4947
4949
|
|
|
4948
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4950
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cli.ts)_
|
|
4949
4951
|
|
|
4950
4952
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4951
4953
|
|
|
@@ -5013,7 +5015,7 @@ EXAMPLES
|
|
|
5013
5015
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5014
5016
|
```
|
|
5015
5017
|
|
|
5016
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5018
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/agent/configure.ts)_
|
|
5017
5019
|
|
|
5018
5020
|
## `codiac cluster agent install [CLUSTER]`
|
|
5019
5021
|
|
|
@@ -5069,7 +5071,7 @@ EXAMPLES
|
|
|
5069
5071
|
$ codiac cluster agent install my-cluster --to-script
|
|
5070
5072
|
```
|
|
5071
5073
|
|
|
5072
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5074
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/agent/install.ts)_
|
|
5073
5075
|
|
|
5074
5076
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5075
5077
|
|
|
@@ -5117,7 +5119,7 @@ EXAMPLES
|
|
|
5117
5119
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5118
5120
|
```
|
|
5119
5121
|
|
|
5120
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5122
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/agent/uninstall.ts)_
|
|
5121
5123
|
|
|
5122
5124
|
## `codiac cluster bootstrap [NAME]`
|
|
5123
5125
|
|
|
@@ -5180,7 +5182,7 @@ EXAMPLES
|
|
|
5180
5182
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5181
5183
|
```
|
|
5182
5184
|
|
|
5183
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5185
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/bootstrap.ts)_
|
|
5184
5186
|
|
|
5185
5187
|
## `codiac cluster capture`
|
|
5186
5188
|
|
|
@@ -5265,7 +5267,7 @@ EXAMPLES
|
|
|
5265
5267
|
$ codiac cluster connect my-fav-cluster
|
|
5266
5268
|
```
|
|
5267
5269
|
|
|
5268
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5270
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/connect.ts)_
|
|
5269
5271
|
|
|
5270
5272
|
## `codiac cluster contents`
|
|
5271
5273
|
|
|
@@ -5930,7 +5932,7 @@ EXAMPLES
|
|
|
5930
5932
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5931
5933
|
```
|
|
5932
5934
|
|
|
5933
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5935
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/install.ts)_
|
|
5934
5936
|
|
|
5935
5937
|
## `codiac cluster journal [CLUSTER]`
|
|
5936
5938
|
|
|
@@ -6219,7 +6221,7 @@ EXAMPLES
|
|
|
6219
6221
|
$ codiac cluster stack capture my-fav-cluster
|
|
6220
6222
|
```
|
|
6221
6223
|
|
|
6222
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6224
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/stack/capture.ts)_
|
|
6223
6225
|
|
|
6224
6226
|
## `codiac cluster stack install [CLUSTER]`
|
|
6225
6227
|
|
|
@@ -6271,7 +6273,7 @@ EXAMPLES
|
|
|
6271
6273
|
$ codiac cluster stack install my-cluster --to-script
|
|
6272
6274
|
```
|
|
6273
6275
|
|
|
6274
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6276
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/stack/install.ts)_
|
|
6275
6277
|
|
|
6276
6278
|
## `codiac cluster stack list`
|
|
6277
6279
|
|
|
@@ -6437,7 +6439,7 @@ EXAMPLES
|
|
|
6437
6439
|
$ codiac cluster start my-fav-cluster
|
|
6438
6440
|
```
|
|
6439
6441
|
|
|
6440
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6442
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/start.ts)_
|
|
6441
6443
|
|
|
6442
6444
|
## `codiac cluster stop [CLUSTER]`
|
|
6443
6445
|
|
|
@@ -6474,7 +6476,7 @@ EXAMPLES
|
|
|
6474
6476
|
$ codiac cluster start my-fav-cluster
|
|
6475
6477
|
```
|
|
6476
6478
|
|
|
6477
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6479
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/cluster/stop.ts)_
|
|
6478
6480
|
|
|
6479
6481
|
## `codiac cluster uninstall`
|
|
6480
6482
|
|
|
@@ -6536,7 +6538,7 @@ DESCRIPTION
|
|
|
6536
6538
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6537
6539
|
```
|
|
6538
6540
|
|
|
6539
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6541
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/commit.ts)_
|
|
6540
6542
|
|
|
6541
6543
|
## `codiac config add`
|
|
6542
6544
|
|
|
@@ -6645,26 +6647,28 @@ EXAMPLES
|
|
|
6645
6647
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
6646
6648
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6647
6649
|
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
6651
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
6652
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
6650
6653
|
|
|
6651
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
6654
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
6655
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
6652
6656
|
|
|
6653
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
6657
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
6654
6658
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
6655
6659
|
strategies/domains mapped to your cabinet.
|
|
6656
6660
|
|
|
6657
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
6661
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
6658
6662
|
"mywebsite.com")}'
|
|
6659
6663
|
|
|
6660
|
-
Sibling $
|
|
6664
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
6661
6665
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
6662
6666
|
|
|
6663
6667
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
6664
|
-
'$
|
|
6668
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
6665
6669
|
```
|
|
6666
6670
|
|
|
6667
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6671
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/add.ts)_
|
|
6668
6672
|
|
|
6669
6673
|
## `codiac config delete [SETTING]`
|
|
6670
6674
|
|
|
@@ -6733,7 +6737,7 @@ ALIASES
|
|
|
6733
6737
|
$ codiac cfg delete
|
|
6734
6738
|
```
|
|
6735
6739
|
|
|
6736
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6740
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/delete.ts)_
|
|
6737
6741
|
|
|
6738
6742
|
## `codiac config deploy`
|
|
6739
6743
|
|
|
@@ -6774,7 +6778,7 @@ EXAMPLES
|
|
|
6774
6778
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6775
6779
|
```
|
|
6776
6780
|
|
|
6777
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6781
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/deploy.ts)_
|
|
6778
6782
|
|
|
6779
6783
|
## `codiac config import`
|
|
6780
6784
|
|
|
@@ -6827,7 +6831,7 @@ EXAMPLES
|
|
|
6827
6831
|
$ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
|
|
6828
6832
|
```
|
|
6829
6833
|
|
|
6830
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6834
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/import.ts)_
|
|
6831
6835
|
|
|
6832
6836
|
## `codiac config preview [SETTING]`
|
|
6833
6837
|
|
|
@@ -6999,23 +7003,25 @@ EXAMPLES
|
|
|
6999
7003
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
7000
7004
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
7001
7005
|
|
|
7002
|
-
|
|
7003
|
-
|
|
7006
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
7007
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
7008
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
7004
7009
|
|
|
7005
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
7010
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
7011
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
7006
7012
|
|
|
7007
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
7013
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
7008
7014
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
7009
7015
|
strategies/domains mapped to your cabinet.
|
|
7010
7016
|
|
|
7011
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
7017
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
7012
7018
|
"mywebsite.com")}'
|
|
7013
7019
|
|
|
7014
|
-
Sibling $
|
|
7020
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
7015
7021
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
7016
7022
|
|
|
7017
7023
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
7018
|
-
'$
|
|
7024
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
7019
7025
|
```
|
|
7020
7026
|
|
|
7021
7027
|
## `codiac config settings get`
|
|
@@ -7086,7 +7092,7 @@ DESCRIPTION
|
|
|
7086
7092
|
Shows the list of clusters.
|
|
7087
7093
|
```
|
|
7088
7094
|
|
|
7089
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7095
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/settings/get.ts)_
|
|
7090
7096
|
|
|
7091
7097
|
## `codiac config view [SETTING]`
|
|
7092
7098
|
|
|
@@ -7151,7 +7157,7 @@ EXAMPLES
|
|
|
7151
7157
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7152
7158
|
```
|
|
7153
7159
|
|
|
7154
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7160
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/config/view.ts)_
|
|
7155
7161
|
|
|
7156
7162
|
## `codiac csp creds list`
|
|
7157
7163
|
|
|
@@ -7199,7 +7205,7 @@ EXAMPLES
|
|
|
7199
7205
|
$ codiac csp creds list
|
|
7200
7206
|
```
|
|
7201
7207
|
|
|
7202
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7208
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/csp/creds/list.ts)_
|
|
7203
7209
|
|
|
7204
7210
|
## `codiac csp login [PROVIDER]`
|
|
7205
7211
|
|
|
@@ -7277,7 +7283,7 @@ EXAMPLES
|
|
|
7277
7283
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7278
7284
|
```
|
|
7279
7285
|
|
|
7280
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7286
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/csp/login.ts)_
|
|
7281
7287
|
|
|
7282
7288
|
## `codiac csp logout [PROVIDER]`
|
|
7283
7289
|
|
|
@@ -7324,7 +7330,7 @@ EXAMPLES
|
|
|
7324
7330
|
$ codiac csp logout azure --to-script
|
|
7325
7331
|
```
|
|
7326
7332
|
|
|
7327
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7333
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/csp/logout.ts)_
|
|
7328
7334
|
|
|
7329
7335
|
## `codiac dep [NAME]`
|
|
7330
7336
|
|
|
@@ -7345,7 +7351,7 @@ DESCRIPTION
|
|
|
7345
7351
|
Installs a package into current project.
|
|
7346
7352
|
```
|
|
7347
7353
|
|
|
7348
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7354
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep.ts)_
|
|
7349
7355
|
|
|
7350
7356
|
## `codiac dep create [URL]`
|
|
7351
7357
|
|
|
@@ -7369,7 +7375,7 @@ DESCRIPTION
|
|
|
7369
7375
|
package version is used.
|
|
7370
7376
|
```
|
|
7371
7377
|
|
|
7372
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7378
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/create.ts)_
|
|
7373
7379
|
|
|
7374
7380
|
## `codiac dep install`
|
|
7375
7381
|
|
|
@@ -7386,7 +7392,7 @@ DESCRIPTION
|
|
|
7386
7392
|
installs any missing dependency packages into the local project folder.
|
|
7387
7393
|
```
|
|
7388
7394
|
|
|
7389
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7395
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/install.ts)_
|
|
7390
7396
|
|
|
7391
7397
|
## `codiac dep list`
|
|
7392
7398
|
|
|
@@ -7403,7 +7409,7 @@ DESCRIPTION
|
|
|
7403
7409
|
Shows the dependencies for the project.
|
|
7404
7410
|
```
|
|
7405
7411
|
|
|
7406
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7412
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/list.ts)_
|
|
7407
7413
|
|
|
7408
7414
|
## `codiac dep remove [NAME]`
|
|
7409
7415
|
|
|
@@ -7426,7 +7432,7 @@ DESCRIPTION
|
|
|
7426
7432
|
Removes a dependency from the project.
|
|
7427
7433
|
```
|
|
7428
7434
|
|
|
7429
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7435
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/remove.ts)_
|
|
7430
7436
|
|
|
7431
7437
|
## `codiac dep source [NAME]`
|
|
7432
7438
|
|
|
@@ -7452,7 +7458,7 @@ ALIASES
|
|
|
7452
7458
|
$ codiac dep src
|
|
7453
7459
|
```
|
|
7454
7460
|
|
|
7455
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7461
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/source.ts)_
|
|
7456
7462
|
|
|
7457
7463
|
## `codiac dep src [NAME]`
|
|
7458
7464
|
|
|
@@ -7496,7 +7502,7 @@ DESCRIPTION
|
|
|
7496
7502
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7497
7503
|
```
|
|
7498
7504
|
|
|
7499
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7505
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/syncup.ts)_
|
|
7500
7506
|
|
|
7501
7507
|
## `codiac dep unsource [NAME]`
|
|
7502
7508
|
|
|
@@ -7524,7 +7530,7 @@ ALIASES
|
|
|
7524
7530
|
$ codiac dep unsrc
|
|
7525
7531
|
```
|
|
7526
7532
|
|
|
7527
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7533
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/unsource.ts)_
|
|
7528
7534
|
|
|
7529
7535
|
## `codiac dep unsrc [NAME]`
|
|
7530
7536
|
|
|
@@ -7571,7 +7577,7 @@ DESCRIPTION
|
|
|
7571
7577
|
describe the command here
|
|
7572
7578
|
```
|
|
7573
7579
|
|
|
7574
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7580
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/dep/upgrade.ts)_
|
|
7575
7581
|
|
|
7576
7582
|
## `codiac deploy`
|
|
7577
7583
|
|
|
@@ -7624,7 +7630,7 @@ EXAMPLES
|
|
|
7624
7630
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7625
7631
|
```
|
|
7626
7632
|
|
|
7627
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7633
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/deploy.ts)_
|
|
7628
7634
|
|
|
7629
7635
|
## `codiac domain map [DOMAIN]`
|
|
7630
7636
|
|
|
@@ -7780,7 +7786,7 @@ EXAMPLES
|
|
|
7780
7786
|
cod enterprise create my-enterprise-code --silent
|
|
7781
7787
|
```
|
|
7782
7788
|
|
|
7783
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7789
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/enterprise/create.ts)_
|
|
7784
7790
|
|
|
7785
7791
|
## `codiac enterprise list`
|
|
7786
7792
|
|
|
@@ -7835,7 +7841,7 @@ EXAMPLES
|
|
|
7835
7841
|
$ codiac enterprise list --to-script
|
|
7836
7842
|
```
|
|
7837
7843
|
|
|
7838
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7844
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/enterprise/list.ts)_
|
|
7839
7845
|
|
|
7840
7846
|
## `codiac env add [SETTING]`
|
|
7841
7847
|
|
|
@@ -7885,7 +7891,7 @@ EXAMPLES
|
|
|
7885
7891
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7886
7892
|
```
|
|
7887
7893
|
|
|
7888
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7894
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/env/add.ts)_
|
|
7889
7895
|
|
|
7890
7896
|
## `codiac enviro cluster attach`
|
|
7891
7897
|
|
|
@@ -8188,7 +8194,7 @@ ALIASES
|
|
|
8188
8194
|
$ codiac infrx enviro cluster attach
|
|
8189
8195
|
```
|
|
8190
8196
|
|
|
8191
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8197
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/environment/cluster/attach.ts)_
|
|
8192
8198
|
|
|
8193
8199
|
## `codiac environment cluster detach`
|
|
8194
8200
|
|
|
@@ -8234,7 +8240,7 @@ ALIASES
|
|
|
8234
8240
|
$ codiac infrx enviro cluster detach
|
|
8235
8241
|
```
|
|
8236
8242
|
|
|
8237
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8243
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/environment/cluster/detach.ts)_
|
|
8238
8244
|
|
|
8239
8245
|
## `codiac environment create [NAME]`
|
|
8240
8246
|
|
|
@@ -8297,7 +8303,7 @@ EXAMPLES
|
|
|
8297
8303
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8298
8304
|
```
|
|
8299
8305
|
|
|
8300
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8306
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/environment/create.ts)_
|
|
8301
8307
|
|
|
8302
8308
|
## `codiac environment delete [NAME]`
|
|
8303
8309
|
|
|
@@ -8358,7 +8364,7 @@ EXAMPLES
|
|
|
8358
8364
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8359
8365
|
```
|
|
8360
8366
|
|
|
8361
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8367
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/environment/delete.ts)_
|
|
8362
8368
|
|
|
8363
8369
|
## `codiac environment list`
|
|
8364
8370
|
|
|
@@ -8409,7 +8415,7 @@ EXAMPLES
|
|
|
8409
8415
|
$ codiac environment list -e myEnterprise --silent
|
|
8410
8416
|
```
|
|
8411
8417
|
|
|
8412
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8418
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/environment/list.ts)_
|
|
8413
8419
|
|
|
8414
8420
|
## `codiac fileshare capture`
|
|
8415
8421
|
|
|
@@ -8493,7 +8499,7 @@ ALIASES
|
|
|
8493
8499
|
$ codiac fileshare capture
|
|
8494
8500
|
```
|
|
8495
8501
|
|
|
8496
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8502
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/filestore/capture.ts)_
|
|
8497
8503
|
|
|
8498
8504
|
## `codiac filestore forget`
|
|
8499
8505
|
|
|
@@ -8540,7 +8546,7 @@ EXAMPLES
|
|
|
8540
8546
|
$ codiac filestore forget
|
|
8541
8547
|
```
|
|
8542
8548
|
|
|
8543
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8549
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/filestore/forget.ts)_
|
|
8544
8550
|
|
|
8545
8551
|
## `codiac filestore list`
|
|
8546
8552
|
|
|
@@ -8586,7 +8592,7 @@ EXAMPLES
|
|
|
8586
8592
|
$ codiac filestore list
|
|
8587
8593
|
```
|
|
8588
8594
|
|
|
8589
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8595
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/filestore/list.ts)_
|
|
8590
8596
|
|
|
8591
8597
|
## `codiac help [COMMANDS]`
|
|
8592
8598
|
|
|
@@ -8672,7 +8678,7 @@ EXAMPLES
|
|
|
8672
8678
|
$ codiac host delete
|
|
8673
8679
|
```
|
|
8674
8680
|
|
|
8675
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8681
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/host/delete.ts)_
|
|
8676
8682
|
|
|
8677
8683
|
## `codiac host list [DOMAIN]`
|
|
8678
8684
|
|
|
@@ -8716,7 +8722,7 @@ EXAMPLES
|
|
|
8716
8722
|
$ codiac host list
|
|
8717
8723
|
```
|
|
8718
8724
|
|
|
8719
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8725
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/host/list.ts)_
|
|
8720
8726
|
|
|
8721
8727
|
## `codiac host map [DOMAIN]`
|
|
8722
8728
|
|
|
@@ -8770,7 +8776,7 @@ EXAMPLES
|
|
|
8770
8776
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8771
8777
|
```
|
|
8772
8778
|
|
|
8773
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8779
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/host/map.ts)_
|
|
8774
8780
|
|
|
8775
8781
|
## `codiac host view [DOMAIN]`
|
|
8776
8782
|
|
|
@@ -8815,7 +8821,7 @@ EXAMPLES
|
|
|
8815
8821
|
$ codiac host view
|
|
8816
8822
|
```
|
|
8817
8823
|
|
|
8818
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8824
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/host/view.ts)_
|
|
8819
8825
|
|
|
8820
8826
|
## `codiac identify [TOKENNAME]`
|
|
8821
8827
|
|
|
@@ -8887,7 +8893,7 @@ ALIASES
|
|
|
8887
8893
|
$ codiac token
|
|
8888
8894
|
```
|
|
8889
8895
|
|
|
8890
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8896
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/identity.ts)_
|
|
8891
8897
|
|
|
8892
8898
|
## `codiac identity delete [NAME]`
|
|
8893
8899
|
|
|
@@ -8912,7 +8918,7 @@ ALIASES
|
|
|
8912
8918
|
$ codiac token remove
|
|
8913
8919
|
```
|
|
8914
8920
|
|
|
8915
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8921
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/identity/delete.ts)_
|
|
8916
8922
|
|
|
8917
8923
|
## `codiac identity list`
|
|
8918
8924
|
|
|
@@ -8934,7 +8940,7 @@ ALIASES
|
|
|
8934
8940
|
$ codiac token list
|
|
8935
8941
|
```
|
|
8936
8942
|
|
|
8937
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8943
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/identity/list.ts)_
|
|
8938
8944
|
|
|
8939
8945
|
## `codiac identity remove [NAME]`
|
|
8940
8946
|
|
|
@@ -9255,7 +9261,7 @@ DESCRIPTION
|
|
|
9255
9261
|
Saves a reference to an existing container registry.
|
|
9256
9262
|
```
|
|
9257
9263
|
|
|
9258
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9264
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/imageRegistry/capture.ts)_
|
|
9259
9265
|
|
|
9260
9266
|
## `codiac imageRegistry forget`
|
|
9261
9267
|
|
|
@@ -9276,7 +9282,7 @@ DESCRIPTION
|
|
|
9276
9282
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9277
9283
|
```
|
|
9278
9284
|
|
|
9279
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9285
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/imageRegistry/forget.ts)_
|
|
9280
9286
|
|
|
9281
9287
|
## `codiac imageRegistry list`
|
|
9282
9288
|
|
|
@@ -9318,7 +9324,7 @@ EXAMPLES
|
|
|
9318
9324
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9319
9325
|
```
|
|
9320
9326
|
|
|
9321
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9327
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/imageRegistry/list.ts)_
|
|
9322
9328
|
|
|
9323
9329
|
## `codiac imageRegistry pullSecret set`
|
|
9324
9330
|
|
|
@@ -9354,7 +9360,7 @@ ALIASES
|
|
|
9354
9360
|
$ codiac pullsecret
|
|
9355
9361
|
```
|
|
9356
9362
|
|
|
9357
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9363
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9358
9364
|
|
|
9359
9365
|
## `codiac imageRegistry pullSecret unset`
|
|
9360
9366
|
|
|
@@ -9381,7 +9387,7 @@ ALIASES
|
|
|
9381
9387
|
$ codiac pullsecret unset
|
|
9382
9388
|
```
|
|
9383
9389
|
|
|
9384
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9390
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9385
9391
|
|
|
9386
9392
|
## `codiac images add [IMAGENAME]`
|
|
9387
9393
|
|
|
@@ -9442,7 +9448,7 @@ EXAMPLES
|
|
|
9442
9448
|
$ codiac images add your-company/your-image --to-script
|
|
9443
9449
|
```
|
|
9444
9450
|
|
|
9445
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9451
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/add.ts)_
|
|
9446
9452
|
|
|
9447
9453
|
## `codiac images list`
|
|
9448
9454
|
|
|
@@ -9465,7 +9471,7 @@ ALIASES
|
|
|
9465
9471
|
$ codiac img list
|
|
9466
9472
|
```
|
|
9467
9473
|
|
|
9468
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9474
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/list.ts)_
|
|
9469
9475
|
|
|
9470
9476
|
## `codiac images patch IMAGENAME`
|
|
9471
9477
|
|
|
@@ -9495,7 +9501,7 @@ ALIASES
|
|
|
9495
9501
|
$ codiac img patch
|
|
9496
9502
|
```
|
|
9497
9503
|
|
|
9498
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9504
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/patch.ts)_
|
|
9499
9505
|
|
|
9500
9506
|
## `codiac images remove IMAGENAME`
|
|
9501
9507
|
|
|
@@ -9521,7 +9527,7 @@ ALIASES
|
|
|
9521
9527
|
$ codiac img delete
|
|
9522
9528
|
```
|
|
9523
9529
|
|
|
9524
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9530
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/remove.ts)_
|
|
9525
9531
|
|
|
9526
9532
|
## `codiac images version NAME`
|
|
9527
9533
|
|
|
@@ -9547,7 +9553,7 @@ ALIASES
|
|
|
9547
9553
|
$ codiac img version get
|
|
9548
9554
|
```
|
|
9549
9555
|
|
|
9550
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9556
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/version.ts)_
|
|
9551
9557
|
|
|
9552
9558
|
## `codiac images version bump NAME`
|
|
9553
9559
|
|
|
@@ -9580,7 +9586,7 @@ ALIASES
|
|
|
9580
9586
|
$ codiac img version bump
|
|
9581
9587
|
```
|
|
9582
9588
|
|
|
9583
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9589
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/images/version/bump.ts)_
|
|
9584
9590
|
|
|
9585
9591
|
## `codiac img [IMAGENAME]`
|
|
9586
9592
|
|
|
@@ -10695,7 +10701,7 @@ DESCRIPTION
|
|
|
10695
10701
|
Declares the given folder as a project root
|
|
10696
10702
|
```
|
|
10697
10703
|
|
|
10698
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10704
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/init.ts)_
|
|
10699
10705
|
|
|
10700
10706
|
## `codiac kit create`
|
|
10701
10707
|
|
|
@@ -10738,7 +10744,7 @@ EXAMPLES
|
|
|
10738
10744
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10739
10745
|
```
|
|
10740
10746
|
|
|
10741
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10747
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/kit/create.ts)_
|
|
10742
10748
|
|
|
10743
10749
|
## `codiac login`
|
|
10744
10750
|
|
|
@@ -10797,7 +10803,7 @@ EXAMPLES
|
|
|
10797
10803
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10798
10804
|
```
|
|
10799
10805
|
|
|
10800
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10806
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/login.ts)_
|
|
10801
10807
|
|
|
10802
10808
|
## `codiac logout`
|
|
10803
10809
|
|
|
@@ -10830,7 +10836,7 @@ EXAMPLES
|
|
|
10830
10836
|
$ codiac logout --to-script
|
|
10831
10837
|
```
|
|
10832
10838
|
|
|
10833
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10839
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/logout.ts)_
|
|
10834
10840
|
|
|
10835
10841
|
## `codiac merge [BRANCH]`
|
|
10836
10842
|
|
|
@@ -10851,7 +10857,7 @@ DESCRIPTION
|
|
|
10851
10857
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10852
10858
|
```
|
|
10853
10859
|
|
|
10854
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10860
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/merge.ts)_
|
|
10855
10861
|
|
|
10856
10862
|
## `codiac noc cluster capture`
|
|
10857
10863
|
|
|
@@ -10903,7 +10909,7 @@ EXAMPLES
|
|
|
10903
10909
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10904
10910
|
```
|
|
10905
10911
|
|
|
10906
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10912
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/capture.ts)_
|
|
10907
10913
|
|
|
10908
10914
|
## `codiac noc cluster create [NAME]`
|
|
10909
10915
|
|
|
@@ -10993,7 +10999,7 @@ FLAG DESCRIPTIONS
|
|
|
10993
10999
|
initialization is always skipped in that mode.
|
|
10994
11000
|
```
|
|
10995
11001
|
|
|
10996
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11002
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/create.ts)_
|
|
10997
11003
|
|
|
10998
11004
|
## `codiac noc cluster credentials-set [NAME]`
|
|
10999
11005
|
|
|
@@ -11048,7 +11054,7 @@ EXAMPLES
|
|
|
11048
11054
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11049
11055
|
```
|
|
11050
11056
|
|
|
11051
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11057
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/credentials-set.ts)_
|
|
11052
11058
|
|
|
11053
11059
|
## `codiac noc cluster define [NAME]`
|
|
11054
11060
|
|
|
@@ -11122,7 +11128,7 @@ EXAMPLES
|
|
|
11122
11128
|
$ codiac noc cluster define my-cluster --to-script
|
|
11123
11129
|
```
|
|
11124
11130
|
|
|
11125
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11131
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/define.ts)_
|
|
11126
11132
|
|
|
11127
11133
|
## `codiac noc cluster deinit`
|
|
11128
11134
|
|
|
@@ -11162,7 +11168,7 @@ EXAMPLES
|
|
|
11162
11168
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11163
11169
|
```
|
|
11164
11170
|
|
|
11165
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11171
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/deinit.ts)_
|
|
11166
11172
|
|
|
11167
11173
|
## `codiac noc cluster destroy [NAME]`
|
|
11168
11174
|
|
|
@@ -11196,7 +11202,7 @@ ALIASES
|
|
|
11196
11202
|
$ codiac cluster destroy
|
|
11197
11203
|
```
|
|
11198
11204
|
|
|
11199
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11205
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/destroy.ts)_
|
|
11200
11206
|
|
|
11201
11207
|
## `codiac noc cluster forget`
|
|
11202
11208
|
|
|
@@ -11247,7 +11253,7 @@ EXAMPLES
|
|
|
11247
11253
|
$ codiac noc cluster forget --running
|
|
11248
11254
|
```
|
|
11249
11255
|
|
|
11250
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11256
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/forget.ts)_
|
|
11251
11257
|
|
|
11252
11258
|
## `codiac noc cluster grant`
|
|
11253
11259
|
|
|
@@ -11285,7 +11291,7 @@ EXAMPLES
|
|
|
11285
11291
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11286
11292
|
```
|
|
11287
11293
|
|
|
11288
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11294
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/grant.ts)_
|
|
11289
11295
|
|
|
11290
11296
|
## `codiac noc cluster init`
|
|
11291
11297
|
|
|
@@ -11331,7 +11337,7 @@ EXAMPLES
|
|
|
11331
11337
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11332
11338
|
```
|
|
11333
11339
|
|
|
11334
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11340
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/init.ts)_
|
|
11335
11341
|
|
|
11336
11342
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11337
11343
|
|
|
@@ -11380,7 +11386,7 @@ EXAMPLES
|
|
|
11380
11386
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11381
11387
|
```
|
|
11382
11388
|
|
|
11383
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11389
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/journal.ts)_
|
|
11384
11390
|
|
|
11385
11391
|
## `codiac noc cluster list`
|
|
11386
11392
|
|
|
@@ -11441,7 +11447,7 @@ EXAMPLES
|
|
|
11441
11447
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11442
11448
|
```
|
|
11443
11449
|
|
|
11444
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11450
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/list.ts)_
|
|
11445
11451
|
|
|
11446
11452
|
## `codiac noc cluster restore [NAME]`
|
|
11447
11453
|
|
|
@@ -11501,7 +11507,7 @@ EXAMPLES
|
|
|
11501
11507
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11502
11508
|
```
|
|
11503
11509
|
|
|
11504
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11510
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/noc/cluster/restore.ts)_
|
|
11505
11511
|
|
|
11506
11512
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11507
11513
|
|
|
@@ -11535,7 +11541,7 @@ DESCRIPTION
|
|
|
11535
11541
|
Configures a package to be built and published by the project.
|
|
11536
11542
|
```
|
|
11537
11543
|
|
|
11538
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11544
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pkg/add.ts)_
|
|
11539
11545
|
|
|
11540
11546
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11541
11547
|
|
|
@@ -11573,7 +11579,7 @@ DESCRIPTION
|
|
|
11573
11579
|
Renders the list of packages that are configured as project exports.
|
|
11574
11580
|
```
|
|
11575
11581
|
|
|
11576
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11582
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pkg/list.ts)_
|
|
11577
11583
|
|
|
11578
11584
|
## `codiac pkg patch PACKAGENAME`
|
|
11579
11585
|
|
|
@@ -11599,7 +11605,7 @@ DESCRIPTION
|
|
|
11599
11605
|
registryUrl and/or environment.
|
|
11600
11606
|
```
|
|
11601
11607
|
|
|
11602
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11608
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pkg/patch.ts)_
|
|
11603
11609
|
|
|
11604
11610
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11605
11611
|
|
|
@@ -11622,7 +11628,7 @@ ALIASES
|
|
|
11622
11628
|
$ codiac pkg delete
|
|
11623
11629
|
```
|
|
11624
11630
|
|
|
11625
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11631
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pkg/remove.ts)_
|
|
11626
11632
|
|
|
11627
11633
|
## `codiac portal`
|
|
11628
11634
|
|
|
@@ -11655,7 +11661,7 @@ EXAMPLES
|
|
|
11655
11661
|
$ codiac portal --to-script
|
|
11656
11662
|
```
|
|
11657
11663
|
|
|
11658
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11664
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/portal.ts)_
|
|
11659
11665
|
|
|
11660
11666
|
## `codiac probe create [CMD]`
|
|
11661
11667
|
|
|
@@ -11776,7 +11782,7 @@ DESCRIPTION
|
|
|
11776
11782
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11777
11783
|
```
|
|
11778
11784
|
|
|
11779
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11785
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/publish.ts)_
|
|
11780
11786
|
|
|
11781
11787
|
## `codiac pull [NAME]`
|
|
11782
11788
|
|
|
@@ -11800,7 +11806,7 @@ DESCRIPTION
|
|
|
11800
11806
|
Pulls all commits from upstream to local.
|
|
11801
11807
|
```
|
|
11802
11808
|
|
|
11803
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11809
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pull.ts)_
|
|
11804
11810
|
|
|
11805
11811
|
## `codiac pullsecret`
|
|
11806
11812
|
|
|
@@ -11883,7 +11889,7 @@ DESCRIPTION
|
|
|
11883
11889
|
Pushes all local commits upstream.
|
|
11884
11890
|
```
|
|
11885
11891
|
|
|
11886
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11892
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/push.ts)_
|
|
11887
11893
|
|
|
11888
11894
|
## `codiac pvc create`
|
|
11889
11895
|
|
|
@@ -11967,7 +11973,7 @@ EXAMPLES
|
|
|
11967
11973
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
11968
11974
|
```
|
|
11969
11975
|
|
|
11970
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11976
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pvc/create.ts)_
|
|
11971
11977
|
|
|
11972
11978
|
## `codiac pvc delete`
|
|
11973
11979
|
|
|
@@ -12014,7 +12020,7 @@ EXAMPLES
|
|
|
12014
12020
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12015
12021
|
```
|
|
12016
12022
|
|
|
12017
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12023
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pvc/delete.ts)_
|
|
12018
12024
|
|
|
12019
12025
|
## `codiac pvc get`
|
|
12020
12026
|
|
|
@@ -12055,7 +12061,7 @@ EXAMPLES
|
|
|
12055
12061
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12056
12062
|
```
|
|
12057
12063
|
|
|
12058
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12064
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pvc/get.ts)_
|
|
12059
12065
|
|
|
12060
12066
|
## `codiac pvc list`
|
|
12061
12067
|
|
|
@@ -12098,7 +12104,7 @@ EXAMPLES
|
|
|
12098
12104
|
$ codiac pvc list -o yaml
|
|
12099
12105
|
```
|
|
12100
12106
|
|
|
12101
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12107
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/pvc/list.ts)_
|
|
12102
12108
|
|
|
12103
12109
|
## `codiac relay-version`
|
|
12104
12110
|
|
|
@@ -12115,7 +12121,7 @@ EXAMPLES
|
|
|
12115
12121
|
$ codiac relay-version
|
|
12116
12122
|
```
|
|
12117
12123
|
|
|
12118
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12124
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/relay-version.ts)_
|
|
12119
12125
|
|
|
12120
12126
|
## `codiac run`
|
|
12121
12127
|
|
|
@@ -12157,7 +12163,7 @@ DESCRIPTION
|
|
|
12157
12163
|
Runs the latest build of the api container locally.
|
|
12158
12164
|
```
|
|
12159
12165
|
|
|
12160
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12166
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/run.ts)_
|
|
12161
12167
|
|
|
12162
12168
|
## `codiac secretStore`
|
|
12163
12169
|
|
|
@@ -12219,7 +12225,7 @@ ALIASES
|
|
|
12219
12225
|
$ codiac secretStore
|
|
12220
12226
|
```
|
|
12221
12227
|
|
|
12222
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12228
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/secretStore/capture.ts)_
|
|
12223
12229
|
|
|
12224
12230
|
## `codiac secretStore forget`
|
|
12225
12231
|
|
|
@@ -12240,7 +12246,7 @@ DESCRIPTION
|
|
|
12240
12246
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12241
12247
|
```
|
|
12242
12248
|
|
|
12243
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12249
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/secretStore/forget.ts)_
|
|
12244
12250
|
|
|
12245
12251
|
## `codiac secretStore list`
|
|
12246
12252
|
|
|
@@ -12285,7 +12291,7 @@ EXAMPLES
|
|
|
12285
12291
|
$ codiac secretStore list
|
|
12286
12292
|
```
|
|
12287
12293
|
|
|
12288
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12294
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/secretStore/list.ts)_
|
|
12289
12295
|
|
|
12290
12296
|
## `codiac shell init`
|
|
12291
12297
|
|
|
@@ -12323,7 +12329,7 @@ EXAMPLES
|
|
|
12323
12329
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12324
12330
|
```
|
|
12325
12331
|
|
|
12326
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12332
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/shell/init.ts)_
|
|
12327
12333
|
|
|
12328
12334
|
## `codiac snapshot deploy`
|
|
12329
12335
|
|
|
@@ -12351,7 +12357,7 @@ DESCRIPTION
|
|
|
12351
12357
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12352
12358
|
```
|
|
12353
12359
|
|
|
12354
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12360
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/snapshot/deploy.ts)_
|
|
12355
12361
|
|
|
12356
12362
|
## `codiac snapshot list`
|
|
12357
12363
|
|
|
@@ -12400,7 +12406,7 @@ EXAMPLES
|
|
|
12400
12406
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12401
12407
|
```
|
|
12402
12408
|
|
|
12403
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12409
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/snapshot/list.ts)_
|
|
12404
12410
|
|
|
12405
12411
|
## `codiac snapshot tag`
|
|
12406
12412
|
|
|
@@ -12443,7 +12449,7 @@ EXAMPLES
|
|
|
12443
12449
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12444
12450
|
```
|
|
12445
12451
|
|
|
12446
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12452
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/snapshot/tag.ts)_
|
|
12447
12453
|
|
|
12448
12454
|
## `codiac snapshot untag`
|
|
12449
12455
|
|
|
@@ -12486,7 +12492,7 @@ EXAMPLES
|
|
|
12486
12492
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12487
12493
|
```
|
|
12488
12494
|
|
|
12489
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12495
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/snapshot/untag.ts)_
|
|
12490
12496
|
|
|
12491
12497
|
## `codiac stage [FILES]`
|
|
12492
12498
|
|
|
@@ -12508,7 +12514,7 @@ DESCRIPTION
|
|
|
12508
12514
|
Flags files to be included in the next commit.
|
|
12509
12515
|
```
|
|
12510
12516
|
|
|
12511
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12517
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/stage.ts)_
|
|
12512
12518
|
|
|
12513
12519
|
## `codiac stash [FILE]`
|
|
12514
12520
|
|
|
@@ -12530,7 +12536,7 @@ DESCRIPTION
|
|
|
12530
12536
|
describe the command here
|
|
12531
12537
|
```
|
|
12532
12538
|
|
|
12533
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12539
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/stash.ts)_
|
|
12534
12540
|
|
|
12535
12541
|
## `codiac status`
|
|
12536
12542
|
|
|
@@ -12549,7 +12555,7 @@ DESCRIPTION
|
|
|
12549
12555
|
Shows the current uncommitted changes in the current branch.
|
|
12550
12556
|
```
|
|
12551
12557
|
|
|
12552
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12558
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/status.ts)_
|
|
12553
12559
|
|
|
12554
12560
|
## `codiac stop`
|
|
12555
12561
|
|
|
@@ -12567,7 +12573,7 @@ DESCRIPTION
|
|
|
12567
12573
|
Stops the running container for this project
|
|
12568
12574
|
```
|
|
12569
12575
|
|
|
12570
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12576
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/stop.ts)_
|
|
12571
12577
|
|
|
12572
12578
|
## `codiac switch [NAME]`
|
|
12573
12579
|
|
|
@@ -12587,7 +12593,7 @@ DESCRIPTION
|
|
|
12587
12593
|
Changes branch on the main project and any sourced dependencies.
|
|
12588
12594
|
```
|
|
12589
12595
|
|
|
12590
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12596
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/switch.ts)_
|
|
12591
12597
|
|
|
12592
12598
|
## `codiac sync [NAME]`
|
|
12593
12599
|
|
|
@@ -12612,7 +12618,7 @@ DESCRIPTION
|
|
|
12612
12618
|
Merges the given branch into the current branch.
|
|
12613
12619
|
```
|
|
12614
12620
|
|
|
12615
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12621
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/sync.ts)_
|
|
12616
12622
|
|
|
12617
12623
|
## `codiac tenant create [NAME]`
|
|
12618
12624
|
|
|
@@ -12655,7 +12661,7 @@ EXAMPLES
|
|
|
12655
12661
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12656
12662
|
```
|
|
12657
12663
|
|
|
12658
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12664
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/tenant/create.ts)_
|
|
12659
12665
|
|
|
12660
12666
|
## `codiac tenant switch [CODE]`
|
|
12661
12667
|
|
|
@@ -12695,7 +12701,7 @@ EXAMPLES
|
|
|
12695
12701
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12696
12702
|
```
|
|
12697
12703
|
|
|
12698
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12704
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/tenant/switch.ts)_
|
|
12699
12705
|
|
|
12700
12706
|
## `codiac token [TOKENNAME]`
|
|
12701
12707
|
|
|
@@ -12817,7 +12823,7 @@ DESCRIPTION
|
|
|
12817
12823
|
Flags files to be included in the next commit.
|
|
12818
12824
|
```
|
|
12819
12825
|
|
|
12820
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12826
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/unstage.ts)_
|
|
12821
12827
|
|
|
12822
12828
|
## `codiac update [CHANNEL]`
|
|
12823
12829
|
|
|
@@ -13004,7 +13010,7 @@ EXAMPLES
|
|
|
13004
13010
|
$ codiac whereami --to-script
|
|
13005
13011
|
```
|
|
13006
13012
|
|
|
13007
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13013
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/whereami.ts)_
|
|
13008
13014
|
|
|
13009
13015
|
## `codiac whoami`
|
|
13010
13016
|
|
|
@@ -13046,5 +13052,5 @@ EXAMPLES
|
|
|
13046
13052
|
$ codiac whoami --to-script
|
|
13047
13053
|
```
|
|
13048
13054
|
|
|
13049
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13055
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.226/src/commands/whoami.ts)_
|
|
13050
13056
|
<!-- commandsstop -->
|