@codiac.io/codiac-cli 1.3.228 → 1.3.229
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 +170 -170
- package/dist/commands/config/add.js +1 -1
- package/dist/commands/config/add.js.map +1 -1
- package/oclif.manifest.json +3 -3
- 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.229 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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/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.229/src/commands/cabinet/restore.ts)_
|
|
4674
4674
|
|
|
4675
4675
|
## `codiac cfg add`
|
|
4676
4676
|
|
|
@@ -4783,12 +4783,12 @@ EXAMPLES
|
|
|
4783
4783
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
4784
4784
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
4785
4785
|
|
|
4786
|
-
Embed deploy-time context values using @{
|
|
4787
|
-
|
|
4788
|
-
|
|
4786
|
+
Embed deploy-time context values using @{...} expressions. Key paths — asset: asset.name, asset.version; cabinet:
|
|
4787
|
+
cabinet.name, cabinet.namespace; cluster: cluster.name; org: enterprise.name, environment.name, tenant.code.
|
|
4788
|
+
Resolved per cabinet at deploy time.
|
|
4789
4789
|
|
|
4790
4790
|
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
4791
|
-
'https://@{
|
|
4791
|
+
'https://@{asset.name}.@{cabinet.name}.mydomain.com'
|
|
4792
4792
|
|
|
4793
4793
|
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
4794
4794
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
@@ -4957,7 +4957,7 @@ DESCRIPTION
|
|
|
4957
4957
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4958
4958
|
```
|
|
4959
4959
|
|
|
4960
|
-
_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.229/src/commands/cli.ts)_
|
|
4961
4961
|
|
|
4962
4962
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4963
4963
|
|
|
@@ -5025,7 +5025,7 @@ EXAMPLES
|
|
|
5025
5025
|
$ codiac cluster agent configure my-cluster --to-script
|
|
5026
5026
|
```
|
|
5027
5027
|
|
|
5028
|
-
_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.229/src/commands/cluster/agent/configure.ts)_
|
|
5029
5029
|
|
|
5030
5030
|
## `codiac cluster agent install [CLUSTER]`
|
|
5031
5031
|
|
|
@@ -5081,7 +5081,7 @@ EXAMPLES
|
|
|
5081
5081
|
$ codiac cluster agent install my-cluster --to-script
|
|
5082
5082
|
```
|
|
5083
5083
|
|
|
5084
|
-
_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.229/src/commands/cluster/agent/install.ts)_
|
|
5085
5085
|
|
|
5086
5086
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
5087
5087
|
|
|
@@ -5129,7 +5129,7 @@ EXAMPLES
|
|
|
5129
5129
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
5130
5130
|
```
|
|
5131
5131
|
|
|
5132
|
-
_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.229/src/commands/cluster/agent/uninstall.ts)_
|
|
5133
5133
|
|
|
5134
5134
|
## `codiac cluster bootstrap [NAME]`
|
|
5135
5135
|
|
|
@@ -5192,7 +5192,7 @@ EXAMPLES
|
|
|
5192
5192
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5193
5193
|
```
|
|
5194
5194
|
|
|
5195
|
-
_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.229/src/commands/cluster/bootstrap.ts)_
|
|
5196
5196
|
|
|
5197
5197
|
## `codiac cluster capture`
|
|
5198
5198
|
|
|
@@ -5277,7 +5277,7 @@ EXAMPLES
|
|
|
5277
5277
|
$ codiac cluster connect my-fav-cluster
|
|
5278
5278
|
```
|
|
5279
5279
|
|
|
5280
|
-
_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.229/src/commands/cluster/connect.ts)_
|
|
5281
5281
|
|
|
5282
5282
|
## `codiac cluster contents`
|
|
5283
5283
|
|
|
@@ -5942,7 +5942,7 @@ EXAMPLES
|
|
|
5942
5942
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5943
5943
|
```
|
|
5944
5944
|
|
|
5945
|
-
_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.229/src/commands/cluster/install.ts)_
|
|
5946
5946
|
|
|
5947
5947
|
## `codiac cluster journal [CLUSTER]`
|
|
5948
5948
|
|
|
@@ -6231,7 +6231,7 @@ EXAMPLES
|
|
|
6231
6231
|
$ codiac cluster stack capture my-fav-cluster
|
|
6232
6232
|
```
|
|
6233
6233
|
|
|
6234
|
-
_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.229/src/commands/cluster/stack/capture.ts)_
|
|
6235
6235
|
|
|
6236
6236
|
## `codiac cluster stack install [CLUSTER]`
|
|
6237
6237
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ codiac cluster stack install my-cluster --to-script
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_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.229/src/commands/cluster/stack/install.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `codiac cluster stack list`
|
|
6289
6289
|
|
|
@@ -6449,7 +6449,7 @@ EXAMPLES
|
|
|
6449
6449
|
$ codiac cluster start my-fav-cluster
|
|
6450
6450
|
```
|
|
6451
6451
|
|
|
6452
|
-
_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.229/src/commands/cluster/start.ts)_
|
|
6453
6453
|
|
|
6454
6454
|
## `codiac cluster stop [CLUSTER]`
|
|
6455
6455
|
|
|
@@ -6486,7 +6486,7 @@ EXAMPLES
|
|
|
6486
6486
|
$ codiac cluster start my-fav-cluster
|
|
6487
6487
|
```
|
|
6488
6488
|
|
|
6489
|
-
_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.229/src/commands/cluster/stop.ts)_
|
|
6490
6490
|
|
|
6491
6491
|
## `codiac cluster uninstall`
|
|
6492
6492
|
|
|
@@ -6548,7 +6548,7 @@ DESCRIPTION
|
|
|
6548
6548
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_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.229/src/commands/commit.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `codiac config add`
|
|
6554
6554
|
|
|
@@ -6661,12 +6661,12 @@ EXAMPLES
|
|
|
6661
6661
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
6662
6662
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6663
6663
|
|
|
6664
|
-
Embed deploy-time context values using @{
|
|
6665
|
-
|
|
6666
|
-
|
|
6664
|
+
Embed deploy-time context values using @{...} expressions. Key paths — asset: asset.name, asset.version; cabinet:
|
|
6665
|
+
cabinet.name, cabinet.namespace; cluster: cluster.name; org: enterprise.name, environment.name, tenant.code.
|
|
6666
|
+
Resolved per cabinet at deploy time.
|
|
6667
6667
|
|
|
6668
6668
|
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
6669
|
-
'https://@{
|
|
6669
|
+
'https://@{asset.name}.@{cabinet.name}.mydomain.com'
|
|
6670
6670
|
|
|
6671
6671
|
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
6672
6672
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
@@ -6688,7 +6688,7 @@ EXAMPLES
|
|
|
6688
6688
|
--escape-expressions
|
|
6689
6689
|
```
|
|
6690
6690
|
|
|
6691
|
-
_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.229/src/commands/config/add.ts)_
|
|
6692
6692
|
|
|
6693
6693
|
## `codiac config delete [SETTING]`
|
|
6694
6694
|
|
|
@@ -6757,7 +6757,7 @@ ALIASES
|
|
|
6757
6757
|
$ codiac cfg delete
|
|
6758
6758
|
```
|
|
6759
6759
|
|
|
6760
|
-
_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.229/src/commands/config/delete.ts)_
|
|
6761
6761
|
|
|
6762
6762
|
## `codiac config deploy`
|
|
6763
6763
|
|
|
@@ -6798,7 +6798,7 @@ EXAMPLES
|
|
|
6798
6798
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6799
6799
|
```
|
|
6800
6800
|
|
|
6801
|
-
_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.229/src/commands/config/deploy.ts)_
|
|
6802
6802
|
|
|
6803
6803
|
## `codiac config import`
|
|
6804
6804
|
|
|
@@ -6859,7 +6859,7 @@ EXAMPLES
|
|
|
6859
6859
|
$ codiac config import -a my-asset -s ./helm-values.yaml -c dev --escape-expressions
|
|
6860
6860
|
```
|
|
6861
6861
|
|
|
6862
|
-
_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.229/src/commands/config/import.ts)_
|
|
6863
6863
|
|
|
6864
6864
|
## `codiac config preview [SETTING]`
|
|
6865
6865
|
|
|
@@ -7035,12 +7035,12 @@ EXAMPLES
|
|
|
7035
7035
|
cod config set -a api -c dev -f '/some-managed-service.pem' --entire-file --value \
|
|
7036
7036
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
7037
7037
|
|
|
7038
|
-
Embed deploy-time context values using @{
|
|
7039
|
-
|
|
7040
|
-
|
|
7038
|
+
Embed deploy-time context values using @{...} expressions. Key paths — asset: asset.name, asset.version; cabinet:
|
|
7039
|
+
cabinet.name, cabinet.namespace; cluster: cluster.name; org: enterprise.name, environment.name, tenant.code.
|
|
7040
|
+
Resolved per cabinet at deploy time.
|
|
7041
7041
|
|
|
7042
7042
|
cod config set -a api -c dev -t env --setting API_URL --value \
|
|
7043
|
-
'https://@{
|
|
7043
|
+
'https://@{asset.name}.@{cabinet.name}.mydomain.com'
|
|
7044
7044
|
|
|
7045
7045
|
Resolve the hostname for an existing `cod host map` entry via the @{$hostmap(strategy, domain)} inline expression.
|
|
7046
7046
|
Useful when a helm chart owns its own Ingress and needs the Codiac-resolved host. Run `cod host list` to see
|
|
@@ -7130,7 +7130,7 @@ DESCRIPTION
|
|
|
7130
7130
|
Shows the list of clusters.
|
|
7131
7131
|
```
|
|
7132
7132
|
|
|
7133
|
-
_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.229/src/commands/config/settings/get.ts)_
|
|
7134
7134
|
|
|
7135
7135
|
## `codiac config view [SETTING]`
|
|
7136
7136
|
|
|
@@ -7195,7 +7195,7 @@ EXAMPLES
|
|
|
7195
7195
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
7196
7196
|
```
|
|
7197
7197
|
|
|
7198
|
-
_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.229/src/commands/config/view.ts)_
|
|
7199
7199
|
|
|
7200
7200
|
## `codiac csp creds list`
|
|
7201
7201
|
|
|
@@ -7243,7 +7243,7 @@ EXAMPLES
|
|
|
7243
7243
|
$ codiac csp creds list
|
|
7244
7244
|
```
|
|
7245
7245
|
|
|
7246
|
-
_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.229/src/commands/csp/creds/list.ts)_
|
|
7247
7247
|
|
|
7248
7248
|
## `codiac csp login [PROVIDER]`
|
|
7249
7249
|
|
|
@@ -7321,7 +7321,7 @@ EXAMPLES
|
|
|
7321
7321
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
7322
7322
|
```
|
|
7323
7323
|
|
|
7324
|
-
_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.229/src/commands/csp/login.ts)_
|
|
7325
7325
|
|
|
7326
7326
|
## `codiac csp logout [PROVIDER]`
|
|
7327
7327
|
|
|
@@ -7368,7 +7368,7 @@ EXAMPLES
|
|
|
7368
7368
|
$ codiac csp logout azure --to-script
|
|
7369
7369
|
```
|
|
7370
7370
|
|
|
7371
|
-
_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.229/src/commands/csp/logout.ts)_
|
|
7372
7372
|
|
|
7373
7373
|
## `codiac dep [NAME]`
|
|
7374
7374
|
|
|
@@ -7389,7 +7389,7 @@ DESCRIPTION
|
|
|
7389
7389
|
Installs a package into current project.
|
|
7390
7390
|
```
|
|
7391
7391
|
|
|
7392
|
-
_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.229/src/commands/dep.ts)_
|
|
7393
7393
|
|
|
7394
7394
|
## `codiac dep create [URL]`
|
|
7395
7395
|
|
|
@@ -7413,7 +7413,7 @@ DESCRIPTION
|
|
|
7413
7413
|
package version is used.
|
|
7414
7414
|
```
|
|
7415
7415
|
|
|
7416
|
-
_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.229/src/commands/dep/create.ts)_
|
|
7417
7417
|
|
|
7418
7418
|
## `codiac dep install`
|
|
7419
7419
|
|
|
@@ -7430,7 +7430,7 @@ DESCRIPTION
|
|
|
7430
7430
|
installs any missing dependency packages into the local project folder.
|
|
7431
7431
|
```
|
|
7432
7432
|
|
|
7433
|
-
_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.229/src/commands/dep/install.ts)_
|
|
7434
7434
|
|
|
7435
7435
|
## `codiac dep list`
|
|
7436
7436
|
|
|
@@ -7447,7 +7447,7 @@ DESCRIPTION
|
|
|
7447
7447
|
Shows the dependencies for the project.
|
|
7448
7448
|
```
|
|
7449
7449
|
|
|
7450
|
-
_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.229/src/commands/dep/list.ts)_
|
|
7451
7451
|
|
|
7452
7452
|
## `codiac dep remove [NAME]`
|
|
7453
7453
|
|
|
@@ -7470,7 +7470,7 @@ DESCRIPTION
|
|
|
7470
7470
|
Removes a dependency from the project.
|
|
7471
7471
|
```
|
|
7472
7472
|
|
|
7473
|
-
_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.229/src/commands/dep/remove.ts)_
|
|
7474
7474
|
|
|
7475
7475
|
## `codiac dep source [NAME]`
|
|
7476
7476
|
|
|
@@ -7496,7 +7496,7 @@ ALIASES
|
|
|
7496
7496
|
$ codiac dep src
|
|
7497
7497
|
```
|
|
7498
7498
|
|
|
7499
|
-
_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.229/src/commands/dep/source.ts)_
|
|
7500
7500
|
|
|
7501
7501
|
## `codiac dep src [NAME]`
|
|
7502
7502
|
|
|
@@ -7540,7 +7540,7 @@ DESCRIPTION
|
|
|
7540
7540
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7541
7541
|
```
|
|
7542
7542
|
|
|
7543
|
-
_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.229/src/commands/dep/syncup.ts)_
|
|
7544
7544
|
|
|
7545
7545
|
## `codiac dep unsource [NAME]`
|
|
7546
7546
|
|
|
@@ -7568,7 +7568,7 @@ ALIASES
|
|
|
7568
7568
|
$ codiac dep unsrc
|
|
7569
7569
|
```
|
|
7570
7570
|
|
|
7571
|
-
_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.229/src/commands/dep/unsource.ts)_
|
|
7572
7572
|
|
|
7573
7573
|
## `codiac dep unsrc [NAME]`
|
|
7574
7574
|
|
|
@@ -7615,7 +7615,7 @@ DESCRIPTION
|
|
|
7615
7615
|
describe the command here
|
|
7616
7616
|
```
|
|
7617
7617
|
|
|
7618
|
-
_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.229/src/commands/dep/upgrade.ts)_
|
|
7619
7619
|
|
|
7620
7620
|
## `codiac deploy`
|
|
7621
7621
|
|
|
@@ -7668,7 +7668,7 @@ EXAMPLES
|
|
|
7668
7668
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7669
7669
|
```
|
|
7670
7670
|
|
|
7671
|
-
_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.229/src/commands/deploy.ts)_
|
|
7672
7672
|
|
|
7673
7673
|
## `codiac domain map [DOMAIN]`
|
|
7674
7674
|
|
|
@@ -7824,7 +7824,7 @@ EXAMPLES
|
|
|
7824
7824
|
cod enterprise create my-enterprise-code --silent
|
|
7825
7825
|
```
|
|
7826
7826
|
|
|
7827
|
-
_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.229/src/commands/enterprise/create.ts)_
|
|
7828
7828
|
|
|
7829
7829
|
## `codiac enterprise list`
|
|
7830
7830
|
|
|
@@ -7879,7 +7879,7 @@ EXAMPLES
|
|
|
7879
7879
|
$ codiac enterprise list --to-script
|
|
7880
7880
|
```
|
|
7881
7881
|
|
|
7882
|
-
_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.229/src/commands/enterprise/list.ts)_
|
|
7883
7883
|
|
|
7884
7884
|
## `codiac env add [SETTING]`
|
|
7885
7885
|
|
|
@@ -7929,7 +7929,7 @@ EXAMPLES
|
|
|
7929
7929
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7930
7930
|
```
|
|
7931
7931
|
|
|
7932
|
-
_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.229/src/commands/env/add.ts)_
|
|
7933
7933
|
|
|
7934
7934
|
## `codiac enviro cluster attach`
|
|
7935
7935
|
|
|
@@ -8232,7 +8232,7 @@ ALIASES
|
|
|
8232
8232
|
$ codiac infrx enviro cluster attach
|
|
8233
8233
|
```
|
|
8234
8234
|
|
|
8235
|
-
_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.229/src/commands/environment/cluster/attach.ts)_
|
|
8236
8236
|
|
|
8237
8237
|
## `codiac environment cluster detach`
|
|
8238
8238
|
|
|
@@ -8278,7 +8278,7 @@ ALIASES
|
|
|
8278
8278
|
$ codiac infrx enviro cluster detach
|
|
8279
8279
|
```
|
|
8280
8280
|
|
|
8281
|
-
_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.229/src/commands/environment/cluster/detach.ts)_
|
|
8282
8282
|
|
|
8283
8283
|
## `codiac environment create [NAME]`
|
|
8284
8284
|
|
|
@@ -8341,7 +8341,7 @@ EXAMPLES
|
|
|
8341
8341
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
8342
8342
|
```
|
|
8343
8343
|
|
|
8344
|
-
_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.229/src/commands/environment/create.ts)_
|
|
8345
8345
|
|
|
8346
8346
|
## `codiac environment delete [NAME]`
|
|
8347
8347
|
|
|
@@ -8402,7 +8402,7 @@ EXAMPLES
|
|
|
8402
8402
|
$ codiac environment delete dev --enterprise main --to-script
|
|
8403
8403
|
```
|
|
8404
8404
|
|
|
8405
|
-
_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.229/src/commands/environment/delete.ts)_
|
|
8406
8406
|
|
|
8407
8407
|
## `codiac environment list`
|
|
8408
8408
|
|
|
@@ -8453,7 +8453,7 @@ EXAMPLES
|
|
|
8453
8453
|
$ codiac environment list -e myEnterprise --silent
|
|
8454
8454
|
```
|
|
8455
8455
|
|
|
8456
|
-
_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.229/src/commands/environment/list.ts)_
|
|
8457
8457
|
|
|
8458
8458
|
## `codiac fileshare capture`
|
|
8459
8459
|
|
|
@@ -8537,7 +8537,7 @@ ALIASES
|
|
|
8537
8537
|
$ codiac fileshare capture
|
|
8538
8538
|
```
|
|
8539
8539
|
|
|
8540
|
-
_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.229/src/commands/filestore/capture.ts)_
|
|
8541
8541
|
|
|
8542
8542
|
## `codiac filestore forget`
|
|
8543
8543
|
|
|
@@ -8584,7 +8584,7 @@ EXAMPLES
|
|
|
8584
8584
|
$ codiac filestore forget
|
|
8585
8585
|
```
|
|
8586
8586
|
|
|
8587
|
-
_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.229/src/commands/filestore/forget.ts)_
|
|
8588
8588
|
|
|
8589
8589
|
## `codiac filestore list`
|
|
8590
8590
|
|
|
@@ -8630,7 +8630,7 @@ EXAMPLES
|
|
|
8630
8630
|
$ codiac filestore list
|
|
8631
8631
|
```
|
|
8632
8632
|
|
|
8633
|
-
_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.229/src/commands/filestore/list.ts)_
|
|
8634
8634
|
|
|
8635
8635
|
## `codiac help [COMMANDS]`
|
|
8636
8636
|
|
|
@@ -8716,7 +8716,7 @@ EXAMPLES
|
|
|
8716
8716
|
$ codiac host delete
|
|
8717
8717
|
```
|
|
8718
8718
|
|
|
8719
|
-
_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.229/src/commands/host/delete.ts)_
|
|
8720
8720
|
|
|
8721
8721
|
## `codiac host list [DOMAIN]`
|
|
8722
8722
|
|
|
@@ -8760,7 +8760,7 @@ EXAMPLES
|
|
|
8760
8760
|
$ codiac host list
|
|
8761
8761
|
```
|
|
8762
8762
|
|
|
8763
|
-
_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.229/src/commands/host/list.ts)_
|
|
8764
8764
|
|
|
8765
8765
|
## `codiac host map [DOMAIN]`
|
|
8766
8766
|
|
|
@@ -8814,7 +8814,7 @@ EXAMPLES
|
|
|
8814
8814
|
$ codiac host map mywebsite.com -e main -v primero-dev -n svc_dot_cab_dot_domain --silent
|
|
8815
8815
|
```
|
|
8816
8816
|
|
|
8817
|
-
_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.229/src/commands/host/map.ts)_
|
|
8818
8818
|
|
|
8819
8819
|
## `codiac host view [DOMAIN]`
|
|
8820
8820
|
|
|
@@ -8859,7 +8859,7 @@ EXAMPLES
|
|
|
8859
8859
|
$ codiac host view
|
|
8860
8860
|
```
|
|
8861
8861
|
|
|
8862
|
-
_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.229/src/commands/host/view.ts)_
|
|
8863
8863
|
|
|
8864
8864
|
## `codiac identify [TOKENNAME]`
|
|
8865
8865
|
|
|
@@ -8931,7 +8931,7 @@ ALIASES
|
|
|
8931
8931
|
$ codiac token
|
|
8932
8932
|
```
|
|
8933
8933
|
|
|
8934
|
-
_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.229/src/commands/identity.ts)_
|
|
8935
8935
|
|
|
8936
8936
|
## `codiac identity delete [NAME]`
|
|
8937
8937
|
|
|
@@ -8956,7 +8956,7 @@ ALIASES
|
|
|
8956
8956
|
$ codiac token remove
|
|
8957
8957
|
```
|
|
8958
8958
|
|
|
8959
|
-
_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.229/src/commands/identity/delete.ts)_
|
|
8960
8960
|
|
|
8961
8961
|
## `codiac identity list`
|
|
8962
8962
|
|
|
@@ -8978,7 +8978,7 @@ ALIASES
|
|
|
8978
8978
|
$ codiac token list
|
|
8979
8979
|
```
|
|
8980
8980
|
|
|
8981
|
-
_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.229/src/commands/identity/list.ts)_
|
|
8982
8982
|
|
|
8983
8983
|
## `codiac identity remove [NAME]`
|
|
8984
8984
|
|
|
@@ -9299,7 +9299,7 @@ DESCRIPTION
|
|
|
9299
9299
|
Saves a reference to an existing container registry.
|
|
9300
9300
|
```
|
|
9301
9301
|
|
|
9302
|
-
_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.229/src/commands/imageRegistry/capture.ts)_
|
|
9303
9303
|
|
|
9304
9304
|
## `codiac imageRegistry forget`
|
|
9305
9305
|
|
|
@@ -9320,7 +9320,7 @@ DESCRIPTION
|
|
|
9320
9320
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
9321
9321
|
```
|
|
9322
9322
|
|
|
9323
|
-
_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.229/src/commands/imageRegistry/forget.ts)_
|
|
9324
9324
|
|
|
9325
9325
|
## `codiac imageRegistry list`
|
|
9326
9326
|
|
|
@@ -9362,7 +9362,7 @@ EXAMPLES
|
|
|
9362
9362
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
9363
9363
|
```
|
|
9364
9364
|
|
|
9365
|
-
_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.229/src/commands/imageRegistry/list.ts)_
|
|
9366
9366
|
|
|
9367
9367
|
## `codiac imageRegistry pullSecret set`
|
|
9368
9368
|
|
|
@@ -9398,7 +9398,7 @@ ALIASES
|
|
|
9398
9398
|
$ codiac pullsecret
|
|
9399
9399
|
```
|
|
9400
9400
|
|
|
9401
|
-
_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.229/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
9402
9402
|
|
|
9403
9403
|
## `codiac imageRegistry pullSecret unset`
|
|
9404
9404
|
|
|
@@ -9425,7 +9425,7 @@ ALIASES
|
|
|
9425
9425
|
$ codiac pullsecret unset
|
|
9426
9426
|
```
|
|
9427
9427
|
|
|
9428
|
-
_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.229/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
9429
9429
|
|
|
9430
9430
|
## `codiac images add [IMAGENAME]`
|
|
9431
9431
|
|
|
@@ -9486,7 +9486,7 @@ EXAMPLES
|
|
|
9486
9486
|
$ codiac images add your-company/your-image --to-script
|
|
9487
9487
|
```
|
|
9488
9488
|
|
|
9489
|
-
_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.229/src/commands/images/add.ts)_
|
|
9490
9490
|
|
|
9491
9491
|
## `codiac images list`
|
|
9492
9492
|
|
|
@@ -9509,7 +9509,7 @@ ALIASES
|
|
|
9509
9509
|
$ codiac img list
|
|
9510
9510
|
```
|
|
9511
9511
|
|
|
9512
|
-
_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.229/src/commands/images/list.ts)_
|
|
9513
9513
|
|
|
9514
9514
|
## `codiac images patch IMAGENAME`
|
|
9515
9515
|
|
|
@@ -9539,7 +9539,7 @@ ALIASES
|
|
|
9539
9539
|
$ codiac img patch
|
|
9540
9540
|
```
|
|
9541
9541
|
|
|
9542
|
-
_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.229/src/commands/images/patch.ts)_
|
|
9543
9543
|
|
|
9544
9544
|
## `codiac images remove IMAGENAME`
|
|
9545
9545
|
|
|
@@ -9565,7 +9565,7 @@ ALIASES
|
|
|
9565
9565
|
$ codiac img delete
|
|
9566
9566
|
```
|
|
9567
9567
|
|
|
9568
|
-
_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.229/src/commands/images/remove.ts)_
|
|
9569
9569
|
|
|
9570
9570
|
## `codiac images version NAME`
|
|
9571
9571
|
|
|
@@ -9591,7 +9591,7 @@ ALIASES
|
|
|
9591
9591
|
$ codiac img version get
|
|
9592
9592
|
```
|
|
9593
9593
|
|
|
9594
|
-
_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.229/src/commands/images/version.ts)_
|
|
9595
9595
|
|
|
9596
9596
|
## `codiac images version bump NAME`
|
|
9597
9597
|
|
|
@@ -9624,7 +9624,7 @@ ALIASES
|
|
|
9624
9624
|
$ codiac img version bump
|
|
9625
9625
|
```
|
|
9626
9626
|
|
|
9627
|
-
_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.229/src/commands/images/version/bump.ts)_
|
|
9628
9628
|
|
|
9629
9629
|
## `codiac img [IMAGENAME]`
|
|
9630
9630
|
|
|
@@ -10739,7 +10739,7 @@ DESCRIPTION
|
|
|
10739
10739
|
Declares the given folder as a project root
|
|
10740
10740
|
```
|
|
10741
10741
|
|
|
10742
|
-
_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.229/src/commands/init.ts)_
|
|
10743
10743
|
|
|
10744
10744
|
## `codiac kit create`
|
|
10745
10745
|
|
|
@@ -10782,7 +10782,7 @@ EXAMPLES
|
|
|
10782
10782
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10783
10783
|
```
|
|
10784
10784
|
|
|
10785
|
-
_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.229/src/commands/kit/create.ts)_
|
|
10786
10786
|
|
|
10787
10787
|
## `codiac login`
|
|
10788
10788
|
|
|
@@ -10841,7 +10841,7 @@ EXAMPLES
|
|
|
10841
10841
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10842
10842
|
```
|
|
10843
10843
|
|
|
10844
|
-
_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.229/src/commands/login.ts)_
|
|
10845
10845
|
|
|
10846
10846
|
## `codiac logout`
|
|
10847
10847
|
|
|
@@ -10874,7 +10874,7 @@ EXAMPLES
|
|
|
10874
10874
|
$ codiac logout --to-script
|
|
10875
10875
|
```
|
|
10876
10876
|
|
|
10877
|
-
_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.229/src/commands/logout.ts)_
|
|
10878
10878
|
|
|
10879
10879
|
## `codiac merge [BRANCH]`
|
|
10880
10880
|
|
|
@@ -10895,7 +10895,7 @@ DESCRIPTION
|
|
|
10895
10895
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10896
10896
|
```
|
|
10897
10897
|
|
|
10898
|
-
_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.229/src/commands/merge.ts)_
|
|
10899
10899
|
|
|
10900
10900
|
## `codiac noc cluster capture`
|
|
10901
10901
|
|
|
@@ -10947,7 +10947,7 @@ EXAMPLES
|
|
|
10947
10947
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10948
10948
|
```
|
|
10949
10949
|
|
|
10950
|
-
_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.229/src/commands/noc/cluster/capture.ts)_
|
|
10951
10951
|
|
|
10952
10952
|
## `codiac noc cluster create [NAME]`
|
|
10953
10953
|
|
|
@@ -11037,7 +11037,7 @@ FLAG DESCRIPTIONS
|
|
|
11037
11037
|
initialization is always skipped in that mode.
|
|
11038
11038
|
```
|
|
11039
11039
|
|
|
11040
|
-
_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.229/src/commands/noc/cluster/create.ts)_
|
|
11041
11041
|
|
|
11042
11042
|
## `codiac noc cluster credentials-set [NAME]`
|
|
11043
11043
|
|
|
@@ -11092,7 +11092,7 @@ EXAMPLES
|
|
|
11092
11092
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
11093
11093
|
```
|
|
11094
11094
|
|
|
11095
|
-
_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.229/src/commands/noc/cluster/credentials-set.ts)_
|
|
11096
11096
|
|
|
11097
11097
|
## `codiac noc cluster define [NAME]`
|
|
11098
11098
|
|
|
@@ -11166,7 +11166,7 @@ EXAMPLES
|
|
|
11166
11166
|
$ codiac noc cluster define my-cluster --to-script
|
|
11167
11167
|
```
|
|
11168
11168
|
|
|
11169
|
-
_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.229/src/commands/noc/cluster/define.ts)_
|
|
11170
11170
|
|
|
11171
11171
|
## `codiac noc cluster deinit`
|
|
11172
11172
|
|
|
@@ -11206,7 +11206,7 @@ EXAMPLES
|
|
|
11206
11206
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
11207
11207
|
```
|
|
11208
11208
|
|
|
11209
|
-
_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.229/src/commands/noc/cluster/deinit.ts)_
|
|
11210
11210
|
|
|
11211
11211
|
## `codiac noc cluster destroy [NAME]`
|
|
11212
11212
|
|
|
@@ -11240,7 +11240,7 @@ ALIASES
|
|
|
11240
11240
|
$ codiac cluster destroy
|
|
11241
11241
|
```
|
|
11242
11242
|
|
|
11243
|
-
_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.229/src/commands/noc/cluster/destroy.ts)_
|
|
11244
11244
|
|
|
11245
11245
|
## `codiac noc cluster forget`
|
|
11246
11246
|
|
|
@@ -11291,7 +11291,7 @@ EXAMPLES
|
|
|
11291
11291
|
$ codiac noc cluster forget --running
|
|
11292
11292
|
```
|
|
11293
11293
|
|
|
11294
|
-
_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.229/src/commands/noc/cluster/forget.ts)_
|
|
11295
11295
|
|
|
11296
11296
|
## `codiac noc cluster grant`
|
|
11297
11297
|
|
|
@@ -11329,7 +11329,7 @@ EXAMPLES
|
|
|
11329
11329
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
11330
11330
|
```
|
|
11331
11331
|
|
|
11332
|
-
_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.229/src/commands/noc/cluster/grant.ts)_
|
|
11333
11333
|
|
|
11334
11334
|
## `codiac noc cluster init`
|
|
11335
11335
|
|
|
@@ -11375,7 +11375,7 @@ EXAMPLES
|
|
|
11375
11375
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
11376
11376
|
```
|
|
11377
11377
|
|
|
11378
|
-
_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.229/src/commands/noc/cluster/init.ts)_
|
|
11379
11379
|
|
|
11380
11380
|
## `codiac noc cluster journal [CLUSTER]`
|
|
11381
11381
|
|
|
@@ -11424,7 +11424,7 @@ EXAMPLES
|
|
|
11424
11424
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
11425
11425
|
```
|
|
11426
11426
|
|
|
11427
|
-
_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.229/src/commands/noc/cluster/journal.ts)_
|
|
11428
11428
|
|
|
11429
11429
|
## `codiac noc cluster list`
|
|
11430
11430
|
|
|
@@ -11485,7 +11485,7 @@ EXAMPLES
|
|
|
11485
11485
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11486
11486
|
```
|
|
11487
11487
|
|
|
11488
|
-
_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.229/src/commands/noc/cluster/list.ts)_
|
|
11489
11489
|
|
|
11490
11490
|
## `codiac noc cluster restore [NAME]`
|
|
11491
11491
|
|
|
@@ -11545,7 +11545,7 @@ EXAMPLES
|
|
|
11545
11545
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11546
11546
|
```
|
|
11547
11547
|
|
|
11548
|
-
_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.229/src/commands/noc/cluster/restore.ts)_
|
|
11549
11549
|
|
|
11550
11550
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11551
11551
|
|
|
@@ -11579,7 +11579,7 @@ DESCRIPTION
|
|
|
11579
11579
|
Configures a package to be built and published by the project.
|
|
11580
11580
|
```
|
|
11581
11581
|
|
|
11582
|
-
_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.229/src/commands/pkg/add.ts)_
|
|
11583
11583
|
|
|
11584
11584
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11585
11585
|
|
|
@@ -11617,7 +11617,7 @@ DESCRIPTION
|
|
|
11617
11617
|
Renders the list of packages that are configured as project exports.
|
|
11618
11618
|
```
|
|
11619
11619
|
|
|
11620
|
-
_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.229/src/commands/pkg/list.ts)_
|
|
11621
11621
|
|
|
11622
11622
|
## `codiac pkg patch PACKAGENAME`
|
|
11623
11623
|
|
|
@@ -11643,7 +11643,7 @@ DESCRIPTION
|
|
|
11643
11643
|
registryUrl and/or environment.
|
|
11644
11644
|
```
|
|
11645
11645
|
|
|
11646
|
-
_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.229/src/commands/pkg/patch.ts)_
|
|
11647
11647
|
|
|
11648
11648
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11649
11649
|
|
|
@@ -11666,7 +11666,7 @@ ALIASES
|
|
|
11666
11666
|
$ codiac pkg delete
|
|
11667
11667
|
```
|
|
11668
11668
|
|
|
11669
|
-
_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.229/src/commands/pkg/remove.ts)_
|
|
11670
11670
|
|
|
11671
11671
|
## `codiac portal`
|
|
11672
11672
|
|
|
@@ -11699,7 +11699,7 @@ EXAMPLES
|
|
|
11699
11699
|
$ codiac portal --to-script
|
|
11700
11700
|
```
|
|
11701
11701
|
|
|
11702
|
-
_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.229/src/commands/portal.ts)_
|
|
11703
11703
|
|
|
11704
11704
|
## `codiac probe create [CMD]`
|
|
11705
11705
|
|
|
@@ -11820,7 +11820,7 @@ DESCRIPTION
|
|
|
11820
11820
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11821
11821
|
```
|
|
11822
11822
|
|
|
11823
|
-
_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.229/src/commands/publish.ts)_
|
|
11824
11824
|
|
|
11825
11825
|
## `codiac pull [NAME]`
|
|
11826
11826
|
|
|
@@ -11844,7 +11844,7 @@ DESCRIPTION
|
|
|
11844
11844
|
Pulls all commits from upstream to local.
|
|
11845
11845
|
```
|
|
11846
11846
|
|
|
11847
|
-
_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.229/src/commands/pull.ts)_
|
|
11848
11848
|
|
|
11849
11849
|
## `codiac pullsecret`
|
|
11850
11850
|
|
|
@@ -11927,7 +11927,7 @@ DESCRIPTION
|
|
|
11927
11927
|
Pushes all local commits upstream.
|
|
11928
11928
|
```
|
|
11929
11929
|
|
|
11930
|
-
_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.229/src/commands/push.ts)_
|
|
11931
11931
|
|
|
11932
11932
|
## `codiac pvc create`
|
|
11933
11933
|
|
|
@@ -12011,7 +12011,7 @@ EXAMPLES
|
|
|
12011
12011
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
12012
12012
|
```
|
|
12013
12013
|
|
|
12014
|
-
_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.229/src/commands/pvc/create.ts)_
|
|
12015
12015
|
|
|
12016
12016
|
## `codiac pvc delete`
|
|
12017
12017
|
|
|
@@ -12058,7 +12058,7 @@ EXAMPLES
|
|
|
12058
12058
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
12059
12059
|
```
|
|
12060
12060
|
|
|
12061
|
-
_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.229/src/commands/pvc/delete.ts)_
|
|
12062
12062
|
|
|
12063
12063
|
## `codiac pvc get`
|
|
12064
12064
|
|
|
@@ -12099,7 +12099,7 @@ EXAMPLES
|
|
|
12099
12099
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
12100
12100
|
```
|
|
12101
12101
|
|
|
12102
|
-
_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.229/src/commands/pvc/get.ts)_
|
|
12103
12103
|
|
|
12104
12104
|
## `codiac pvc list`
|
|
12105
12105
|
|
|
@@ -12142,7 +12142,7 @@ EXAMPLES
|
|
|
12142
12142
|
$ codiac pvc list -o yaml
|
|
12143
12143
|
```
|
|
12144
12144
|
|
|
12145
|
-
_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.229/src/commands/pvc/list.ts)_
|
|
12146
12146
|
|
|
12147
12147
|
## `codiac relay-version`
|
|
12148
12148
|
|
|
@@ -12159,7 +12159,7 @@ EXAMPLES
|
|
|
12159
12159
|
$ codiac relay-version
|
|
12160
12160
|
```
|
|
12161
12161
|
|
|
12162
|
-
_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.229/src/commands/relay-version.ts)_
|
|
12163
12163
|
|
|
12164
12164
|
## `codiac run`
|
|
12165
12165
|
|
|
@@ -12201,7 +12201,7 @@ DESCRIPTION
|
|
|
12201
12201
|
Runs the latest build of the api container locally.
|
|
12202
12202
|
```
|
|
12203
12203
|
|
|
12204
|
-
_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.229/src/commands/run.ts)_
|
|
12205
12205
|
|
|
12206
12206
|
## `codiac secretStore`
|
|
12207
12207
|
|
|
@@ -12263,7 +12263,7 @@ ALIASES
|
|
|
12263
12263
|
$ codiac secretStore
|
|
12264
12264
|
```
|
|
12265
12265
|
|
|
12266
|
-
_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.229/src/commands/secretStore/capture.ts)_
|
|
12267
12267
|
|
|
12268
12268
|
## `codiac secretStore forget`
|
|
12269
12269
|
|
|
@@ -12284,7 +12284,7 @@ DESCRIPTION
|
|
|
12284
12284
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
12285
12285
|
```
|
|
12286
12286
|
|
|
12287
|
-
_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.229/src/commands/secretStore/forget.ts)_
|
|
12288
12288
|
|
|
12289
12289
|
## `codiac secretStore list`
|
|
12290
12290
|
|
|
@@ -12329,7 +12329,7 @@ EXAMPLES
|
|
|
12329
12329
|
$ codiac secretStore list
|
|
12330
12330
|
```
|
|
12331
12331
|
|
|
12332
|
-
_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.229/src/commands/secretStore/list.ts)_
|
|
12333
12333
|
|
|
12334
12334
|
## `codiac shell init`
|
|
12335
12335
|
|
|
@@ -12367,7 +12367,7 @@ EXAMPLES
|
|
|
12367
12367
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
12368
12368
|
```
|
|
12369
12369
|
|
|
12370
|
-
_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.229/src/commands/shell/init.ts)_
|
|
12371
12371
|
|
|
12372
12372
|
## `codiac snapshot deploy`
|
|
12373
12373
|
|
|
@@ -12395,7 +12395,7 @@ DESCRIPTION
|
|
|
12395
12395
|
Deploys all assets in a snapshot to a target cabinet.
|
|
12396
12396
|
```
|
|
12397
12397
|
|
|
12398
|
-
_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.229/src/commands/snapshot/deploy.ts)_
|
|
12399
12399
|
|
|
12400
12400
|
## `codiac snapshot list`
|
|
12401
12401
|
|
|
@@ -12444,7 +12444,7 @@ EXAMPLES
|
|
|
12444
12444
|
$ codiac snapshot list -e myEnterprise --silent
|
|
12445
12445
|
```
|
|
12446
12446
|
|
|
12447
|
-
_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.229/src/commands/snapshot/list.ts)_
|
|
12448
12448
|
|
|
12449
12449
|
## `codiac snapshot tag`
|
|
12450
12450
|
|
|
@@ -12487,7 +12487,7 @@ EXAMPLES
|
|
|
12487
12487
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12488
12488
|
```
|
|
12489
12489
|
|
|
12490
|
-
_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.229/src/commands/snapshot/tag.ts)_
|
|
12491
12491
|
|
|
12492
12492
|
## `codiac snapshot untag`
|
|
12493
12493
|
|
|
@@ -12530,7 +12530,7 @@ EXAMPLES
|
|
|
12530
12530
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12531
12531
|
```
|
|
12532
12532
|
|
|
12533
|
-
_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.229/src/commands/snapshot/untag.ts)_
|
|
12534
12534
|
|
|
12535
12535
|
## `codiac stage [FILES]`
|
|
12536
12536
|
|
|
@@ -12552,7 +12552,7 @@ DESCRIPTION
|
|
|
12552
12552
|
Flags files to be included in the next commit.
|
|
12553
12553
|
```
|
|
12554
12554
|
|
|
12555
|
-
_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.229/src/commands/stage.ts)_
|
|
12556
12556
|
|
|
12557
12557
|
## `codiac stash [FILE]`
|
|
12558
12558
|
|
|
@@ -12574,7 +12574,7 @@ DESCRIPTION
|
|
|
12574
12574
|
describe the command here
|
|
12575
12575
|
```
|
|
12576
12576
|
|
|
12577
|
-
_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.229/src/commands/stash.ts)_
|
|
12578
12578
|
|
|
12579
12579
|
## `codiac status`
|
|
12580
12580
|
|
|
@@ -12593,7 +12593,7 @@ DESCRIPTION
|
|
|
12593
12593
|
Shows the current uncommitted changes in the current branch.
|
|
12594
12594
|
```
|
|
12595
12595
|
|
|
12596
|
-
_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.229/src/commands/status.ts)_
|
|
12597
12597
|
|
|
12598
12598
|
## `codiac stop`
|
|
12599
12599
|
|
|
@@ -12611,7 +12611,7 @@ DESCRIPTION
|
|
|
12611
12611
|
Stops the running container for this project
|
|
12612
12612
|
```
|
|
12613
12613
|
|
|
12614
|
-
_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.229/src/commands/stop.ts)_
|
|
12615
12615
|
|
|
12616
12616
|
## `codiac switch [NAME]`
|
|
12617
12617
|
|
|
@@ -12631,7 +12631,7 @@ DESCRIPTION
|
|
|
12631
12631
|
Changes branch on the main project and any sourced dependencies.
|
|
12632
12632
|
```
|
|
12633
12633
|
|
|
12634
|
-
_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.229/src/commands/switch.ts)_
|
|
12635
12635
|
|
|
12636
12636
|
## `codiac sync [NAME]`
|
|
12637
12637
|
|
|
@@ -12656,7 +12656,7 @@ DESCRIPTION
|
|
|
12656
12656
|
Merges the given branch into the current branch.
|
|
12657
12657
|
```
|
|
12658
12658
|
|
|
12659
|
-
_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.229/src/commands/sync.ts)_
|
|
12660
12660
|
|
|
12661
12661
|
## `codiac tenant create [NAME]`
|
|
12662
12662
|
|
|
@@ -12699,7 +12699,7 @@ EXAMPLES
|
|
|
12699
12699
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12700
12700
|
```
|
|
12701
12701
|
|
|
12702
|
-
_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.229/src/commands/tenant/create.ts)_
|
|
12703
12703
|
|
|
12704
12704
|
## `codiac tenant switch [CODE]`
|
|
12705
12705
|
|
|
@@ -12739,7 +12739,7 @@ EXAMPLES
|
|
|
12739
12739
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12740
12740
|
```
|
|
12741
12741
|
|
|
12742
|
-
_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.229/src/commands/tenant/switch.ts)_
|
|
12743
12743
|
|
|
12744
12744
|
## `codiac token [TOKENNAME]`
|
|
12745
12745
|
|
|
@@ -12861,7 +12861,7 @@ DESCRIPTION
|
|
|
12861
12861
|
Flags files to be included in the next commit.
|
|
12862
12862
|
```
|
|
12863
12863
|
|
|
12864
|
-
_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.229/src/commands/unstage.ts)_
|
|
12865
12865
|
|
|
12866
12866
|
## `codiac update [CHANNEL]`
|
|
12867
12867
|
|
|
@@ -13048,7 +13048,7 @@ EXAMPLES
|
|
|
13048
13048
|
$ codiac whereami --to-script
|
|
13049
13049
|
```
|
|
13050
13050
|
|
|
13051
|
-
_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.229/src/commands/whereami.ts)_
|
|
13052
13052
|
|
|
13053
13053
|
## `codiac whoami`
|
|
13054
13054
|
|
|
@@ -13090,5 +13090,5 @@ EXAMPLES
|
|
|
13090
13090
|
$ codiac whoami --to-script
|
|
13091
13091
|
```
|
|
13092
13092
|
|
|
13093
|
-
_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.229/src/commands/whoami.ts)_
|
|
13094
13094
|
<!-- commandsstop -->
|