@codiac.io/codiac-cli 1.3.226 → 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 +203 -165
- package/dist/commands/config/add.d.ts +2 -0
- package/dist/commands/config/add.js +13 -2
- 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 +23 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
|
|
|
21
21
|
$ codiac COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ codiac (--version|-v)
|
|
24
|
-
@codiac.io/codiac-cli/1.3.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.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
|
|
|
@@ -4798,6 +4802,12 @@ EXAMPLES
|
|
|
4798
4802
|
|
|
4799
4803
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
4800
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
|
|
4801
4811
|
```
|
|
4802
4812
|
|
|
4803
4813
|
## `codiac cfg delete [SETTING]`
|
|
@@ -4947,7 +4957,7 @@ DESCRIPTION
|
|
|
4947
4957
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4948
4958
|
```
|
|
4949
4959
|
|
|
4950
|
-
_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)_
|
|
4951
4961
|
|
|
4952
4962
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4953
4963
|
|
|
@@ -5015,7 +5025,7 @@ EXAMPLES
|
|
|
5015
5025
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5016
5026
|
```
|
|
5017
5027
|
|
|
5018
|
-
_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)_
|
|
5019
5029
|
|
|
5020
5030
|
## `codiac cluster agent install [CLUSTER]`
|
|
5021
5031
|
|
|
@@ -5071,7 +5081,7 @@ EXAMPLES
|
|
|
5071
5081
|
$ codiac cluster agent install my-cluster --to-script
|
|
5072
5082
|
```
|
|
5073
5083
|
|
|
5074
|
-
_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)_
|
|
5075
5085
|
|
|
5076
5086
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5077
5087
|
|
|
@@ -5119,7 +5129,7 @@ EXAMPLES
|
|
|
5119
5129
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5120
5130
|
```
|
|
5121
5131
|
|
|
5122
|
-
_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)_
|
|
5123
5133
|
|
|
5124
5134
|
## `codiac cluster bootstrap [NAME]`
|
|
5125
5135
|
|
|
@@ -5182,7 +5192,7 @@ EXAMPLES
|
|
|
5182
5192
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5183
5193
|
```
|
|
5184
5194
|
|
|
5185
|
-
_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)_
|
|
5186
5196
|
|
|
5187
5197
|
## `codiac cluster capture`
|
|
5188
5198
|
|
|
@@ -5267,7 +5277,7 @@ EXAMPLES
|
|
|
5267
5277
|
$ codiac cluster connect my-fav-cluster
|
|
5268
5278
|
```
|
|
5269
5279
|
|
|
5270
|
-
_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)_
|
|
5271
5281
|
|
|
5272
5282
|
## `codiac cluster contents`
|
|
5273
5283
|
|
|
@@ -5932,7 +5942,7 @@ EXAMPLES
|
|
|
5932
5942
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5933
5943
|
```
|
|
5934
5944
|
|
|
5935
|
-
_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)_
|
|
5936
5946
|
|
|
5937
5947
|
## `codiac cluster journal [CLUSTER]`
|
|
5938
5948
|
|
|
@@ -6221,7 +6231,7 @@ EXAMPLES
|
|
|
6221
6231
|
$ codiac cluster stack capture my-fav-cluster
|
|
6222
6232
|
```
|
|
6223
6233
|
|
|
6224
|
-
_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)_
|
|
6225
6235
|
|
|
6226
6236
|
## `codiac cluster stack install [CLUSTER]`
|
|
6227
6237
|
|
|
@@ -6273,7 +6283,7 @@ EXAMPLES
|
|
|
6273
6283
|
$ codiac cluster stack install my-cluster --to-script
|
|
6274
6284
|
```
|
|
6275
6285
|
|
|
6276
|
-
_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)_
|
|
6277
6287
|
|
|
6278
6288
|
## `codiac cluster stack list`
|
|
6279
6289
|
|
|
@@ -6439,7 +6449,7 @@ EXAMPLES
|
|
|
6439
6449
|
$ codiac cluster start my-fav-cluster
|
|
6440
6450
|
```
|
|
6441
6451
|
|
|
6442
|
-
_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)_
|
|
6443
6453
|
|
|
6444
6454
|
## `codiac cluster stop [CLUSTER]`
|
|
6445
6455
|
|
|
@@ -6476,7 +6486,7 @@ EXAMPLES
|
|
|
6476
6486
|
$ codiac cluster start my-fav-cluster
|
|
6477
6487
|
```
|
|
6478
6488
|
|
|
6479
|
-
_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)_
|
|
6480
6490
|
|
|
6481
6491
|
## `codiac cluster uninstall`
|
|
6482
6492
|
|
|
@@ -6538,7 +6548,7 @@ DESCRIPTION
|
|
|
6538
6548
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6539
6549
|
```
|
|
6540
6550
|
|
|
6541
|
-
_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)_
|
|
6542
6552
|
|
|
6543
6553
|
## `codiac config add`
|
|
6544
6554
|
|
|
@@ -6549,8 +6559,8 @@ USAGE
|
|
|
6549
6559
|
$ codiac config add [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
6550
6560
|
<value> | [-t
|
|
6551
6561
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
6552
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--
|
|
6553
|
-
--to-script]]
|
|
6562
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--take-defaults |
|
|
6563
|
+
[--silent | --echo | --to-script]]
|
|
6554
6564
|
|
|
6555
6565
|
FLAGS
|
|
6556
6566
|
-a, --asset=<value>
|
|
@@ -6592,6 +6602,10 @@ FLAGS
|
|
|
6592
6602
|
encounters this argument while assembling configs, it will ignore any other settings applied to the given target
|
|
6593
6603
|
file.
|
|
6594
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
|
+
|
|
6595
6609
|
--setting=<value>
|
|
6596
6610
|
The config key (in dotpath/JSONPath), relative to the root of the config.
|
|
6597
6611
|
|
|
@@ -6666,9 +6680,15 @@ EXAMPLES
|
|
|
6666
6680
|
|
|
6667
6681
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
6668
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
|
|
6669
6689
|
```
|
|
6670
6690
|
|
|
6671
|
-
_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)_
|
|
6672
6692
|
|
|
6673
6693
|
## `codiac config delete [SETTING]`
|
|
6674
6694
|
|
|
@@ -6737,7 +6757,7 @@ ALIASES
|
|
|
6737
6757
|
$ codiac cfg delete
|
|
6738
6758
|
```
|
|
6739
6759
|
|
|
6740
|
-
_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)_
|
|
6741
6761
|
|
|
6742
6762
|
## `codiac config deploy`
|
|
6743
6763
|
|
|
@@ -6778,7 +6798,7 @@ EXAMPLES
|
|
|
6778
6798
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6779
6799
|
```
|
|
6780
6800
|
|
|
6781
|
-
_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)_
|
|
6782
6802
|
|
|
6783
6803
|
## `codiac config import`
|
|
6784
6804
|
|
|
@@ -6787,7 +6807,7 @@ Imports a local config file, overlaying its settings into the Codiac config stor
|
|
|
6787
6807
|
```
|
|
6788
6808
|
USAGE
|
|
6789
6809
|
$ codiac config import [-h] [-n <value> | -e <value> | -c <value>] [-a <value>] [-s <value>] [-f <value>]
|
|
6790
|
-
[--silent | --echo | --to-script]
|
|
6810
|
+
[--escape-expressions] [--silent | --echo | --to-script]
|
|
6791
6811
|
|
|
6792
6812
|
FLAGS
|
|
6793
6813
|
-a, --asset=<value> Name of the asset for which to import the config (use ? to be prompted).
|
|
@@ -6800,6 +6820,9 @@ FLAGS
|
|
|
6800
6820
|
-s, --sourceFile=<value> The local path of the file to import (absolute, or relative to the current working
|
|
6801
6821
|
directory).
|
|
6802
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.
|
|
6803
6826
|
--silent Executes without any user interaction; fails on missing or invalid arguments.
|
|
6804
6827
|
--to-script Renders the equivalent non-interactive command without executing it.
|
|
6805
6828
|
|
|
@@ -6829,9 +6852,14 @@ EXAMPLES
|
|
|
6829
6852
|
Renders the equivalent silent command without executing.
|
|
6830
6853
|
|
|
6831
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
|
|
6832
6860
|
```
|
|
6833
6861
|
|
|
6834
|
-
_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)_
|
|
6835
6863
|
|
|
6836
6864
|
## `codiac config preview [SETTING]`
|
|
6837
6865
|
|
|
@@ -6905,8 +6933,8 @@ USAGE
|
|
|
6905
6933
|
$ codiac config set [-h] [-n <value>] [-a <value>] [-s | -e <value> | -c <value>] [--entire-file | --setting
|
|
6906
6934
|
<value> | [-t
|
|
6907
6935
|
annotation|env|footprint|filestore|helm|k8spatch|label|namespace|onpostdeploy|onpredeploy|permit|probing | -f
|
|
6908
|
-
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--
|
|
6909
|
-
--to-script]]
|
|
6936
|
+
<value>]] [--condition <value>] [--value-stdin | --value <value>] [--escape-expressions] [--take-defaults |
|
|
6937
|
+
[--silent | --echo | --to-script]]
|
|
6910
6938
|
|
|
6911
6939
|
FLAGS
|
|
6912
6940
|
-a, --asset=<value>
|
|
@@ -6948,6 +6976,10 @@ FLAGS
|
|
|
6948
6976
|
encounters this argument while assembling configs, it will ignore any other settings applied to the given target
|
|
6949
6977
|
file.
|
|
6950
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
|
+
|
|
6951
6983
|
--setting=<value>
|
|
6952
6984
|
The config key (in dotpath/JSONPath), relative to the root of the config.
|
|
6953
6985
|
|
|
@@ -7022,6 +7054,12 @@ EXAMPLES
|
|
|
7022
7054
|
|
|
7023
7055
|
cod config set -a my-asset -c dev -t helm --setting ingress.path --value \
|
|
7024
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
|
|
7025
7063
|
```
|
|
7026
7064
|
|
|
7027
7065
|
## `codiac config settings get`
|
|
@@ -7092,7 +7130,7 @@ DESCRIPTION
|
|
|
7092
7130
|
Shows the list of clusters.
|
|
7093
7131
|
```
|
|
7094
7132
|
|
|
7095
|
-
_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)_
|
|
7096
7134
|
|
|
7097
7135
|
## `codiac config view [SETTING]`
|
|
7098
7136
|
|
|
@@ -7157,7 +7195,7 @@ EXAMPLES
|
|
|
7157
7195
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7158
7196
|
```
|
|
7159
7197
|
|
|
7160
|
-
_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)_
|
|
7161
7199
|
|
|
7162
7200
|
## `codiac csp creds list`
|
|
7163
7201
|
|
|
@@ -7205,7 +7243,7 @@ EXAMPLES
|
|
|
7205
7243
|
$ codiac csp creds list
|
|
7206
7244
|
```
|
|
7207
7245
|
|
|
7208
|
-
_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)_
|
|
7209
7247
|
|
|
7210
7248
|
## `codiac csp login [PROVIDER]`
|
|
7211
7249
|
|
|
@@ -7283,7 +7321,7 @@ EXAMPLES
|
|
|
7283
7321
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7284
7322
|
```
|
|
7285
7323
|
|
|
7286
|
-
_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)_
|
|
7287
7325
|
|
|
7288
7326
|
## `codiac csp logout [PROVIDER]`
|
|
7289
7327
|
|
|
@@ -7330,7 +7368,7 @@ EXAMPLES
|
|
|
7330
7368
|
$ codiac csp logout azure --to-script
|
|
7331
7369
|
```
|
|
7332
7370
|
|
|
7333
|
-
_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)_
|
|
7334
7372
|
|
|
7335
7373
|
## `codiac dep [NAME]`
|
|
7336
7374
|
|
|
@@ -7351,7 +7389,7 @@ DESCRIPTION
|
|
|
7351
7389
|
Installs a package into current project.
|
|
7352
7390
|
```
|
|
7353
7391
|
|
|
7354
|
-
_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)_
|
|
7355
7393
|
|
|
7356
7394
|
## `codiac dep create [URL]`
|
|
7357
7395
|
|
|
@@ -7375,7 +7413,7 @@ DESCRIPTION
|
|
|
7375
7413
|
package version is used.
|
|
7376
7414
|
```
|
|
7377
7415
|
|
|
7378
|
-
_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)_
|
|
7379
7417
|
|
|
7380
7418
|
## `codiac dep install`
|
|
7381
7419
|
|
|
@@ -7392,7 +7430,7 @@ DESCRIPTION
|
|
|
7392
7430
|
installs any missing dependency packages into the local project folder.
|
|
7393
7431
|
```
|
|
7394
7432
|
|
|
7395
|
-
_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)_
|
|
7396
7434
|
|
|
7397
7435
|
## `codiac dep list`
|
|
7398
7436
|
|
|
@@ -7409,7 +7447,7 @@ DESCRIPTION
|
|
|
7409
7447
|
Shows the dependencies for the project.
|
|
7410
7448
|
```
|
|
7411
7449
|
|
|
7412
|
-
_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)_
|
|
7413
7451
|
|
|
7414
7452
|
## `codiac dep remove [NAME]`
|
|
7415
7453
|
|
|
@@ -7432,7 +7470,7 @@ DESCRIPTION
|
|
|
7432
7470
|
Removes a dependency from the project.
|
|
7433
7471
|
```
|
|
7434
7472
|
|
|
7435
|
-
_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)_
|
|
7436
7474
|
|
|
7437
7475
|
## `codiac dep source [NAME]`
|
|
7438
7476
|
|
|
@@ -7458,7 +7496,7 @@ ALIASES
|
|
|
7458
7496
|
$ codiac dep src
|
|
7459
7497
|
```
|
|
7460
7498
|
|
|
7461
|
-
_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)_
|
|
7462
7500
|
|
|
7463
7501
|
## `codiac dep src [NAME]`
|
|
7464
7502
|
|
|
@@ -7502,7 +7540,7 @@ DESCRIPTION
|
|
|
7502
7540
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7503
7541
|
```
|
|
7504
7542
|
|
|
7505
|
-
_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)_
|
|
7506
7544
|
|
|
7507
7545
|
## `codiac dep unsource [NAME]`
|
|
7508
7546
|
|
|
@@ -7530,7 +7568,7 @@ ALIASES
|
|
|
7530
7568
|
$ codiac dep unsrc
|
|
7531
7569
|
```
|
|
7532
7570
|
|
|
7533
|
-
_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)_
|
|
7534
7572
|
|
|
7535
7573
|
## `codiac dep unsrc [NAME]`
|
|
7536
7574
|
|
|
@@ -7577,7 +7615,7 @@ DESCRIPTION
|
|
|
7577
7615
|
describe the command here
|
|
7578
7616
|
```
|
|
7579
7617
|
|
|
7580
|
-
_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)_
|
|
7581
7619
|
|
|
7582
7620
|
## `codiac deploy`
|
|
7583
7621
|
|
|
@@ -7630,7 +7668,7 @@ EXAMPLES
|
|
|
7630
7668
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7631
7669
|
```
|
|
7632
7670
|
|
|
7633
|
-
_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)_
|
|
7634
7672
|
|
|
7635
7673
|
## `codiac domain map [DOMAIN]`
|
|
7636
7674
|
|
|
@@ -7786,7 +7824,7 @@ EXAMPLES
|
|
|
7786
7824
|
cod enterprise create my-enterprise-code --silent
|
|
7787
7825
|
```
|
|
7788
7826
|
|
|
7789
|
-
_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)_
|
|
7790
7828
|
|
|
7791
7829
|
## `codiac enterprise list`
|
|
7792
7830
|
|
|
@@ -7841,7 +7879,7 @@ EXAMPLES
|
|
|
7841
7879
|
$ codiac enterprise list --to-script
|
|
7842
7880
|
```
|
|
7843
7881
|
|
|
7844
|
-
_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)_
|
|
7845
7883
|
|
|
7846
7884
|
## `codiac env add [SETTING]`
|
|
7847
7885
|
|
|
@@ -7891,7 +7929,7 @@ EXAMPLES
|
|
|
7891
7929
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7892
7930
|
```
|
|
7893
7931
|
|
|
7894
|
-
_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)_
|
|
7895
7933
|
|
|
7896
7934
|
## `codiac enviro cluster attach`
|
|
7897
7935
|
|
|
@@ -8194,7 +8232,7 @@ ALIASES
|
|
|
8194
8232
|
$ codiac infrx enviro cluster attach
|
|
8195
8233
|
```
|
|
8196
8234
|
|
|
8197
|
-
_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)_
|
|
8198
8236
|
|
|
8199
8237
|
## `codiac environment cluster detach`
|
|
8200
8238
|
|
|
@@ -8240,7 +8278,7 @@ ALIASES
|
|
|
8240
8278
|
$ codiac infrx enviro cluster detach
|
|
8241
8279
|
```
|
|
8242
8280
|
|
|
8243
|
-
_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)_
|
|
8244
8282
|
|
|
8245
8283
|
## `codiac environment create [NAME]`
|
|
8246
8284
|
|
|
@@ -8303,7 +8341,7 @@ EXAMPLES
|
|
|
8303
8341
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8304
8342
|
```
|
|
8305
8343
|
|
|
8306
|
-
_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)_
|
|
8307
8345
|
|
|
8308
8346
|
## `codiac environment delete [NAME]`
|
|
8309
8347
|
|
|
@@ -8364,7 +8402,7 @@ EXAMPLES
|
|
|
8364
8402
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8365
8403
|
```
|
|
8366
8404
|
|
|
8367
|
-
_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)_
|
|
8368
8406
|
|
|
8369
8407
|
## `codiac environment list`
|
|
8370
8408
|
|
|
@@ -8415,7 +8453,7 @@ EXAMPLES
|
|
|
8415
8453
|
$ codiac environment list -e myEnterprise --silent
|
|
8416
8454
|
```
|
|
8417
8455
|
|
|
8418
|
-
_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)_
|
|
8419
8457
|
|
|
8420
8458
|
## `codiac fileshare capture`
|
|
8421
8459
|
|
|
@@ -8499,7 +8537,7 @@ ALIASES
|
|
|
8499
8537
|
$ codiac fileshare capture
|
|
8500
8538
|
```
|
|
8501
8539
|
|
|
8502
|
-
_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)_
|
|
8503
8541
|
|
|
8504
8542
|
## `codiac filestore forget`
|
|
8505
8543
|
|
|
@@ -8546,7 +8584,7 @@ EXAMPLES
|
|
|
8546
8584
|
$ codiac filestore forget
|
|
8547
8585
|
```
|
|
8548
8586
|
|
|
8549
|
-
_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)_
|
|
8550
8588
|
|
|
8551
8589
|
## `codiac filestore list`
|
|
8552
8590
|
|
|
@@ -8592,7 +8630,7 @@ EXAMPLES
|
|
|
8592
8630
|
$ codiac filestore list
|
|
8593
8631
|
```
|
|
8594
8632
|
|
|
8595
|
-
_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)_
|
|
8596
8634
|
|
|
8597
8635
|
## `codiac help [COMMANDS]`
|
|
8598
8636
|
|
|
@@ -8678,7 +8716,7 @@ EXAMPLES
|
|
|
8678
8716
|
$ codiac host delete
|
|
8679
8717
|
```
|
|
8680
8718
|
|
|
8681
|
-
_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)_
|
|
8682
8720
|
|
|
8683
8721
|
## `codiac host list [DOMAIN]`
|
|
8684
8722
|
|
|
@@ -8722,7 +8760,7 @@ EXAMPLES
|
|
|
8722
8760
|
$ codiac host list
|
|
8723
8761
|
```
|
|
8724
8762
|
|
|
8725
|
-
_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)_
|
|
8726
8764
|
|
|
8727
8765
|
## `codiac host map [DOMAIN]`
|
|
8728
8766
|
|
|
@@ -8776,7 +8814,7 @@ EXAMPLES
|
|
|
8776
8814
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8777
8815
|
```
|
|
8778
8816
|
|
|
8779
|
-
_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)_
|
|
8780
8818
|
|
|
8781
8819
|
## `codiac host view [DOMAIN]`
|
|
8782
8820
|
|
|
@@ -8821,7 +8859,7 @@ EXAMPLES
|
|
|
8821
8859
|
$ codiac host view
|
|
8822
8860
|
```
|
|
8823
8861
|
|
|
8824
|
-
_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)_
|
|
8825
8863
|
|
|
8826
8864
|
## `codiac identify [TOKENNAME]`
|
|
8827
8865
|
|
|
@@ -8893,7 +8931,7 @@ ALIASES
|
|
|
8893
8931
|
$ codiac token
|
|
8894
8932
|
```
|
|
8895
8933
|
|
|
8896
|
-
_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)_
|
|
8897
8935
|
|
|
8898
8936
|
## `codiac identity delete [NAME]`
|
|
8899
8937
|
|
|
@@ -8918,7 +8956,7 @@ ALIASES
|
|
|
8918
8956
|
$ codiac token remove
|
|
8919
8957
|
```
|
|
8920
8958
|
|
|
8921
|
-
_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)_
|
|
8922
8960
|
|
|
8923
8961
|
## `codiac identity list`
|
|
8924
8962
|
|
|
@@ -8940,7 +8978,7 @@ ALIASES
|
|
|
8940
8978
|
$ codiac token list
|
|
8941
8979
|
```
|
|
8942
8980
|
|
|
8943
|
-
_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)_
|
|
8944
8982
|
|
|
8945
8983
|
## `codiac identity remove [NAME]`
|
|
8946
8984
|
|
|
@@ -9261,7 +9299,7 @@ DESCRIPTION
|
|
|
9261
9299
|
Saves a reference to an existing container registry.
|
|
9262
9300
|
```
|
|
9263
9301
|
|
|
9264
|
-
_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)_
|
|
9265
9303
|
|
|
9266
9304
|
## `codiac imageRegistry forget`
|
|
9267
9305
|
|
|
@@ -9282,7 +9320,7 @@ DESCRIPTION
|
|
|
9282
9320
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9283
9321
|
```
|
|
9284
9322
|
|
|
9285
|
-
_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)_
|
|
9286
9324
|
|
|
9287
9325
|
## `codiac imageRegistry list`
|
|
9288
9326
|
|
|
@@ -9324,7 +9362,7 @@ EXAMPLES
|
|
|
9324
9362
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9325
9363
|
```
|
|
9326
9364
|
|
|
9327
|
-
_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)_
|
|
9328
9366
|
|
|
9329
9367
|
## `codiac imageRegistry pullSecret set`
|
|
9330
9368
|
|
|
@@ -9360,7 +9398,7 @@ ALIASES
|
|
|
9360
9398
|
$ codiac pullsecret
|
|
9361
9399
|
```
|
|
9362
9400
|
|
|
9363
|
-
_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)_
|
|
9364
9402
|
|
|
9365
9403
|
## `codiac imageRegistry pullSecret unset`
|
|
9366
9404
|
|
|
@@ -9387,7 +9425,7 @@ ALIASES
|
|
|
9387
9425
|
$ codiac pullsecret unset
|
|
9388
9426
|
```
|
|
9389
9427
|
|
|
9390
|
-
_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)_
|
|
9391
9429
|
|
|
9392
9430
|
## `codiac images add [IMAGENAME]`
|
|
9393
9431
|
|
|
@@ -9448,7 +9486,7 @@ EXAMPLES
|
|
|
9448
9486
|
$ codiac images add your-company/your-image --to-script
|
|
9449
9487
|
```
|
|
9450
9488
|
|
|
9451
|
-
_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)_
|
|
9452
9490
|
|
|
9453
9491
|
## `codiac images list`
|
|
9454
9492
|
|
|
@@ -9471,7 +9509,7 @@ ALIASES
|
|
|
9471
9509
|
$ codiac img list
|
|
9472
9510
|
```
|
|
9473
9511
|
|
|
9474
|
-
_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)_
|
|
9475
9513
|
|
|
9476
9514
|
## `codiac images patch IMAGENAME`
|
|
9477
9515
|
|
|
@@ -9501,7 +9539,7 @@ ALIASES
|
|
|
9501
9539
|
$ codiac img patch
|
|
9502
9540
|
```
|
|
9503
9541
|
|
|
9504
|
-
_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)_
|
|
9505
9543
|
|
|
9506
9544
|
## `codiac images remove IMAGENAME`
|
|
9507
9545
|
|
|
@@ -9527,7 +9565,7 @@ ALIASES
|
|
|
9527
9565
|
$ codiac img delete
|
|
9528
9566
|
```
|
|
9529
9567
|
|
|
9530
|
-
_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)_
|
|
9531
9569
|
|
|
9532
9570
|
## `codiac images version NAME`
|
|
9533
9571
|
|
|
@@ -9553,7 +9591,7 @@ ALIASES
|
|
|
9553
9591
|
$ codiac img version get
|
|
9554
9592
|
```
|
|
9555
9593
|
|
|
9556
|
-
_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)_
|
|
9557
9595
|
|
|
9558
9596
|
## `codiac images version bump NAME`
|
|
9559
9597
|
|
|
@@ -9586,7 +9624,7 @@ ALIASES
|
|
|
9586
9624
|
$ codiac img version bump
|
|
9587
9625
|
```
|
|
9588
9626
|
|
|
9589
|
-
_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)_
|
|
9590
9628
|
|
|
9591
9629
|
## `codiac img [IMAGENAME]`
|
|
9592
9630
|
|
|
@@ -10701,7 +10739,7 @@ DESCRIPTION
|
|
|
10701
10739
|
Declares the given folder as a project root
|
|
10702
10740
|
```
|
|
10703
10741
|
|
|
10704
|
-
_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)_
|
|
10705
10743
|
|
|
10706
10744
|
## `codiac kit create`
|
|
10707
10745
|
|
|
@@ -10744,7 +10782,7 @@ EXAMPLES
|
|
|
10744
10782
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10745
10783
|
```
|
|
10746
10784
|
|
|
10747
|
-
_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)_
|
|
10748
10786
|
|
|
10749
10787
|
## `codiac login`
|
|
10750
10788
|
|
|
@@ -10803,7 +10841,7 @@ EXAMPLES
|
|
|
10803
10841
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10804
10842
|
```
|
|
10805
10843
|
|
|
10806
|
-
_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)_
|
|
10807
10845
|
|
|
10808
10846
|
## `codiac logout`
|
|
10809
10847
|
|
|
@@ -10836,7 +10874,7 @@ EXAMPLES
|
|
|
10836
10874
|
$ codiac logout --to-script
|
|
10837
10875
|
```
|
|
10838
10876
|
|
|
10839
|
-
_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)_
|
|
10840
10878
|
|
|
10841
10879
|
## `codiac merge [BRANCH]`
|
|
10842
10880
|
|
|
@@ -10857,7 +10895,7 @@ DESCRIPTION
|
|
|
10857
10895
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10858
10896
|
```
|
|
10859
10897
|
|
|
10860
|
-
_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)_
|
|
10861
10899
|
|
|
10862
10900
|
## `codiac noc cluster capture`
|
|
10863
10901
|
|
|
@@ -10909,7 +10947,7 @@ EXAMPLES
|
|
|
10909
10947
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10910
10948
|
```
|
|
10911
10949
|
|
|
10912
|
-
_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)_
|
|
10913
10951
|
|
|
10914
10952
|
## `codiac noc cluster create [NAME]`
|
|
10915
10953
|
|
|
@@ -10999,7 +11037,7 @@ FLAG DESCRIPTIONS
|
|
|
10999
11037
|
initialization is always skipped in that mode.
|
|
11000
11038
|
```
|
|
11001
11039
|
|
|
11002
|
-
_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)_
|
|
11003
11041
|
|
|
11004
11042
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11005
11043
|
|
|
@@ -11054,7 +11092,7 @@ EXAMPLES
|
|
|
11054
11092
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11055
11093
|
```
|
|
11056
11094
|
|
|
11057
|
-
_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)_
|
|
11058
11096
|
|
|
11059
11097
|
## `codiac noc cluster define [NAME]`
|
|
11060
11098
|
|
|
@@ -11128,7 +11166,7 @@ EXAMPLES
|
|
|
11128
11166
|
$ codiac noc cluster define my-cluster --to-script
|
|
11129
11167
|
```
|
|
11130
11168
|
|
|
11131
|
-
_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)_
|
|
11132
11170
|
|
|
11133
11171
|
## `codiac noc cluster deinit`
|
|
11134
11172
|
|
|
@@ -11168,7 +11206,7 @@ EXAMPLES
|
|
|
11168
11206
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11169
11207
|
```
|
|
11170
11208
|
|
|
11171
|
-
_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)_
|
|
11172
11210
|
|
|
11173
11211
|
## `codiac noc cluster destroy [NAME]`
|
|
11174
11212
|
|
|
@@ -11202,7 +11240,7 @@ ALIASES
|
|
|
11202
11240
|
$ codiac cluster destroy
|
|
11203
11241
|
```
|
|
11204
11242
|
|
|
11205
|
-
_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)_
|
|
11206
11244
|
|
|
11207
11245
|
## `codiac noc cluster forget`
|
|
11208
11246
|
|
|
@@ -11253,7 +11291,7 @@ EXAMPLES
|
|
|
11253
11291
|
$ codiac noc cluster forget --running
|
|
11254
11292
|
```
|
|
11255
11293
|
|
|
11256
|
-
_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)_
|
|
11257
11295
|
|
|
11258
11296
|
## `codiac noc cluster grant`
|
|
11259
11297
|
|
|
@@ -11291,7 +11329,7 @@ EXAMPLES
|
|
|
11291
11329
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11292
11330
|
```
|
|
11293
11331
|
|
|
11294
|
-
_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)_
|
|
11295
11333
|
|
|
11296
11334
|
## `codiac noc cluster init`
|
|
11297
11335
|
|
|
@@ -11337,7 +11375,7 @@ EXAMPLES
|
|
|
11337
11375
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11338
11376
|
```
|
|
11339
11377
|
|
|
11340
|
-
_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)_
|
|
11341
11379
|
|
|
11342
11380
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11343
11381
|
|
|
@@ -11386,7 +11424,7 @@ EXAMPLES
|
|
|
11386
11424
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11387
11425
|
```
|
|
11388
11426
|
|
|
11389
|
-
_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)_
|
|
11390
11428
|
|
|
11391
11429
|
## `codiac noc cluster list`
|
|
11392
11430
|
|
|
@@ -11447,7 +11485,7 @@ EXAMPLES
|
|
|
11447
11485
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11448
11486
|
```
|
|
11449
11487
|
|
|
11450
|
-
_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)_
|
|
11451
11489
|
|
|
11452
11490
|
## `codiac noc cluster restore [NAME]`
|
|
11453
11491
|
|
|
@@ -11507,7 +11545,7 @@ EXAMPLES
|
|
|
11507
11545
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11508
11546
|
```
|
|
11509
11547
|
|
|
11510
|
-
_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)_
|
|
11511
11549
|
|
|
11512
11550
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11513
11551
|
|
|
@@ -11541,7 +11579,7 @@ DESCRIPTION
|
|
|
11541
11579
|
Configures a package to be built and published by the project.
|
|
11542
11580
|
```
|
|
11543
11581
|
|
|
11544
|
-
_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)_
|
|
11545
11583
|
|
|
11546
11584
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11547
11585
|
|
|
@@ -11579,7 +11617,7 @@ DESCRIPTION
|
|
|
11579
11617
|
Renders the list of packages that are configured as project exports.
|
|
11580
11618
|
```
|
|
11581
11619
|
|
|
11582
|
-
_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)_
|
|
11583
11621
|
|
|
11584
11622
|
## `codiac pkg patch PACKAGENAME`
|
|
11585
11623
|
|
|
@@ -11605,7 +11643,7 @@ DESCRIPTION
|
|
|
11605
11643
|
registryUrl and/or environment.
|
|
11606
11644
|
```
|
|
11607
11645
|
|
|
11608
|
-
_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)_
|
|
11609
11647
|
|
|
11610
11648
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11611
11649
|
|
|
@@ -11628,7 +11666,7 @@ ALIASES
|
|
|
11628
11666
|
$ codiac pkg delete
|
|
11629
11667
|
```
|
|
11630
11668
|
|
|
11631
|
-
_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)_
|
|
11632
11670
|
|
|
11633
11671
|
## `codiac portal`
|
|
11634
11672
|
|
|
@@ -11661,7 +11699,7 @@ EXAMPLES
|
|
|
11661
11699
|
$ codiac portal --to-script
|
|
11662
11700
|
```
|
|
11663
11701
|
|
|
11664
|
-
_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)_
|
|
11665
11703
|
|
|
11666
11704
|
## `codiac probe create [CMD]`
|
|
11667
11705
|
|
|
@@ -11782,7 +11820,7 @@ DESCRIPTION
|
|
|
11782
11820
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11783
11821
|
```
|
|
11784
11822
|
|
|
11785
|
-
_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)_
|
|
11786
11824
|
|
|
11787
11825
|
## `codiac pull [NAME]`
|
|
11788
11826
|
|
|
@@ -11806,7 +11844,7 @@ DESCRIPTION
|
|
|
11806
11844
|
Pulls all commits from upstream to local.
|
|
11807
11845
|
```
|
|
11808
11846
|
|
|
11809
|
-
_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)_
|
|
11810
11848
|
|
|
11811
11849
|
## `codiac pullsecret`
|
|
11812
11850
|
|
|
@@ -11889,7 +11927,7 @@ DESCRIPTION
|
|
|
11889
11927
|
Pushes all local commits upstream.
|
|
11890
11928
|
```
|
|
11891
11929
|
|
|
11892
|
-
_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)_
|
|
11893
11931
|
|
|
11894
11932
|
## `codiac pvc create`
|
|
11895
11933
|
|
|
@@ -11973,7 +12011,7 @@ EXAMPLES
|
|
|
11973
12011
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
11974
12012
|
```
|
|
11975
12013
|
|
|
11976
|
-
_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)_
|
|
11977
12015
|
|
|
11978
12016
|
## `codiac pvc delete`
|
|
11979
12017
|
|
|
@@ -12020,7 +12058,7 @@ EXAMPLES
|
|
|
12020
12058
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12021
12059
|
```
|
|
12022
12060
|
|
|
12023
|
-
_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)_
|
|
12024
12062
|
|
|
12025
12063
|
## `codiac pvc get`
|
|
12026
12064
|
|
|
@@ -12061,7 +12099,7 @@ EXAMPLES
|
|
|
12061
12099
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12062
12100
|
```
|
|
12063
12101
|
|
|
12064
|
-
_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)_
|
|
12065
12103
|
|
|
12066
12104
|
## `codiac pvc list`
|
|
12067
12105
|
|
|
@@ -12104,7 +12142,7 @@ EXAMPLES
|
|
|
12104
12142
|
$ codiac pvc list -o yaml
|
|
12105
12143
|
```
|
|
12106
12144
|
|
|
12107
|
-
_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)_
|
|
12108
12146
|
|
|
12109
12147
|
## `codiac relay-version`
|
|
12110
12148
|
|
|
@@ -12121,7 +12159,7 @@ EXAMPLES
|
|
|
12121
12159
|
$ codiac relay-version
|
|
12122
12160
|
```
|
|
12123
12161
|
|
|
12124
|
-
_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)_
|
|
12125
12163
|
|
|
12126
12164
|
## `codiac run`
|
|
12127
12165
|
|
|
@@ -12163,7 +12201,7 @@ DESCRIPTION
|
|
|
12163
12201
|
Runs the latest build of the api container locally.
|
|
12164
12202
|
```
|
|
12165
12203
|
|
|
12166
|
-
_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)_
|
|
12167
12205
|
|
|
12168
12206
|
## `codiac secretStore`
|
|
12169
12207
|
|
|
@@ -12225,7 +12263,7 @@ ALIASES
|
|
|
12225
12263
|
$ codiac secretStore
|
|
12226
12264
|
```
|
|
12227
12265
|
|
|
12228
|
-
_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)_
|
|
12229
12267
|
|
|
12230
12268
|
## `codiac secretStore forget`
|
|
12231
12269
|
|
|
@@ -12246,7 +12284,7 @@ DESCRIPTION
|
|
|
12246
12284
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12247
12285
|
```
|
|
12248
12286
|
|
|
12249
|
-
_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)_
|
|
12250
12288
|
|
|
12251
12289
|
## `codiac secretStore list`
|
|
12252
12290
|
|
|
@@ -12291,7 +12329,7 @@ EXAMPLES
|
|
|
12291
12329
|
$ codiac secretStore list
|
|
12292
12330
|
```
|
|
12293
12331
|
|
|
12294
|
-
_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)_
|
|
12295
12333
|
|
|
12296
12334
|
## `codiac shell init`
|
|
12297
12335
|
|
|
@@ -12329,7 +12367,7 @@ EXAMPLES
|
|
|
12329
12367
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12330
12368
|
```
|
|
12331
12369
|
|
|
12332
|
-
_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)_
|
|
12333
12371
|
|
|
12334
12372
|
## `codiac snapshot deploy`
|
|
12335
12373
|
|
|
@@ -12357,7 +12395,7 @@ DESCRIPTION
|
|
|
12357
12395
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12358
12396
|
```
|
|
12359
12397
|
|
|
12360
|
-
_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)_
|
|
12361
12399
|
|
|
12362
12400
|
## `codiac snapshot list`
|
|
12363
12401
|
|
|
@@ -12406,7 +12444,7 @@ EXAMPLES
|
|
|
12406
12444
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12407
12445
|
```
|
|
12408
12446
|
|
|
12409
|
-
_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)_
|
|
12410
12448
|
|
|
12411
12449
|
## `codiac snapshot tag`
|
|
12412
12450
|
|
|
@@ -12449,7 +12487,7 @@ EXAMPLES
|
|
|
12449
12487
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12450
12488
|
```
|
|
12451
12489
|
|
|
12452
|
-
_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)_
|
|
12453
12491
|
|
|
12454
12492
|
## `codiac snapshot untag`
|
|
12455
12493
|
|
|
@@ -12492,7 +12530,7 @@ EXAMPLES
|
|
|
12492
12530
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12493
12531
|
```
|
|
12494
12532
|
|
|
12495
|
-
_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)_
|
|
12496
12534
|
|
|
12497
12535
|
## `codiac stage [FILES]`
|
|
12498
12536
|
|
|
@@ -12514,7 +12552,7 @@ DESCRIPTION
|
|
|
12514
12552
|
Flags files to be included in the next commit.
|
|
12515
12553
|
```
|
|
12516
12554
|
|
|
12517
|
-
_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)_
|
|
12518
12556
|
|
|
12519
12557
|
## `codiac stash [FILE]`
|
|
12520
12558
|
|
|
@@ -12536,7 +12574,7 @@ DESCRIPTION
|
|
|
12536
12574
|
describe the command here
|
|
12537
12575
|
```
|
|
12538
12576
|
|
|
12539
|
-
_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)_
|
|
12540
12578
|
|
|
12541
12579
|
## `codiac status`
|
|
12542
12580
|
|
|
@@ -12555,7 +12593,7 @@ DESCRIPTION
|
|
|
12555
12593
|
Shows the current uncommitted changes in the current branch.
|
|
12556
12594
|
```
|
|
12557
12595
|
|
|
12558
|
-
_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)_
|
|
12559
12597
|
|
|
12560
12598
|
## `codiac stop`
|
|
12561
12599
|
|
|
@@ -12573,7 +12611,7 @@ DESCRIPTION
|
|
|
12573
12611
|
Stops the running container for this project
|
|
12574
12612
|
```
|
|
12575
12613
|
|
|
12576
|
-
_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)_
|
|
12577
12615
|
|
|
12578
12616
|
## `codiac switch [NAME]`
|
|
12579
12617
|
|
|
@@ -12593,7 +12631,7 @@ DESCRIPTION
|
|
|
12593
12631
|
Changes branch on the main project and any sourced dependencies.
|
|
12594
12632
|
```
|
|
12595
12633
|
|
|
12596
|
-
_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)_
|
|
12597
12635
|
|
|
12598
12636
|
## `codiac sync [NAME]`
|
|
12599
12637
|
|
|
@@ -12618,7 +12656,7 @@ DESCRIPTION
|
|
|
12618
12656
|
Merges the given branch into the current branch.
|
|
12619
12657
|
```
|
|
12620
12658
|
|
|
12621
|
-
_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)_
|
|
12622
12660
|
|
|
12623
12661
|
## `codiac tenant create [NAME]`
|
|
12624
12662
|
|
|
@@ -12661,7 +12699,7 @@ EXAMPLES
|
|
|
12661
12699
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12662
12700
|
```
|
|
12663
12701
|
|
|
12664
|
-
_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)_
|
|
12665
12703
|
|
|
12666
12704
|
## `codiac tenant switch [CODE]`
|
|
12667
12705
|
|
|
@@ -12701,7 +12739,7 @@ EXAMPLES
|
|
|
12701
12739
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12702
12740
|
```
|
|
12703
12741
|
|
|
12704
|
-
_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)_
|
|
12705
12743
|
|
|
12706
12744
|
## `codiac token [TOKENNAME]`
|
|
12707
12745
|
|
|
@@ -12823,7 +12861,7 @@ DESCRIPTION
|
|
|
12823
12861
|
Flags files to be included in the next commit.
|
|
12824
12862
|
```
|
|
12825
12863
|
|
|
12826
|
-
_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)_
|
|
12827
12865
|
|
|
12828
12866
|
## `codiac update [CHANNEL]`
|
|
12829
12867
|
|
|
@@ -13010,7 +13048,7 @@ EXAMPLES
|
|
|
13010
13048
|
$ codiac whereami --to-script
|
|
13011
13049
|
```
|
|
13012
13050
|
|
|
13013
|
-
_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)_
|
|
13014
13052
|
|
|
13015
13053
|
## `codiac whoami`
|
|
13016
13054
|
|
|
@@ -13052,5 +13090,5 @@ EXAMPLES
|
|
|
13052
13090
|
$ codiac whoami --to-script
|
|
13053
13091
|
```
|
|
13054
13092
|
|
|
13055
|
-
_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)_
|
|
13056
13094
|
<!-- commandsstop -->
|