@codiac.io/codiac-cli 1.3.225 → 1.3.227
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 +230 -186
- package/dist/commands/config/add.d.ts +2 -0
- package/dist/commands/config/add.js +16 -5
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/config/import.d.ts +2 -0
- package/dist/commands/config/import.js +10 -3
- package/dist/commands/config/import.js.map +1 -1
- package/oclif.manifest.json +29 -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.227 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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/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.227/src/commands/cabinet/restore.ts)_
|
|
4674
4674
|
|
|
4675
4675
|
## `codiac cfg add`
|
|
4676
4676
|
|
|
@@ -4681,8 +4681,8 @@ USAGE
|
|
|
4681
4681
|
$ codiac cfg add [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
4682
4682
|
<value> | [-t
|
|
4683
4683
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
4684
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--
|
|
4685
|
-
--to-script]]
|
|
4684
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--take-defaults |
|
|
4685
|
+
[--silent | --echo | --to-script]]
|
|
4686
4686
|
|
|
4687
4687
|
FLAGS
|
|
4688
4688
|
-a, --asset=<value>
|
|
@@ -4724,6 +4724,10 @@ FLAGS
|
|
|
4724
4724
|
encounters this argument while assembling configs, it will ignore any other settings applied to the given target
|
|
4725
4725
|
file.
|
|
4726
4726
|
|
|
4727
|
+
--escape-expressions
|
|
4728
|
+
Converts all @{...} expression tokens to @@{...} before saving. Use when the value contains third-party @{...}
|
|
4729
|
+
syntax that should be stored as a literal, not evaluated by Codiac at deploy time.
|
|
4730
|
+
|
|
4727
4731
|
--setting=<value>
|
|
4728
4732
|
The config key (in dotpath/JSONPath), relative to the root of the config.
|
|
4729
4733
|
|
|
@@ -4779,23 +4783,31 @@ EXAMPLES
|
|
|
4779
4783
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
4780
4784
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
4781
4785
|
|
|
4782
|
-
|
|
4783
|
-
|
|
4786
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
4787
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
4788
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
4784
4789
|
|
|
4785
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
4790
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
4791
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
4786
4792
|
|
|
4787
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
4793
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
4788
4794
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
4789
4795
|
strategies/domains mapped to your cabinet.
|
|
4790
4796
|
|
|
4791
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
4797
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
4792
4798
|
"mywebsite.com")}'
|
|
4793
4799
|
|
|
4794
|
-
Sibling $
|
|
4800
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
4795
4801
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
4796
4802
|
|
|
4797
4803
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
4798
|
-
'$
|
|
4804
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
4805
|
+
|
|
4806
|
+
Import content from an external system that already uses @{...} syntax — escapes all occurrences to @@{...} so
|
|
4807
|
+
Codiac stores them as literals rather than evaluating them at deploy time.
|
|
4808
|
+
|
|
4809
|
+
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
4810
|
+
--escape-expressions
|
|
4799
4811
|
```
|
|
4800
4812
|
|
|
4801
4813
|
## `codiac cfg delete [SETTING]`
|
|
@@ -4945,7 +4957,7 @@ DESCRIPTION
|
|
|
4945
4957
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4946
4958
|
```
|
|
4947
4959
|
|
|
4948
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4960
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cli.ts)_
|
|
4949
4961
|
|
|
4950
4962
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4951
4963
|
|
|
@@ -5013,7 +5025,7 @@ EXAMPLES
|
|
|
5013
5025
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5014
5026
|
```
|
|
5015
5027
|
|
|
5016
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5028
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/agent/configure.ts)_
|
|
5017
5029
|
|
|
5018
5030
|
## `codiac cluster agent install [CLUSTER]`
|
|
5019
5031
|
|
|
@@ -5069,7 +5081,7 @@ EXAMPLES
|
|
|
5069
5081
|
$ codiac cluster agent install my-cluster --to-script
|
|
5070
5082
|
```
|
|
5071
5083
|
|
|
5072
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5084
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/agent/install.ts)_
|
|
5073
5085
|
|
|
5074
5086
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5075
5087
|
|
|
@@ -5117,7 +5129,7 @@ EXAMPLES
|
|
|
5117
5129
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5118
5130
|
```
|
|
5119
5131
|
|
|
5120
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5132
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/agent/uninstall.ts)_
|
|
5121
5133
|
|
|
5122
5134
|
## `codiac cluster bootstrap [NAME]`
|
|
5123
5135
|
|
|
@@ -5180,7 +5192,7 @@ EXAMPLES
|
|
|
5180
5192
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5181
5193
|
```
|
|
5182
5194
|
|
|
5183
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5195
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/bootstrap.ts)_
|
|
5184
5196
|
|
|
5185
5197
|
## `codiac cluster capture`
|
|
5186
5198
|
|
|
@@ -5265,7 +5277,7 @@ EXAMPLES
|
|
|
5265
5277
|
$ codiac cluster connect my-fav-cluster
|
|
5266
5278
|
```
|
|
5267
5279
|
|
|
5268
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5280
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/connect.ts)_
|
|
5269
5281
|
|
|
5270
5282
|
## `codiac cluster contents`
|
|
5271
5283
|
|
|
@@ -5930,7 +5942,7 @@ EXAMPLES
|
|
|
5930
5942
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5931
5943
|
```
|
|
5932
5944
|
|
|
5933
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5945
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/install.ts)_
|
|
5934
5946
|
|
|
5935
5947
|
## `codiac cluster journal [CLUSTER]`
|
|
5936
5948
|
|
|
@@ -6219,7 +6231,7 @@ EXAMPLES
|
|
|
6219
6231
|
$ codiac cluster stack capture my-fav-cluster
|
|
6220
6232
|
```
|
|
6221
6233
|
|
|
6222
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6234
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/stack/capture.ts)_
|
|
6223
6235
|
|
|
6224
6236
|
## `codiac cluster stack install [CLUSTER]`
|
|
6225
6237
|
|
|
@@ -6271,7 +6283,7 @@ EXAMPLES
|
|
|
6271
6283
|
$ codiac cluster stack install my-cluster --to-script
|
|
6272
6284
|
```
|
|
6273
6285
|
|
|
6274
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6286
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/stack/install.ts)_
|
|
6275
6287
|
|
|
6276
6288
|
## `codiac cluster stack list`
|
|
6277
6289
|
|
|
@@ -6437,7 +6449,7 @@ EXAMPLES
|
|
|
6437
6449
|
$ codiac cluster start my-fav-cluster
|
|
6438
6450
|
```
|
|
6439
6451
|
|
|
6440
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6452
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/start.ts)_
|
|
6441
6453
|
|
|
6442
6454
|
## `codiac cluster stop [CLUSTER]`
|
|
6443
6455
|
|
|
@@ -6474,7 +6486,7 @@ EXAMPLES
|
|
|
6474
6486
|
$ codiac cluster start my-fav-cluster
|
|
6475
6487
|
```
|
|
6476
6488
|
|
|
6477
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6489
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/cluster/stop.ts)_
|
|
6478
6490
|
|
|
6479
6491
|
## `codiac cluster uninstall`
|
|
6480
6492
|
|
|
@@ -6536,7 +6548,7 @@ DESCRIPTION
|
|
|
6536
6548
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6537
6549
|
```
|
|
6538
6550
|
|
|
6539
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6551
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/commit.ts)_
|
|
6540
6552
|
|
|
6541
6553
|
## `codiac config add`
|
|
6542
6554
|
|
|
@@ -6547,8 +6559,8 @@ USAGE
|
|
|
6547
6559
|
$ codiac config add [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
6548
6560
|
<value> | [-t
|
|
6549
6561
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
6550
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--
|
|
6551
|
-
--to-script]]
|
|
6562
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--take-defaults |
|
|
6563
|
+
[--silent | --echo | --to-script]]
|
|
6552
6564
|
|
|
6553
6565
|
FLAGS
|
|
6554
6566
|
-a, --asset=<value>
|
|
@@ -6590,6 +6602,10 @@ FLAGS
|
|
|
6590
6602
|
encounters this argument while assembling configs, it will ignore any other settings applied to the given target
|
|
6591
6603
|
file.
|
|
6592
6604
|
|
|
6605
|
+
--escape-expressions
|
|
6606
|
+
Converts all @{...} expression tokens to @@{...} before saving. Use when the value contains third-party @{...}
|
|
6607
|
+
syntax that should be stored as a literal, not evaluated by Codiac at deploy time.
|
|
6608
|
+
|
|
6593
6609
|
--setting=<value>
|
|
6594
6610
|
The config key (in dotpath/JSONPath), relative to the root of the config.
|
|
6595
6611
|
|
|
@@ -6645,26 +6661,34 @@ EXAMPLES
|
|
|
6645
6661
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
6646
6662
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6647
6663
|
|
|
6648
|
-
|
|
6649
|
-
|
|
6664
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
6665
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
6666
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
6650
6667
|
|
|
6651
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
6668
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
6669
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
6652
6670
|
|
|
6653
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
6671
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
6654
6672
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
6655
6673
|
strategies/domains mapped to your cabinet.
|
|
6656
6674
|
|
|
6657
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
6675
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
6658
6676
|
"mywebsite.com")}'
|
|
6659
6677
|
|
|
6660
|
-
Sibling $
|
|
6678
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
6661
6679
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
6662
6680
|
|
|
6663
6681
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
6664
|
-
'$
|
|
6682
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
6683
|
+
|
|
6684
|
+
Import content from an external system that already uses @{...} syntax — escapes all occurrences to @@{...} so
|
|
6685
|
+
Codiac stores them as literals rather than evaluating them at deploy time.
|
|
6686
|
+
|
|
6687
|
+
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
6688
|
+
--escape-expressions
|
|
6665
6689
|
```
|
|
6666
6690
|
|
|
6667
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6691
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/add.ts)_
|
|
6668
6692
|
|
|
6669
6693
|
## `codiac config delete [SETTING]`
|
|
6670
6694
|
|
|
@@ -6733,7 +6757,7 @@ ALIASES
|
|
|
6733
6757
|
$ codiac cfg delete
|
|
6734
6758
|
```
|
|
6735
6759
|
|
|
6736
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6760
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/delete.ts)_
|
|
6737
6761
|
|
|
6738
6762
|
## `codiac config deploy`
|
|
6739
6763
|
|
|
@@ -6774,7 +6798,7 @@ EXAMPLES
|
|
|
6774
6798
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6775
6799
|
```
|
|
6776
6800
|
|
|
6777
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6801
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/deploy.ts)_
|
|
6778
6802
|
|
|
6779
6803
|
## `codiac config import`
|
|
6780
6804
|
|
|
@@ -6783,7 +6807,7 @@ Imports a local config file, overlaying its settings into the Codiac config stor
|
|
|
6783
6807
|
```
|
|
6784
6808
|
USAGE
|
|
6785
6809
|
$ codiac config import [-h] [-n <value> | -e <value> | -c <value>] [-a <value>] [-s <value>] [-f <value>]
|
|
6786
|
-
[--silent | --echo | --to-script]
|
|
6810
|
+
[--escape-expressions] [--silent | --echo | --to-script]
|
|
6787
6811
|
|
|
6788
6812
|
FLAGS
|
|
6789
6813
|
-a, --asset=<value> Name of the asset for which to import the config (use ? to be prompted).
|
|
@@ -6796,6 +6820,9 @@ FLAGS
|
|
|
6796
6820
|
-s, --sourceFile=<value> The local path of the file to import (absolute, or relative to the current working
|
|
6797
6821
|
directory).
|
|
6798
6822
|
--echo Renders the equivalent non-interactive command for future use before executing.
|
|
6823
|
+
--escape-expressions Converts all @{...} expression tokens to @@{...} before saving. Use when importing files
|
|
6824
|
+
from external systems that contain @{...} syntax that should be stored as literals, not
|
|
6825
|
+
evaluated by Codiac at deploy time.
|
|
6799
6826
|
--silent Executes without any user interaction; fails on missing or invalid arguments.
|
|
6800
6827
|
--to-script Renders the equivalent non-interactive command without executing it.
|
|
6801
6828
|
|
|
@@ -6825,9 +6852,14 @@ EXAMPLES
|
|
|
6825
6852
|
Renders the equivalent silent command without executing.
|
|
6826
6853
|
|
|
6827
6854
|
$ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
|
|
6855
|
+
|
|
6856
|
+
Import a config file that contains third-party @{...} syntax — escapes all occurrences to @@{...} so Codiac stores
|
|
6857
|
+
them as literals rather than evaluating them at deploy time.
|
|
6858
|
+
|
|
6859
|
+
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
6828
6860
|
```
|
|
6829
6861
|
|
|
6830
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6862
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/import.ts)_
|
|
6831
6863
|
|
|
6832
6864
|
## `codiac config preview [SETTING]`
|
|
6833
6865
|
|
|
@@ -6901,8 +6933,8 @@ USAGE
|
|
|
6901
6933
|
$ codiac config set [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
6902
6934
|
<value> | [-t
|
|
6903
6935
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
6904
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--
|
|
6905
|
-
--to-script]]
|
|
6936
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--take-defaults |
|
|
6937
|
+
[--silent | --echo | --to-script]]
|
|
6906
6938
|
|
|
6907
6939
|
FLAGS
|
|
6908
6940
|
-a, --asset=<value>
|
|
@@ -6944,6 +6976,10 @@ FLAGS
|
|
|
6944
6976
|
encounters this argument while assembling configs, it will ignore any other settings applied to the given target
|
|
6945
6977
|
file.
|
|
6946
6978
|
|
|
6979
|
+
--escape-expressions
|
|
6980
|
+
Converts all @{...} expression tokens to @@{...} before saving. Use when the value contains third-party @{...}
|
|
6981
|
+
syntax that should be stored as a literal, not evaluated by Codiac at deploy time.
|
|
6982
|
+
|
|
6947
6983
|
--setting=<value>
|
|
6948
6984
|
The config key (in dotpath/JSONPath), relative to the root of the config.
|
|
6949
6985
|
|
|
@@ -6999,23 +7035,31 @@ EXAMPLES
|
|
|
6999
7035
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
7000
7036
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
7001
7037
|
|
|
7002
|
-
|
|
7003
|
-
|
|
7038
|
+
Embed deploy-time context values using @{context.*} expressions. Key paths — asset: context.asset.name,
|
|
7039
|
+
context.asset.version; cabinet: context.cabinet.name, context.cabinet.namespace; cluster: context.cluster.name; org:
|
|
7040
|
+
context.enterprise.name, context.environment.name, context.tenant.code. Resolved per cabinet at deploy time.
|
|
7004
7041
|
|
|
7005
|
-
cod config set -a api -c dev -t env --setting API_URL --value
|
|
7042
|
+
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
7043
|
+
'https://@{context.asset.name}.@{context.cabinet.name}.mydomain.com'
|
|
7006
7044
|
|
|
7007
|
-
Resolve the hostname for an existing `cod host map` entry via the $
|
|
7045
|
+
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
7008
7046
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
7009
7047
|
strategies/domains mapped to your cabinet.
|
|
7010
7048
|
|
|
7011
|
-
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '$
|
|
7049
|
+
cod config set -a my-asset -c dev -t helm --setting ingress.host --value '@{$hostmap("svc_dot_cab_dot_domain", \
|
|
7012
7050
|
"mywebsite.com")}'
|
|
7013
7051
|
|
|
7014
|
-
Sibling $
|
|
7052
|
+
Sibling @{$hostmap_path(...)} returns the path component for path-form strategies (cab_dot_domain_slash_service,
|
|
7015
7053
|
domain_slash_service). Returns empty string for host-only strategies.
|
|
7016
7054
|
|
|
7017
7055
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
7018
|
-
'$
|
|
7056
|
+
'@{$hostmap_path("cab_dot_domain_slash_service", "my-company.com")}'
|
|
7057
|
+
|
|
7058
|
+
Import content from an external system that already uses @{...} syntax — escapes all occurrences to @@{...} so
|
|
7059
|
+
Codiac stores them as literals rather than evaluating them at deploy time.
|
|
7060
|
+
|
|
7061
|
+
cat external-values.yaml | cod config set -a my-asset -c dev -t helm --entire-file --value-stdin \
|
|
7062
|
+
--escape-expressions
|
|
7019
7063
|
```
|
|
7020
7064
|
|
|
7021
7065
|
## `codiac config settings get`
|
|
@@ -7086,7 +7130,7 @@ DESCRIPTION
|
|
|
7086
7130
|
Shows the list of clusters.
|
|
7087
7131
|
```
|
|
7088
7132
|
|
|
7089
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7133
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/settings/get.ts)_
|
|
7090
7134
|
|
|
7091
7135
|
## `codiac config view [SETTING]`
|
|
7092
7136
|
|
|
@@ -7151,7 +7195,7 @@ EXAMPLES
|
|
|
7151
7195
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7152
7196
|
```
|
|
7153
7197
|
|
|
7154
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7198
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/config/view.ts)_
|
|
7155
7199
|
|
|
7156
7200
|
## `codiac csp creds list`
|
|
7157
7201
|
|
|
@@ -7199,7 +7243,7 @@ EXAMPLES
|
|
|
7199
7243
|
$ codiac csp creds list
|
|
7200
7244
|
```
|
|
7201
7245
|
|
|
7202
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7246
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/csp/creds/list.ts)_
|
|
7203
7247
|
|
|
7204
7248
|
## `codiac csp login [PROVIDER]`
|
|
7205
7249
|
|
|
@@ -7277,7 +7321,7 @@ EXAMPLES
|
|
|
7277
7321
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7278
7322
|
```
|
|
7279
7323
|
|
|
7280
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7324
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/csp/login.ts)_
|
|
7281
7325
|
|
|
7282
7326
|
## `codiac csp logout [PROVIDER]`
|
|
7283
7327
|
|
|
@@ -7324,7 +7368,7 @@ EXAMPLES
|
|
|
7324
7368
|
$ codiac csp logout azure --to-script
|
|
7325
7369
|
```
|
|
7326
7370
|
|
|
7327
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7371
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/csp/logout.ts)_
|
|
7328
7372
|
|
|
7329
7373
|
## `codiac dep [NAME]`
|
|
7330
7374
|
|
|
@@ -7345,7 +7389,7 @@ DESCRIPTION
|
|
|
7345
7389
|
Installs a package into current project.
|
|
7346
7390
|
```
|
|
7347
7391
|
|
|
7348
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7392
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep.ts)_
|
|
7349
7393
|
|
|
7350
7394
|
## `codiac dep create [URL]`
|
|
7351
7395
|
|
|
@@ -7369,7 +7413,7 @@ DESCRIPTION
|
|
|
7369
7413
|
package version is used.
|
|
7370
7414
|
```
|
|
7371
7415
|
|
|
7372
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7416
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/create.ts)_
|
|
7373
7417
|
|
|
7374
7418
|
## `codiac dep install`
|
|
7375
7419
|
|
|
@@ -7386,7 +7430,7 @@ DESCRIPTION
|
|
|
7386
7430
|
installs any missing dependency packages into the local project folder.
|
|
7387
7431
|
```
|
|
7388
7432
|
|
|
7389
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7433
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/install.ts)_
|
|
7390
7434
|
|
|
7391
7435
|
## `codiac dep list`
|
|
7392
7436
|
|
|
@@ -7403,7 +7447,7 @@ DESCRIPTION
|
|
|
7403
7447
|
Shows the dependencies for the project.
|
|
7404
7448
|
```
|
|
7405
7449
|
|
|
7406
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7450
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/list.ts)_
|
|
7407
7451
|
|
|
7408
7452
|
## `codiac dep remove [NAME]`
|
|
7409
7453
|
|
|
@@ -7426,7 +7470,7 @@ DESCRIPTION
|
|
|
7426
7470
|
Removes a dependency from the project.
|
|
7427
7471
|
```
|
|
7428
7472
|
|
|
7429
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7473
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/remove.ts)_
|
|
7430
7474
|
|
|
7431
7475
|
## `codiac dep source [NAME]`
|
|
7432
7476
|
|
|
@@ -7452,7 +7496,7 @@ ALIASES
|
|
|
7452
7496
|
$ codiac dep src
|
|
7453
7497
|
```
|
|
7454
7498
|
|
|
7455
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7499
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/source.ts)_
|
|
7456
7500
|
|
|
7457
7501
|
## `codiac dep src [NAME]`
|
|
7458
7502
|
|
|
@@ -7496,7 +7540,7 @@ DESCRIPTION
|
|
|
7496
7540
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7497
7541
|
```
|
|
7498
7542
|
|
|
7499
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7543
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/syncup.ts)_
|
|
7500
7544
|
|
|
7501
7545
|
## `codiac dep unsource [NAME]`
|
|
7502
7546
|
|
|
@@ -7524,7 +7568,7 @@ ALIASES
|
|
|
7524
7568
|
$ codiac dep unsrc
|
|
7525
7569
|
```
|
|
7526
7570
|
|
|
7527
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7571
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/unsource.ts)_
|
|
7528
7572
|
|
|
7529
7573
|
## `codiac dep unsrc [NAME]`
|
|
7530
7574
|
|
|
@@ -7571,7 +7615,7 @@ DESCRIPTION
|
|
|
7571
7615
|
describe the command here
|
|
7572
7616
|
```
|
|
7573
7617
|
|
|
7574
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7618
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/dep/upgrade.ts)_
|
|
7575
7619
|
|
|
7576
7620
|
## `codiac deploy`
|
|
7577
7621
|
|
|
@@ -7624,7 +7668,7 @@ EXAMPLES
|
|
|
7624
7668
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7625
7669
|
```
|
|
7626
7670
|
|
|
7627
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7671
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/deploy.ts)_
|
|
7628
7672
|
|
|
7629
7673
|
## `codiac domain map [DOMAIN]`
|
|
7630
7674
|
|
|
@@ -7780,7 +7824,7 @@ EXAMPLES
|
|
|
7780
7824
|
cod enterprise create my-enterprise-code --silent
|
|
7781
7825
|
```
|
|
7782
7826
|
|
|
7783
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7827
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/enterprise/create.ts)_
|
|
7784
7828
|
|
|
7785
7829
|
## `codiac enterprise list`
|
|
7786
7830
|
|
|
@@ -7835,7 +7879,7 @@ EXAMPLES
|
|
|
7835
7879
|
$ codiac enterprise list --to-script
|
|
7836
7880
|
```
|
|
7837
7881
|
|
|
7838
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7882
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/enterprise/list.ts)_
|
|
7839
7883
|
|
|
7840
7884
|
## `codiac env add [SETTING]`
|
|
7841
7885
|
|
|
@@ -7885,7 +7929,7 @@ EXAMPLES
|
|
|
7885
7929
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7886
7930
|
```
|
|
7887
7931
|
|
|
7888
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7932
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/env/add.ts)_
|
|
7889
7933
|
|
|
7890
7934
|
## `codiac enviro cluster attach`
|
|
7891
7935
|
|
|
@@ -8188,7 +8232,7 @@ ALIASES
|
|
|
8188
8232
|
$ codiac infrx enviro cluster attach
|
|
8189
8233
|
```
|
|
8190
8234
|
|
|
8191
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8235
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/environment/cluster/attach.ts)_
|
|
8192
8236
|
|
|
8193
8237
|
## `codiac environment cluster detach`
|
|
8194
8238
|
|
|
@@ -8234,7 +8278,7 @@ ALIASES
|
|
|
8234
8278
|
$ codiac infrx enviro cluster detach
|
|
8235
8279
|
```
|
|
8236
8280
|
|
|
8237
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8281
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/environment/cluster/detach.ts)_
|
|
8238
8282
|
|
|
8239
8283
|
## `codiac environment create [NAME]`
|
|
8240
8284
|
|
|
@@ -8297,7 +8341,7 @@ EXAMPLES
|
|
|
8297
8341
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8298
8342
|
```
|
|
8299
8343
|
|
|
8300
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8344
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/environment/create.ts)_
|
|
8301
8345
|
|
|
8302
8346
|
## `codiac environment delete [NAME]`
|
|
8303
8347
|
|
|
@@ -8358,7 +8402,7 @@ EXAMPLES
|
|
|
8358
8402
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8359
8403
|
```
|
|
8360
8404
|
|
|
8361
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8405
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/environment/delete.ts)_
|
|
8362
8406
|
|
|
8363
8407
|
## `codiac environment list`
|
|
8364
8408
|
|
|
@@ -8409,7 +8453,7 @@ EXAMPLES
|
|
|
8409
8453
|
$ codiac environment list -e myEnterprise --silent
|
|
8410
8454
|
```
|
|
8411
8455
|
|
|
8412
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8456
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/environment/list.ts)_
|
|
8413
8457
|
|
|
8414
8458
|
## `codiac fileshare capture`
|
|
8415
8459
|
|
|
@@ -8493,7 +8537,7 @@ ALIASES
|
|
|
8493
8537
|
$ codiac fileshare capture
|
|
8494
8538
|
```
|
|
8495
8539
|
|
|
8496
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8540
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/filestore/capture.ts)_
|
|
8497
8541
|
|
|
8498
8542
|
## `codiac filestore forget`
|
|
8499
8543
|
|
|
@@ -8540,7 +8584,7 @@ EXAMPLES
|
|
|
8540
8584
|
$ codiac filestore forget
|
|
8541
8585
|
```
|
|
8542
8586
|
|
|
8543
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8587
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/filestore/forget.ts)_
|
|
8544
8588
|
|
|
8545
8589
|
## `codiac filestore list`
|
|
8546
8590
|
|
|
@@ -8586,7 +8630,7 @@ EXAMPLES
|
|
|
8586
8630
|
$ codiac filestore list
|
|
8587
8631
|
```
|
|
8588
8632
|
|
|
8589
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8633
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/filestore/list.ts)_
|
|
8590
8634
|
|
|
8591
8635
|
## `codiac help [COMMANDS]`
|
|
8592
8636
|
|
|
@@ -8672,7 +8716,7 @@ EXAMPLES
|
|
|
8672
8716
|
$ codiac host delete
|
|
8673
8717
|
```
|
|
8674
8718
|
|
|
8675
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8719
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/host/delete.ts)_
|
|
8676
8720
|
|
|
8677
8721
|
## `codiac host list [DOMAIN]`
|
|
8678
8722
|
|
|
@@ -8716,7 +8760,7 @@ EXAMPLES
|
|
|
8716
8760
|
$ codiac host list
|
|
8717
8761
|
```
|
|
8718
8762
|
|
|
8719
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8763
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/host/list.ts)_
|
|
8720
8764
|
|
|
8721
8765
|
## `codiac host map [DOMAIN]`
|
|
8722
8766
|
|
|
@@ -8770,7 +8814,7 @@ EXAMPLES
|
|
|
8770
8814
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8771
8815
|
```
|
|
8772
8816
|
|
|
8773
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8817
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/host/map.ts)_
|
|
8774
8818
|
|
|
8775
8819
|
## `codiac host view [DOMAIN]`
|
|
8776
8820
|
|
|
@@ -8815,7 +8859,7 @@ EXAMPLES
|
|
|
8815
8859
|
$ codiac host view
|
|
8816
8860
|
```
|
|
8817
8861
|
|
|
8818
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8862
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/host/view.ts)_
|
|
8819
8863
|
|
|
8820
8864
|
## `codiac identify [TOKENNAME]`
|
|
8821
8865
|
|
|
@@ -8887,7 +8931,7 @@ ALIASES
|
|
|
8887
8931
|
$ codiac token
|
|
8888
8932
|
```
|
|
8889
8933
|
|
|
8890
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8934
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/identity.ts)_
|
|
8891
8935
|
|
|
8892
8936
|
## `codiac identity delete [NAME]`
|
|
8893
8937
|
|
|
@@ -8912,7 +8956,7 @@ ALIASES
|
|
|
8912
8956
|
$ codiac token remove
|
|
8913
8957
|
```
|
|
8914
8958
|
|
|
8915
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8959
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/identity/delete.ts)_
|
|
8916
8960
|
|
|
8917
8961
|
## `codiac identity list`
|
|
8918
8962
|
|
|
@@ -8934,7 +8978,7 @@ ALIASES
|
|
|
8934
8978
|
$ codiac token list
|
|
8935
8979
|
```
|
|
8936
8980
|
|
|
8937
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8981
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/identity/list.ts)_
|
|
8938
8982
|
|
|
8939
8983
|
## `codiac identity remove [NAME]`
|
|
8940
8984
|
|
|
@@ -9255,7 +9299,7 @@ DESCRIPTION
|
|
|
9255
9299
|
Saves a reference to an existing container registry.
|
|
9256
9300
|
```
|
|
9257
9301
|
|
|
9258
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9302
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/imageRegistry/capture.ts)_
|
|
9259
9303
|
|
|
9260
9304
|
## `codiac imageRegistry forget`
|
|
9261
9305
|
|
|
@@ -9276,7 +9320,7 @@ DESCRIPTION
|
|
|
9276
9320
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9277
9321
|
```
|
|
9278
9322
|
|
|
9279
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9323
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/imageRegistry/forget.ts)_
|
|
9280
9324
|
|
|
9281
9325
|
## `codiac imageRegistry list`
|
|
9282
9326
|
|
|
@@ -9318,7 +9362,7 @@ EXAMPLES
|
|
|
9318
9362
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9319
9363
|
```
|
|
9320
9364
|
|
|
9321
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9365
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/imageRegistry/list.ts)_
|
|
9322
9366
|
|
|
9323
9367
|
## `codiac imageRegistry pullSecret set`
|
|
9324
9368
|
|
|
@@ -9354,7 +9398,7 @@ ALIASES
|
|
|
9354
9398
|
$ codiac pullsecret
|
|
9355
9399
|
```
|
|
9356
9400
|
|
|
9357
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9401
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9358
9402
|
|
|
9359
9403
|
## `codiac imageRegistry pullSecret unset`
|
|
9360
9404
|
|
|
@@ -9381,7 +9425,7 @@ ALIASES
|
|
|
9381
9425
|
$ codiac pullsecret unset
|
|
9382
9426
|
```
|
|
9383
9427
|
|
|
9384
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9428
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9385
9429
|
|
|
9386
9430
|
## `codiac images add [IMAGENAME]`
|
|
9387
9431
|
|
|
@@ -9442,7 +9486,7 @@ EXAMPLES
|
|
|
9442
9486
|
$ codiac images add your-company/your-image --to-script
|
|
9443
9487
|
```
|
|
9444
9488
|
|
|
9445
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9489
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/add.ts)_
|
|
9446
9490
|
|
|
9447
9491
|
## `codiac images list`
|
|
9448
9492
|
|
|
@@ -9465,7 +9509,7 @@ ALIASES
|
|
|
9465
9509
|
$ codiac img list
|
|
9466
9510
|
```
|
|
9467
9511
|
|
|
9468
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9512
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/list.ts)_
|
|
9469
9513
|
|
|
9470
9514
|
## `codiac images patch IMAGENAME`
|
|
9471
9515
|
|
|
@@ -9495,7 +9539,7 @@ ALIASES
|
|
|
9495
9539
|
$ codiac img patch
|
|
9496
9540
|
```
|
|
9497
9541
|
|
|
9498
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9542
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/patch.ts)_
|
|
9499
9543
|
|
|
9500
9544
|
## `codiac images remove IMAGENAME`
|
|
9501
9545
|
|
|
@@ -9521,7 +9565,7 @@ ALIASES
|
|
|
9521
9565
|
$ codiac img delete
|
|
9522
9566
|
```
|
|
9523
9567
|
|
|
9524
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9568
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/remove.ts)_
|
|
9525
9569
|
|
|
9526
9570
|
## `codiac images version NAME`
|
|
9527
9571
|
|
|
@@ -9547,7 +9591,7 @@ ALIASES
|
|
|
9547
9591
|
$ codiac img version get
|
|
9548
9592
|
```
|
|
9549
9593
|
|
|
9550
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9594
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/version.ts)_
|
|
9551
9595
|
|
|
9552
9596
|
## `codiac images version bump NAME`
|
|
9553
9597
|
|
|
@@ -9580,7 +9624,7 @@ ALIASES
|
|
|
9580
9624
|
$ codiac img version bump
|
|
9581
9625
|
```
|
|
9582
9626
|
|
|
9583
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9627
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/images/version/bump.ts)_
|
|
9584
9628
|
|
|
9585
9629
|
## `codiac img [IMAGENAME]`
|
|
9586
9630
|
|
|
@@ -10695,7 +10739,7 @@ DESCRIPTION
|
|
|
10695
10739
|
Declares the given folder as a project root
|
|
10696
10740
|
```
|
|
10697
10741
|
|
|
10698
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10742
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/init.ts)_
|
|
10699
10743
|
|
|
10700
10744
|
## `codiac kit create`
|
|
10701
10745
|
|
|
@@ -10738,7 +10782,7 @@ EXAMPLES
|
|
|
10738
10782
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10739
10783
|
```
|
|
10740
10784
|
|
|
10741
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10785
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/kit/create.ts)_
|
|
10742
10786
|
|
|
10743
10787
|
## `codiac login`
|
|
10744
10788
|
|
|
@@ -10797,7 +10841,7 @@ EXAMPLES
|
|
|
10797
10841
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10798
10842
|
```
|
|
10799
10843
|
|
|
10800
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10844
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/login.ts)_
|
|
10801
10845
|
|
|
10802
10846
|
## `codiac logout`
|
|
10803
10847
|
|
|
@@ -10830,7 +10874,7 @@ EXAMPLES
|
|
|
10830
10874
|
$ codiac logout --to-script
|
|
10831
10875
|
```
|
|
10832
10876
|
|
|
10833
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10877
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/logout.ts)_
|
|
10834
10878
|
|
|
10835
10879
|
## `codiac merge [BRANCH]`
|
|
10836
10880
|
|
|
@@ -10851,7 +10895,7 @@ DESCRIPTION
|
|
|
10851
10895
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10852
10896
|
```
|
|
10853
10897
|
|
|
10854
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10898
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/merge.ts)_
|
|
10855
10899
|
|
|
10856
10900
|
## `codiac noc cluster capture`
|
|
10857
10901
|
|
|
@@ -10903,7 +10947,7 @@ EXAMPLES
|
|
|
10903
10947
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10904
10948
|
```
|
|
10905
10949
|
|
|
10906
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10950
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/capture.ts)_
|
|
10907
10951
|
|
|
10908
10952
|
## `codiac noc cluster create [NAME]`
|
|
10909
10953
|
|
|
@@ -10993,7 +11037,7 @@ FLAG DESCRIPTIONS
|
|
|
10993
11037
|
initialization is always skipped in that mode.
|
|
10994
11038
|
```
|
|
10995
11039
|
|
|
10996
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11040
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/create.ts)_
|
|
10997
11041
|
|
|
10998
11042
|
## `codiac noc cluster credentials-set [NAME]`
|
|
10999
11043
|
|
|
@@ -11048,7 +11092,7 @@ EXAMPLES
|
|
|
11048
11092
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11049
11093
|
```
|
|
11050
11094
|
|
|
11051
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11095
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/credentials-set.ts)_
|
|
11052
11096
|
|
|
11053
11097
|
## `codiac noc cluster define [NAME]`
|
|
11054
11098
|
|
|
@@ -11122,7 +11166,7 @@ EXAMPLES
|
|
|
11122
11166
|
$ codiac noc cluster define my-cluster --to-script
|
|
11123
11167
|
```
|
|
11124
11168
|
|
|
11125
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11169
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/define.ts)_
|
|
11126
11170
|
|
|
11127
11171
|
## `codiac noc cluster deinit`
|
|
11128
11172
|
|
|
@@ -11162,7 +11206,7 @@ EXAMPLES
|
|
|
11162
11206
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11163
11207
|
```
|
|
11164
11208
|
|
|
11165
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11209
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/deinit.ts)_
|
|
11166
11210
|
|
|
11167
11211
|
## `codiac noc cluster destroy [NAME]`
|
|
11168
11212
|
|
|
@@ -11196,7 +11240,7 @@ ALIASES
|
|
|
11196
11240
|
$ codiac cluster destroy
|
|
11197
11241
|
```
|
|
11198
11242
|
|
|
11199
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11243
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/destroy.ts)_
|
|
11200
11244
|
|
|
11201
11245
|
## `codiac noc cluster forget`
|
|
11202
11246
|
|
|
@@ -11247,7 +11291,7 @@ EXAMPLES
|
|
|
11247
11291
|
$ codiac noc cluster forget --running
|
|
11248
11292
|
```
|
|
11249
11293
|
|
|
11250
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11294
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/forget.ts)_
|
|
11251
11295
|
|
|
11252
11296
|
## `codiac noc cluster grant`
|
|
11253
11297
|
|
|
@@ -11285,7 +11329,7 @@ EXAMPLES
|
|
|
11285
11329
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11286
11330
|
```
|
|
11287
11331
|
|
|
11288
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11332
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/grant.ts)_
|
|
11289
11333
|
|
|
11290
11334
|
## `codiac noc cluster init`
|
|
11291
11335
|
|
|
@@ -11331,7 +11375,7 @@ EXAMPLES
|
|
|
11331
11375
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11332
11376
|
```
|
|
11333
11377
|
|
|
11334
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11378
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/init.ts)_
|
|
11335
11379
|
|
|
11336
11380
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11337
11381
|
|
|
@@ -11380,7 +11424,7 @@ EXAMPLES
|
|
|
11380
11424
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11381
11425
|
```
|
|
11382
11426
|
|
|
11383
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11427
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/journal.ts)_
|
|
11384
11428
|
|
|
11385
11429
|
## `codiac noc cluster list`
|
|
11386
11430
|
|
|
@@ -11441,7 +11485,7 @@ EXAMPLES
|
|
|
11441
11485
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11442
11486
|
```
|
|
11443
11487
|
|
|
11444
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11488
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/list.ts)_
|
|
11445
11489
|
|
|
11446
11490
|
## `codiac noc cluster restore [NAME]`
|
|
11447
11491
|
|
|
@@ -11501,7 +11545,7 @@ EXAMPLES
|
|
|
11501
11545
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11502
11546
|
```
|
|
11503
11547
|
|
|
11504
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11548
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/noc/cluster/restore.ts)_
|
|
11505
11549
|
|
|
11506
11550
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11507
11551
|
|
|
@@ -11535,7 +11579,7 @@ DESCRIPTION
|
|
|
11535
11579
|
Configures a package to be built and published by the project.
|
|
11536
11580
|
```
|
|
11537
11581
|
|
|
11538
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11582
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pkg/add.ts)_
|
|
11539
11583
|
|
|
11540
11584
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11541
11585
|
|
|
@@ -11573,7 +11617,7 @@ DESCRIPTION
|
|
|
11573
11617
|
Renders the list of packages that are configured as project exports.
|
|
11574
11618
|
```
|
|
11575
11619
|
|
|
11576
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11620
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pkg/list.ts)_
|
|
11577
11621
|
|
|
11578
11622
|
## `codiac pkg patch PACKAGENAME`
|
|
11579
11623
|
|
|
@@ -11599,7 +11643,7 @@ DESCRIPTION
|
|
|
11599
11643
|
registryUrl and/or environment.
|
|
11600
11644
|
```
|
|
11601
11645
|
|
|
11602
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11646
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pkg/patch.ts)_
|
|
11603
11647
|
|
|
11604
11648
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11605
11649
|
|
|
@@ -11622,7 +11666,7 @@ ALIASES
|
|
|
11622
11666
|
$ codiac pkg delete
|
|
11623
11667
|
```
|
|
11624
11668
|
|
|
11625
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11669
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pkg/remove.ts)_
|
|
11626
11670
|
|
|
11627
11671
|
## `codiac portal`
|
|
11628
11672
|
|
|
@@ -11655,7 +11699,7 @@ EXAMPLES
|
|
|
11655
11699
|
$ codiac portal --to-script
|
|
11656
11700
|
```
|
|
11657
11701
|
|
|
11658
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11702
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/portal.ts)_
|
|
11659
11703
|
|
|
11660
11704
|
## `codiac probe create [CMD]`
|
|
11661
11705
|
|
|
@@ -11776,7 +11820,7 @@ DESCRIPTION
|
|
|
11776
11820
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11777
11821
|
```
|
|
11778
11822
|
|
|
11779
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11823
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/publish.ts)_
|
|
11780
11824
|
|
|
11781
11825
|
## `codiac pull [NAME]`
|
|
11782
11826
|
|
|
@@ -11800,7 +11844,7 @@ DESCRIPTION
|
|
|
11800
11844
|
Pulls all commits from upstream to local.
|
|
11801
11845
|
```
|
|
11802
11846
|
|
|
11803
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11847
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pull.ts)_
|
|
11804
11848
|
|
|
11805
11849
|
## `codiac pullsecret`
|
|
11806
11850
|
|
|
@@ -11883,7 +11927,7 @@ DESCRIPTION
|
|
|
11883
11927
|
Pushes all local commits upstream.
|
|
11884
11928
|
```
|
|
11885
11929
|
|
|
11886
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11930
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/push.ts)_
|
|
11887
11931
|
|
|
11888
11932
|
## `codiac pvc create`
|
|
11889
11933
|
|
|
@@ -11967,7 +12011,7 @@ EXAMPLES
|
|
|
11967
12011
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
11968
12012
|
```
|
|
11969
12013
|
|
|
11970
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12014
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pvc/create.ts)_
|
|
11971
12015
|
|
|
11972
12016
|
## `codiac pvc delete`
|
|
11973
12017
|
|
|
@@ -12014,7 +12058,7 @@ EXAMPLES
|
|
|
12014
12058
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12015
12059
|
```
|
|
12016
12060
|
|
|
12017
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12061
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pvc/delete.ts)_
|
|
12018
12062
|
|
|
12019
12063
|
## `codiac pvc get`
|
|
12020
12064
|
|
|
@@ -12055,7 +12099,7 @@ EXAMPLES
|
|
|
12055
12099
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12056
12100
|
```
|
|
12057
12101
|
|
|
12058
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12102
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pvc/get.ts)_
|
|
12059
12103
|
|
|
12060
12104
|
## `codiac pvc list`
|
|
12061
12105
|
|
|
@@ -12098,7 +12142,7 @@ EXAMPLES
|
|
|
12098
12142
|
$ codiac pvc list -o yaml
|
|
12099
12143
|
```
|
|
12100
12144
|
|
|
12101
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12145
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/pvc/list.ts)_
|
|
12102
12146
|
|
|
12103
12147
|
## `codiac relay-version`
|
|
12104
12148
|
|
|
@@ -12115,7 +12159,7 @@ EXAMPLES
|
|
|
12115
12159
|
$ codiac relay-version
|
|
12116
12160
|
```
|
|
12117
12161
|
|
|
12118
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12162
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/relay-version.ts)_
|
|
12119
12163
|
|
|
12120
12164
|
## `codiac run`
|
|
12121
12165
|
|
|
@@ -12157,7 +12201,7 @@ DESCRIPTION
|
|
|
12157
12201
|
Runs the latest build of the api container locally.
|
|
12158
12202
|
```
|
|
12159
12203
|
|
|
12160
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12204
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/run.ts)_
|
|
12161
12205
|
|
|
12162
12206
|
## `codiac secretStore`
|
|
12163
12207
|
|
|
@@ -12219,7 +12263,7 @@ ALIASES
|
|
|
12219
12263
|
$ codiac secretStore
|
|
12220
12264
|
```
|
|
12221
12265
|
|
|
12222
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12266
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/secretStore/capture.ts)_
|
|
12223
12267
|
|
|
12224
12268
|
## `codiac secretStore forget`
|
|
12225
12269
|
|
|
@@ -12240,7 +12284,7 @@ DESCRIPTION
|
|
|
12240
12284
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12241
12285
|
```
|
|
12242
12286
|
|
|
12243
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12287
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/secretStore/forget.ts)_
|
|
12244
12288
|
|
|
12245
12289
|
## `codiac secretStore list`
|
|
12246
12290
|
|
|
@@ -12285,7 +12329,7 @@ EXAMPLES
|
|
|
12285
12329
|
$ codiac secretStore list
|
|
12286
12330
|
```
|
|
12287
12331
|
|
|
12288
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12332
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/secretStore/list.ts)_
|
|
12289
12333
|
|
|
12290
12334
|
## `codiac shell init`
|
|
12291
12335
|
|
|
@@ -12323,7 +12367,7 @@ EXAMPLES
|
|
|
12323
12367
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12324
12368
|
```
|
|
12325
12369
|
|
|
12326
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12370
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/shell/init.ts)_
|
|
12327
12371
|
|
|
12328
12372
|
## `codiac snapshot deploy`
|
|
12329
12373
|
|
|
@@ -12351,7 +12395,7 @@ DESCRIPTION
|
|
|
12351
12395
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12352
12396
|
```
|
|
12353
12397
|
|
|
12354
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12398
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/snapshot/deploy.ts)_
|
|
12355
12399
|
|
|
12356
12400
|
## `codiac snapshot list`
|
|
12357
12401
|
|
|
@@ -12400,7 +12444,7 @@ EXAMPLES
|
|
|
12400
12444
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12401
12445
|
```
|
|
12402
12446
|
|
|
12403
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12447
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/snapshot/list.ts)_
|
|
12404
12448
|
|
|
12405
12449
|
## `codiac snapshot tag`
|
|
12406
12450
|
|
|
@@ -12443,7 +12487,7 @@ EXAMPLES
|
|
|
12443
12487
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12444
12488
|
```
|
|
12445
12489
|
|
|
12446
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12490
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/snapshot/tag.ts)_
|
|
12447
12491
|
|
|
12448
12492
|
## `codiac snapshot untag`
|
|
12449
12493
|
|
|
@@ -12486,7 +12530,7 @@ EXAMPLES
|
|
|
12486
12530
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12487
12531
|
```
|
|
12488
12532
|
|
|
12489
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12533
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/snapshot/untag.ts)_
|
|
12490
12534
|
|
|
12491
12535
|
## `codiac stage [FILES]`
|
|
12492
12536
|
|
|
@@ -12508,7 +12552,7 @@ DESCRIPTION
|
|
|
12508
12552
|
Flags files to be included in the next commit.
|
|
12509
12553
|
```
|
|
12510
12554
|
|
|
12511
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12555
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/stage.ts)_
|
|
12512
12556
|
|
|
12513
12557
|
## `codiac stash [FILE]`
|
|
12514
12558
|
|
|
@@ -12530,7 +12574,7 @@ DESCRIPTION
|
|
|
12530
12574
|
describe the command here
|
|
12531
12575
|
```
|
|
12532
12576
|
|
|
12533
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12577
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/stash.ts)_
|
|
12534
12578
|
|
|
12535
12579
|
## `codiac status`
|
|
12536
12580
|
|
|
@@ -12549,7 +12593,7 @@ DESCRIPTION
|
|
|
12549
12593
|
Shows the current uncommitted changes in the current branch.
|
|
12550
12594
|
```
|
|
12551
12595
|
|
|
12552
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12596
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/status.ts)_
|
|
12553
12597
|
|
|
12554
12598
|
## `codiac stop`
|
|
12555
12599
|
|
|
@@ -12567,7 +12611,7 @@ DESCRIPTION
|
|
|
12567
12611
|
Stops the running container for this project
|
|
12568
12612
|
```
|
|
12569
12613
|
|
|
12570
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12614
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/stop.ts)_
|
|
12571
12615
|
|
|
12572
12616
|
## `codiac switch [NAME]`
|
|
12573
12617
|
|
|
@@ -12587,7 +12631,7 @@ DESCRIPTION
|
|
|
12587
12631
|
Changes branch on the main project and any sourced dependencies.
|
|
12588
12632
|
```
|
|
12589
12633
|
|
|
12590
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12634
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/switch.ts)_
|
|
12591
12635
|
|
|
12592
12636
|
## `codiac sync [NAME]`
|
|
12593
12637
|
|
|
@@ -12612,7 +12656,7 @@ DESCRIPTION
|
|
|
12612
12656
|
Merges the given branch into the current branch.
|
|
12613
12657
|
```
|
|
12614
12658
|
|
|
12615
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12659
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/sync.ts)_
|
|
12616
12660
|
|
|
12617
12661
|
## `codiac tenant create [NAME]`
|
|
12618
12662
|
|
|
@@ -12655,7 +12699,7 @@ EXAMPLES
|
|
|
12655
12699
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12656
12700
|
```
|
|
12657
12701
|
|
|
12658
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12702
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/tenant/create.ts)_
|
|
12659
12703
|
|
|
12660
12704
|
## `codiac tenant switch [CODE]`
|
|
12661
12705
|
|
|
@@ -12695,7 +12739,7 @@ EXAMPLES
|
|
|
12695
12739
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12696
12740
|
```
|
|
12697
12741
|
|
|
12698
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12742
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/tenant/switch.ts)_
|
|
12699
12743
|
|
|
12700
12744
|
## `codiac token [TOKENNAME]`
|
|
12701
12745
|
|
|
@@ -12817,7 +12861,7 @@ DESCRIPTION
|
|
|
12817
12861
|
Flags files to be included in the next commit.
|
|
12818
12862
|
```
|
|
12819
12863
|
|
|
12820
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12864
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/unstage.ts)_
|
|
12821
12865
|
|
|
12822
12866
|
## `codiac update [CHANNEL]`
|
|
12823
12867
|
|
|
@@ -13004,7 +13048,7 @@ EXAMPLES
|
|
|
13004
13048
|
$ codiac whereami --to-script
|
|
13005
13049
|
```
|
|
13006
13050
|
|
|
13007
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13051
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/whereami.ts)_
|
|
13008
13052
|
|
|
13009
13053
|
## `codiac whoami`
|
|
13010
13054
|
|
|
@@ -13046,5 +13090,5 @@ EXAMPLES
|
|
|
13046
13090
|
$ codiac whoami --to-script
|
|
13047
13091
|
```
|
|
13048
13092
|
|
|
13049
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
13093
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.227/src/commands/whoami.ts)_
|
|
13050
13094
|
<!-- commandsstop -->
|