@codiac.io/codiac-cli 1.3.201 → 1.3.202
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 +158 -158
- package/dist/commands/asset/undeploy.js +2 -2
- package/dist/commands/asset/undeploy.js.map +1 -1
- package/oclif.manifest.json +1 -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.202 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ codiac asset create -e myEnterprise -n my-api --deploy-condition "environment.name = 'production'"
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
578
|
+
_See code: [src/commands/asset/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/create.ts)_
|
|
579
579
|
|
|
580
580
|
## `codiac asset edit`
|
|
581
581
|
|
|
@@ -633,7 +633,7 @@ EXAMPLES
|
|
|
633
633
|
$ codiac asset edit -e myEnterprise -n my-api --remove-deploy-condition --silent
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
636
|
+
_See code: [src/commands/asset/edit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/edit.ts)_
|
|
637
637
|
|
|
638
638
|
## `codiac asset entrypoint`
|
|
639
639
|
|
|
@@ -754,7 +754,7 @@ EXAMPLES
|
|
|
754
754
|
$ codiac asset entrypoint delete -e ml -a my-worker -v '>=1.2.3' --silent
|
|
755
755
|
```
|
|
756
756
|
|
|
757
|
-
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
757
|
+
_See code: [src/commands/asset/entrypoint/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/entrypoint/delete.ts)_
|
|
758
758
|
|
|
759
759
|
## `codiac asset entrypoint set`
|
|
760
760
|
|
|
@@ -823,7 +823,7 @@ EXAMPLES
|
|
|
823
823
|
--input=/backup/workflows'
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
826
|
+
_See code: [src/commands/asset/entrypoint/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/entrypoint/set.ts)_
|
|
827
827
|
|
|
828
828
|
## `codiac asset get [CMD]`
|
|
829
829
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ codiac asset list -e myEnterprise --to-script
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
933
|
+
_See code: [src/commands/asset/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/list.ts)_
|
|
934
934
|
|
|
935
935
|
## `codiac asset mon [CMD]`
|
|
936
936
|
|
|
@@ -1177,7 +1177,7 @@ EXAMPLES
|
|
|
1177
1177
|
$ codiac asset obliterate -e main -n my-api
|
|
1178
1178
|
```
|
|
1179
1179
|
|
|
1180
|
-
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1180
|
+
_See code: [src/commands/asset/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/obliterate.ts)_
|
|
1181
1181
|
|
|
1182
1182
|
## `codiac asset probe create [CMD]`
|
|
1183
1183
|
|
|
@@ -1267,7 +1267,7 @@ EXAMPLES
|
|
|
1267
1267
|
$ codiac asset probe create -n acme -a myapi --predefined builtin-heartbeat-file-exists --to-script
|
|
1268
1268
|
```
|
|
1269
1269
|
|
|
1270
|
-
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1270
|
+
_See code: [src/commands/asset/probe/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/probe/create.ts)_
|
|
1271
1271
|
|
|
1272
1272
|
## `codiac asset probe delete`
|
|
1273
1273
|
|
|
@@ -1322,7 +1322,7 @@ EXAMPLES
|
|
|
1322
1322
|
$ codiac asset probe delete
|
|
1323
1323
|
```
|
|
1324
1324
|
|
|
1325
|
-
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1325
|
+
_See code: [src/commands/asset/probe/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/probe/delete.ts)_
|
|
1326
1326
|
|
|
1327
1327
|
## `codiac asset probe list`
|
|
1328
1328
|
|
|
@@ -1374,7 +1374,7 @@ EXAMPLES
|
|
|
1374
1374
|
$ codiac asset probe list
|
|
1375
1375
|
```
|
|
1376
1376
|
|
|
1377
|
-
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1377
|
+
_See code: [src/commands/asset/probe/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/probe/list.ts)_
|
|
1378
1378
|
|
|
1379
1379
|
## `codiac asset recycle`
|
|
1380
1380
|
|
|
@@ -1414,7 +1414,7 @@ DESCRIPTION
|
|
|
1414
1414
|
Deploys a given asset to a given cabinet. Defaults to current version.
|
|
1415
1415
|
```
|
|
1416
1416
|
|
|
1417
|
-
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1417
|
+
_See code: [src/commands/asset/recycle.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/recycle.ts)_
|
|
1418
1418
|
|
|
1419
1419
|
## `codiac asset undeploy`
|
|
1420
1420
|
|
|
@@ -1458,7 +1458,7 @@ EXAMPLES
|
|
|
1458
1458
|
$ codiac asset undeploy -e myEnterprise -a myApi -c dev --to-script
|
|
1459
1459
|
```
|
|
1460
1460
|
|
|
1461
|
-
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1461
|
+
_See code: [src/commands/asset/undeploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/undeploy.ts)_
|
|
1462
1462
|
|
|
1463
1463
|
## `codiac asset view [CMD]`
|
|
1464
1464
|
|
|
@@ -1513,7 +1513,7 @@ ALIASES
|
|
|
1513
1513
|
$ codiac asset get
|
|
1514
1514
|
```
|
|
1515
1515
|
|
|
1516
|
-
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1516
|
+
_See code: [src/commands/asset/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/view.ts)_
|
|
1517
1517
|
|
|
1518
1518
|
## `codiac asset vol add [MOUNTPATH]`
|
|
1519
1519
|
|
|
@@ -1784,7 +1784,7 @@ ALIASES
|
|
|
1784
1784
|
$ codiac asset volume add
|
|
1785
1785
|
```
|
|
1786
1786
|
|
|
1787
|
-
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1787
|
+
_See code: [src/commands/asset/volume/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/volume/create.ts)_
|
|
1788
1788
|
|
|
1789
1789
|
## `codiac asset volume del`
|
|
1790
1790
|
|
|
@@ -1872,7 +1872,7 @@ EXAMPLES
|
|
|
1872
1872
|
$ codiac asset volume delete -e myEnterprise -n myMount --to-script
|
|
1873
1873
|
```
|
|
1874
1874
|
|
|
1875
|
-
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1875
|
+
_See code: [src/commands/asset/volume/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/volume/delete.ts)_
|
|
1876
1876
|
|
|
1877
1877
|
## `codiac asset volume list`
|
|
1878
1878
|
|
|
@@ -1921,7 +1921,7 @@ EXAMPLES
|
|
|
1921
1921
|
$ codiac asset volume list -e myEnterprise --silent
|
|
1922
1922
|
```
|
|
1923
1923
|
|
|
1924
|
-
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
1924
|
+
_See code: [src/commands/asset/volume/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/volume/list.ts)_
|
|
1925
1925
|
|
|
1926
1926
|
## `codiac asset volumes del`
|
|
1927
1927
|
|
|
@@ -2088,7 +2088,7 @@ EXAMPLES
|
|
|
2088
2088
|
$ codiac asset where -e main -a my-api --silent
|
|
2089
2089
|
```
|
|
2090
2090
|
|
|
2091
|
-
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2091
|
+
_See code: [src/commands/asset/where.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/asset/where.ts)_
|
|
2092
2092
|
|
|
2093
2093
|
## `codiac auth cab allow`
|
|
2094
2094
|
|
|
@@ -2250,7 +2250,7 @@ EXAMPLES
|
|
|
2250
2250
|
$ codiac auth cabinet allow -e qa -c shasta -r productmanager -p read
|
|
2251
2251
|
```
|
|
2252
2252
|
|
|
2253
|
-
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2253
|
+
_See code: [src/commands/auth/cabinet/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/cabinet/allow.ts)_
|
|
2254
2254
|
|
|
2255
2255
|
## `codiac auth cabinet allowed`
|
|
2256
2256
|
|
|
@@ -2298,7 +2298,7 @@ EXAMPLES
|
|
|
2298
2298
|
$ codiac auth cabinet allowed --enterprise modeling -e qa -c sprint5
|
|
2299
2299
|
```
|
|
2300
2300
|
|
|
2301
|
-
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2301
|
+
_See code: [src/commands/auth/cabinet/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/cabinet/allowed.ts)_
|
|
2302
2302
|
|
|
2303
2303
|
## `codiac auth ent allow`
|
|
2304
2304
|
|
|
@@ -2489,7 +2489,7 @@ EXAMPLES
|
|
|
2489
2489
|
$ codiac auth enterprise allow -r deployer -p none
|
|
2490
2490
|
```
|
|
2491
2491
|
|
|
2492
|
-
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2492
|
+
_See code: [src/commands/auth/enterprise/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/enterprise/allow.ts)_
|
|
2493
2493
|
|
|
2494
2494
|
## `codiac auth enterprise allow onEnvironments`
|
|
2495
2495
|
|
|
@@ -2543,7 +2543,7 @@ EXAMPLES
|
|
|
2543
2543
|
$ codiac auth enterprise allow onEnvironments --enterprise dyno -r productmanager -p read
|
|
2544
2544
|
```
|
|
2545
2545
|
|
|
2546
|
-
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2546
|
+
_See code: [src/commands/auth/enterprise/allow/onEnvironments.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/enterprise/allow/onEnvironments.ts)_
|
|
2547
2547
|
|
|
2548
2548
|
## `codiac auth enterprise allowed`
|
|
2549
2549
|
|
|
@@ -2584,7 +2584,7 @@ EXAMPLES
|
|
|
2584
2584
|
$ codiac auth enterprise allowed --enterprise modeling
|
|
2585
2585
|
```
|
|
2586
2586
|
|
|
2587
|
-
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2587
|
+
_See code: [src/commands/auth/enterprise/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/enterprise/allowed.ts)_
|
|
2588
2588
|
|
|
2589
2589
|
## `codiac auth env allowed`
|
|
2590
2590
|
|
|
@@ -2791,7 +2791,7 @@ EXAMPLES
|
|
|
2791
2791
|
$ codiac auth environment allow -e qa -r productmanager -p read
|
|
2792
2792
|
```
|
|
2793
2793
|
|
|
2794
|
-
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2794
|
+
_See code: [src/commands/auth/environment/allow.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/environment/allow.ts)_
|
|
2795
2795
|
|
|
2796
2796
|
## `codiac auth environment allow onCabinets`
|
|
2797
2797
|
|
|
@@ -2848,7 +2848,7 @@ EXAMPLES
|
|
|
2848
2848
|
$ codiac auth environment allow onCabinets -e qa -r productmanager -p read
|
|
2849
2849
|
```
|
|
2850
2850
|
|
|
2851
|
-
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2851
|
+
_See code: [src/commands/auth/environment/allow/onCabinets.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/environment/allow/onCabinets.ts)_
|
|
2852
2852
|
|
|
2853
2853
|
## `codiac auth environment allowed`
|
|
2854
2854
|
|
|
@@ -2893,7 +2893,7 @@ EXAMPLES
|
|
|
2893
2893
|
$ codiac auth environment allowed --enterprise modeling -e dev
|
|
2894
2894
|
```
|
|
2895
2895
|
|
|
2896
|
-
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2896
|
+
_See code: [src/commands/auth/environment/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/environment/allowed.ts)_
|
|
2897
2897
|
|
|
2898
2898
|
## `codiac auth register`
|
|
2899
2899
|
|
|
@@ -2939,7 +2939,7 @@ EXAMPLES
|
|
|
2939
2939
|
$ codiac auth register
|
|
2940
2940
|
```
|
|
2941
2941
|
|
|
2942
|
-
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2942
|
+
_See code: [src/commands/auth/register.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/register.ts)_
|
|
2943
2943
|
|
|
2944
2944
|
## `codiac auth role allowed [NAME]`
|
|
2945
2945
|
|
|
@@ -2986,7 +2986,7 @@ EXAMPLES
|
|
|
2986
2986
|
$ codiac auth role allowed -n deployer -e main
|
|
2987
2987
|
```
|
|
2988
2988
|
|
|
2989
|
-
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
2989
|
+
_See code: [src/commands/auth/role/allowed.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/allowed.ts)_
|
|
2990
2990
|
|
|
2991
2991
|
## `codiac auth role assign`
|
|
2992
2992
|
|
|
@@ -3018,7 +3018,7 @@ EXAMPLES
|
|
|
3018
3018
|
$ codiac auth role assign -r deployer -u joe.cool@yourdomain.com
|
|
3019
3019
|
```
|
|
3020
3020
|
|
|
3021
|
-
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3021
|
+
_See code: [src/commands/auth/role/assign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/assign.ts)_
|
|
3022
3022
|
|
|
3023
3023
|
## `codiac auth role create [NAME]`
|
|
3024
3024
|
|
|
@@ -3051,7 +3051,7 @@ EXAMPLES
|
|
|
3051
3051
|
$ codiac auth role create -n deployer
|
|
3052
3052
|
```
|
|
3053
3053
|
|
|
3054
|
-
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3054
|
+
_See code: [src/commands/auth/role/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/create.ts)_
|
|
3055
3055
|
|
|
3056
3056
|
## `codiac auth role delete [NAME]`
|
|
3057
3057
|
|
|
@@ -3087,7 +3087,7 @@ EXAMPLES
|
|
|
3087
3087
|
$ codiac auth role delete --id abc123def456
|
|
3088
3088
|
```
|
|
3089
3089
|
|
|
3090
|
-
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3090
|
+
_See code: [src/commands/auth/role/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/delete.ts)_
|
|
3091
3091
|
|
|
3092
3092
|
## `codiac auth role list`
|
|
3093
3093
|
|
|
@@ -3123,7 +3123,7 @@ EXAMPLES
|
|
|
3123
3123
|
$ codiac auth role list -o yaml > roles.yaml
|
|
3124
3124
|
```
|
|
3125
3125
|
|
|
3126
|
-
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3126
|
+
_See code: [src/commands/auth/role/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/list.ts)_
|
|
3127
3127
|
|
|
3128
3128
|
## `codiac auth role unassign`
|
|
3129
3129
|
|
|
@@ -3155,7 +3155,7 @@ EXAMPLES
|
|
|
3155
3155
|
$ codiac auth role unassign -r deployer -u joe.cool@yourdomain.com
|
|
3156
3156
|
```
|
|
3157
3157
|
|
|
3158
|
-
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3158
|
+
_See code: [src/commands/auth/role/unassign.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/role/unassign.ts)_
|
|
3159
3159
|
|
|
3160
3160
|
## `codiac auth user invite`
|
|
3161
3161
|
|
|
@@ -3195,7 +3195,7 @@ EXAMPLES
|
|
|
3195
3195
|
$ codiac auth user invite
|
|
3196
3196
|
```
|
|
3197
3197
|
|
|
3198
|
-
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3198
|
+
_See code: [src/commands/auth/user/invite.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/user/invite.ts)_
|
|
3199
3199
|
|
|
3200
3200
|
## `codiac auth user list`
|
|
3201
3201
|
|
|
@@ -3231,7 +3231,7 @@ EXAMPLES
|
|
|
3231
3231
|
$ codiac auth user list -o yaml > users.yaml
|
|
3232
3232
|
```
|
|
3233
3233
|
|
|
3234
|
-
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3234
|
+
_See code: [src/commands/auth/user/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/auth/user/list.ts)_
|
|
3235
3235
|
|
|
3236
3236
|
## `codiac autocomplete [SHELL]`
|
|
3237
3237
|
|
|
@@ -3281,7 +3281,7 @@ DESCRIPTION
|
|
|
3281
3281
|
Creates a new branch for the parent project and any sourced dependencies.
|
|
3282
3282
|
```
|
|
3283
3283
|
|
|
3284
|
-
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3284
|
+
_See code: [src/commands/branch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/branch.ts)_
|
|
3285
3285
|
|
|
3286
3286
|
## `codiac branch current`
|
|
3287
3287
|
|
|
@@ -3301,7 +3301,7 @@ ALIASES
|
|
|
3301
3301
|
$ codiac branches current
|
|
3302
3302
|
```
|
|
3303
3303
|
|
|
3304
|
-
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3304
|
+
_See code: [src/commands/branch/current.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/branch/current.ts)_
|
|
3305
3305
|
|
|
3306
3306
|
## `codiac branch list`
|
|
3307
3307
|
|
|
@@ -3323,7 +3323,7 @@ ALIASES
|
|
|
3323
3323
|
$ codiac branches list
|
|
3324
3324
|
```
|
|
3325
3325
|
|
|
3326
|
-
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3326
|
+
_See code: [src/commands/branch/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/branch/list.ts)_
|
|
3327
3327
|
|
|
3328
3328
|
## `codiac branches current`
|
|
3329
3329
|
|
|
@@ -3413,7 +3413,7 @@ DESCRIPTION
|
|
|
3413
3413
|
Builds the project and the docker container
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
3416
|
+
_See code: [src/commands/build.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/build.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `codiac cab cluster attach`
|
|
3419
3419
|
|
|
@@ -4013,7 +4013,7 @@ EXAMPLES
|
|
|
4013
4013
|
prod-cluster-1 --to-script
|
|
4014
4014
|
```
|
|
4015
4015
|
|
|
4016
|
-
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4016
|
+
_See code: [src/commands/cabinet/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/cluster/attach.ts)_
|
|
4017
4017
|
|
|
4018
4018
|
## `codiac cabinet contents`
|
|
4019
4019
|
|
|
@@ -4057,7 +4057,7 @@ EXAMPLES
|
|
|
4057
4057
|
$ codiac cabinet contents -e main -c my-spike --to-script > show-contents.sh
|
|
4058
4058
|
```
|
|
4059
4059
|
|
|
4060
|
-
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4060
|
+
_See code: [src/commands/cabinet/contents.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/contents.ts)_
|
|
4061
4061
|
|
|
4062
4062
|
## `codiac cabinet create [CABINET]`
|
|
4063
4063
|
|
|
@@ -4124,7 +4124,7 @@ EXAMPLES
|
|
|
4124
4124
|
cod cabinet create my-cab-name --enterprise main -e dev-environemt -c my-cluster --silent
|
|
4125
4125
|
```
|
|
4126
4126
|
|
|
4127
|
-
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4127
|
+
_See code: [src/commands/cabinet/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/create.ts)_
|
|
4128
4128
|
|
|
4129
4129
|
## `codiac cabinet define [CABINET]`
|
|
4130
4130
|
|
|
@@ -4186,7 +4186,7 @@ EXAMPLES
|
|
|
4186
4186
|
$ codiac cabinet define my-cab --enterprise main --environment dev-environment --cluster my-cluster --silent
|
|
4187
4187
|
```
|
|
4188
4188
|
|
|
4189
|
-
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4189
|
+
_See code: [src/commands/cabinet/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/define.ts)_
|
|
4190
4190
|
|
|
4191
4191
|
## `codiac cabinet destroy [CABINET]`
|
|
4192
4192
|
|
|
@@ -4244,7 +4244,7 @@ EXAMPLES
|
|
|
4244
4244
|
--environment dev --silent
|
|
4245
4245
|
```
|
|
4246
4246
|
|
|
4247
|
-
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4247
|
+
_See code: [src/commands/cabinet/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/destroy.ts)_
|
|
4248
4248
|
|
|
4249
4249
|
## `codiac cabinet detach [CABINET]`
|
|
4250
4250
|
|
|
@@ -4301,7 +4301,7 @@ EXAMPLES
|
|
|
4301
4301
|
main --environment dev
|
|
4302
4302
|
```
|
|
4303
4303
|
|
|
4304
|
-
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4304
|
+
_See code: [src/commands/cabinet/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/detach.ts)_
|
|
4305
4305
|
|
|
4306
4306
|
## `codiac cabinet forget [CABINET]`
|
|
4307
4307
|
|
|
@@ -4356,7 +4356,7 @@ EXAMPLES
|
|
|
4356
4356
|
$ codiac cabinet forget --to-script
|
|
4357
4357
|
```
|
|
4358
4358
|
|
|
4359
|
-
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4359
|
+
_See code: [src/commands/cabinet/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/forget.ts)_
|
|
4360
4360
|
|
|
4361
4361
|
## `codiac cabinet list`
|
|
4362
4362
|
|
|
@@ -4407,7 +4407,7 @@ EXAMPLES
|
|
|
4407
4407
|
$ codiac cabinet list -e myEnterprise --silent
|
|
4408
4408
|
```
|
|
4409
4409
|
|
|
4410
|
-
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4410
|
+
_See code: [src/commands/cabinet/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/list.ts)_
|
|
4411
4411
|
|
|
4412
4412
|
## `codiac cabinet obliterate [CABINET]`
|
|
4413
4413
|
|
|
@@ -4449,7 +4449,7 @@ ALIASES
|
|
|
4449
4449
|
$ codiac infrx cab obliterate
|
|
4450
4450
|
```
|
|
4451
4451
|
|
|
4452
|
-
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4452
|
+
_See code: [src/commands/cabinet/obliterate.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/obliterate.ts)_
|
|
4453
4453
|
|
|
4454
4454
|
## `codiac cabinet restore`
|
|
4455
4455
|
|
|
@@ -4516,7 +4516,7 @@ EXAMPLES
|
|
|
4516
4516
|
$ codiac cabinet restore --cluster prod-cluster-1 --to-script
|
|
4517
4517
|
```
|
|
4518
4518
|
|
|
4519
|
-
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4519
|
+
_See code: [src/commands/cabinet/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cabinet/restore.ts)_
|
|
4520
4520
|
|
|
4521
4521
|
## `codiac cfg add`
|
|
4522
4522
|
|
|
@@ -4773,7 +4773,7 @@ DESCRIPTION
|
|
|
4773
4773
|
Applies settings to the Codiac CLI itself (scoped to the local machine).
|
|
4774
4774
|
```
|
|
4775
4775
|
|
|
4776
|
-
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4776
|
+
_See code: [src/commands/cli.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cli.ts)_
|
|
4777
4777
|
|
|
4778
4778
|
## `codiac cluster agent configure [CLUSTER]`
|
|
4779
4779
|
|
|
@@ -4838,7 +4838,7 @@ EXAMPLES
|
|
|
4838
4838
|
$ codiac cluster agent configure my-cluster --to-script
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4841
|
+
_See code: [src/commands/cluster/agent/configure.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/agent/configure.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `codiac cluster agent install [CLUSTER]`
|
|
4844
4844
|
|
|
@@ -4891,7 +4891,7 @@ EXAMPLES
|
|
|
4891
4891
|
$ codiac cluster agent install my-cluster --to-script
|
|
4892
4892
|
```
|
|
4893
4893
|
|
|
4894
|
-
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4894
|
+
_See code: [src/commands/cluster/agent/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/agent/install.ts)_
|
|
4895
4895
|
|
|
4896
4896
|
## `codiac cluster agent uninstall [CLUSTER]`
|
|
4897
4897
|
|
|
@@ -4936,7 +4936,7 @@ EXAMPLES
|
|
|
4936
4936
|
$ codiac cluster agent uninstall my-cluster --to-script
|
|
4937
4937
|
```
|
|
4938
4938
|
|
|
4939
|
-
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
4939
|
+
_See code: [src/commands/cluster/agent/uninstall.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/agent/uninstall.ts)_
|
|
4940
4940
|
|
|
4941
4941
|
## `codiac cluster bootstrap [NAME]`
|
|
4942
4942
|
|
|
@@ -4999,7 +4999,7 @@ EXAMPLES
|
|
|
4999
4999
|
$ codiac cluster bootstrap my-cluster --to-script
|
|
5000
5000
|
```
|
|
5001
5001
|
|
|
5002
|
-
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5002
|
+
_See code: [src/commands/cluster/bootstrap.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/bootstrap.ts)_
|
|
5003
5003
|
|
|
5004
5004
|
## `codiac cluster capture`
|
|
5005
5005
|
|
|
@@ -5084,7 +5084,7 @@ EXAMPLES
|
|
|
5084
5084
|
$ codiac cluster connect my-fav-cluster
|
|
5085
5085
|
```
|
|
5086
5086
|
|
|
5087
|
-
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5087
|
+
_See code: [src/commands/cluster/connect.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/connect.ts)_
|
|
5088
5088
|
|
|
5089
5089
|
## `codiac cluster contents`
|
|
5090
5090
|
|
|
@@ -5578,7 +5578,7 @@ EXAMPLES
|
|
|
5578
5578
|
$ codiac cluster install my-cluster -a my-chart -u 1.2.3 --silent
|
|
5579
5579
|
```
|
|
5580
5580
|
|
|
5581
|
-
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5581
|
+
_See code: [src/commands/cluster/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/install.ts)_
|
|
5582
5582
|
|
|
5583
5583
|
## `codiac cluster journal [CLUSTER]`
|
|
5584
5584
|
|
|
@@ -5867,7 +5867,7 @@ EXAMPLES
|
|
|
5867
5867
|
$ codiac cluster stack capture my-fav-cluster
|
|
5868
5868
|
```
|
|
5869
5869
|
|
|
5870
|
-
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5870
|
+
_See code: [src/commands/cluster/stack/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/stack/capture.ts)_
|
|
5871
5871
|
|
|
5872
5872
|
## `codiac cluster stack install [CLUSTER]`
|
|
5873
5873
|
|
|
@@ -5919,7 +5919,7 @@ EXAMPLES
|
|
|
5919
5919
|
$ codiac cluster stack install my-cluster --to-script
|
|
5920
5920
|
```
|
|
5921
5921
|
|
|
5922
|
-
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
5922
|
+
_See code: [src/commands/cluster/stack/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/stack/install.ts)_
|
|
5923
5923
|
|
|
5924
5924
|
## `codiac cluster stack list`
|
|
5925
5925
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ codiac cluster start my-fav-cluster
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6088
|
+
_See code: [src/commands/cluster/start.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/start.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `codiac cluster stop [CLUSTER]`
|
|
6091
6091
|
|
|
@@ -6122,7 +6122,7 @@ EXAMPLES
|
|
|
6122
6122
|
$ codiac cluster start my-fav-cluster
|
|
6123
6123
|
```
|
|
6124
6124
|
|
|
6125
|
-
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6125
|
+
_See code: [src/commands/cluster/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/cluster/stop.ts)_
|
|
6126
6126
|
|
|
6127
6127
|
## `codiac cluster uninstall`
|
|
6128
6128
|
|
|
@@ -6184,7 +6184,7 @@ DESCRIPTION
|
|
|
6184
6184
|
Commits the currently staged changes on the current branch of the main project and on any sourced dependencies.
|
|
6185
6185
|
```
|
|
6186
6186
|
|
|
6187
|
-
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6187
|
+
_See code: [src/commands/commit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/commit.ts)_
|
|
6188
6188
|
|
|
6189
6189
|
## `codiac config add`
|
|
6190
6190
|
|
|
@@ -6294,7 +6294,7 @@ EXAMPLES
|
|
|
6294
6294
|
'#REF|azKeyVault|our-secret-store|some-managed-svc-cert'
|
|
6295
6295
|
```
|
|
6296
6296
|
|
|
6297
|
-
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6297
|
+
_See code: [src/commands/config/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/add.ts)_
|
|
6298
6298
|
|
|
6299
6299
|
## `codiac config delete [SETTING]`
|
|
6300
6300
|
|
|
@@ -6363,7 +6363,7 @@ ALIASES
|
|
|
6363
6363
|
$ codiac cfg delete
|
|
6364
6364
|
```
|
|
6365
6365
|
|
|
6366
|
-
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6366
|
+
_See code: [src/commands/config/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/delete.ts)_
|
|
6367
6367
|
|
|
6368
6368
|
## `codiac config deploy`
|
|
6369
6369
|
|
|
@@ -6404,7 +6404,7 @@ EXAMPLES
|
|
|
6404
6404
|
$ codiac config deploy -e myEnterprise -a myApi -c dev --to-script
|
|
6405
6405
|
```
|
|
6406
6406
|
|
|
6407
|
-
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6407
|
+
_See code: [src/commands/config/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/deploy.ts)_
|
|
6408
6408
|
|
|
6409
6409
|
## `codiac config import`
|
|
6410
6410
|
|
|
@@ -6457,7 +6457,7 @@ EXAMPLES
|
|
|
6457
6457
|
$ codiac config import -a myApi -s ./dist/app-config.json -n myEnterprise --to-script
|
|
6458
6458
|
```
|
|
6459
6459
|
|
|
6460
|
-
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6460
|
+
_See code: [src/commands/config/import.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/import.ts)_
|
|
6461
6461
|
|
|
6462
6462
|
## `codiac config preview [SETTING]`
|
|
6463
6463
|
|
|
@@ -6698,7 +6698,7 @@ DESCRIPTION
|
|
|
6698
6698
|
Shows the list of clusters.
|
|
6699
6699
|
```
|
|
6700
6700
|
|
|
6701
|
-
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6701
|
+
_See code: [src/commands/config/settings/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/settings/get.ts)_
|
|
6702
6702
|
|
|
6703
6703
|
## `codiac config view [SETTING]`
|
|
6704
6704
|
|
|
@@ -6763,7 +6763,7 @@ EXAMPLES
|
|
|
6763
6763
|
$ codiac config view -e myEnterprise -a myApi -c dev --to-script
|
|
6764
6764
|
```
|
|
6765
6765
|
|
|
6766
|
-
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6766
|
+
_See code: [src/commands/config/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/config/view.ts)_
|
|
6767
6767
|
|
|
6768
6768
|
## `codiac csp creds list`
|
|
6769
6769
|
|
|
@@ -6811,7 +6811,7 @@ EXAMPLES
|
|
|
6811
6811
|
$ codiac csp creds list
|
|
6812
6812
|
```
|
|
6813
6813
|
|
|
6814
|
-
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6814
|
+
_See code: [src/commands/csp/creds/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/csp/creds/list.ts)_
|
|
6815
6815
|
|
|
6816
6816
|
## `codiac csp login [PROVIDER]`
|
|
6817
6817
|
|
|
@@ -6889,7 +6889,7 @@ EXAMPLES
|
|
|
6889
6889
|
cod csp login -u ASIAZ3XYZPDQ123 -p $(cat my-aws-secret-key.txt) --aws-session-token $(cat my-aws-sesh.txt) aws
|
|
6890
6890
|
```
|
|
6891
6891
|
|
|
6892
|
-
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6892
|
+
_See code: [src/commands/csp/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/csp/login.ts)_
|
|
6893
6893
|
|
|
6894
6894
|
## `codiac csp logout [PROVIDER]`
|
|
6895
6895
|
|
|
@@ -6936,7 +6936,7 @@ EXAMPLES
|
|
|
6936
6936
|
$ codiac csp logout azure --to-script
|
|
6937
6937
|
```
|
|
6938
6938
|
|
|
6939
|
-
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6939
|
+
_See code: [src/commands/csp/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/csp/logout.ts)_
|
|
6940
6940
|
|
|
6941
6941
|
## `codiac dep [NAME]`
|
|
6942
6942
|
|
|
@@ -6957,7 +6957,7 @@ DESCRIPTION
|
|
|
6957
6957
|
Installs a package into current project.
|
|
6958
6958
|
```
|
|
6959
6959
|
|
|
6960
|
-
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6960
|
+
_See code: [src/commands/dep.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep.ts)_
|
|
6961
6961
|
|
|
6962
6962
|
## `codiac dep create [URL]`
|
|
6963
6963
|
|
|
@@ -6981,7 +6981,7 @@ DESCRIPTION
|
|
|
6981
6981
|
package version is used.
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
6984
|
+
_See code: [src/commands/dep/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/create.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `codiac dep install`
|
|
6987
6987
|
|
|
@@ -6998,7 +6998,7 @@ DESCRIPTION
|
|
|
6998
6998
|
installs any missing dependency packages into the local project folder.
|
|
6999
6999
|
```
|
|
7000
7000
|
|
|
7001
|
-
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7001
|
+
_See code: [src/commands/dep/install.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/install.ts)_
|
|
7002
7002
|
|
|
7003
7003
|
## `codiac dep list`
|
|
7004
7004
|
|
|
@@ -7015,7 +7015,7 @@ DESCRIPTION
|
|
|
7015
7015
|
Shows the dependencies for the project.
|
|
7016
7016
|
```
|
|
7017
7017
|
|
|
7018
|
-
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7018
|
+
_See code: [src/commands/dep/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/list.ts)_
|
|
7019
7019
|
|
|
7020
7020
|
## `codiac dep remove [NAME]`
|
|
7021
7021
|
|
|
@@ -7038,7 +7038,7 @@ DESCRIPTION
|
|
|
7038
7038
|
Removes a dependency from the project.
|
|
7039
7039
|
```
|
|
7040
7040
|
|
|
7041
|
-
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7041
|
+
_See code: [src/commands/dep/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/remove.ts)_
|
|
7042
7042
|
|
|
7043
7043
|
## `codiac dep source [NAME]`
|
|
7044
7044
|
|
|
@@ -7064,7 +7064,7 @@ ALIASES
|
|
|
7064
7064
|
$ codiac dep src
|
|
7065
7065
|
```
|
|
7066
7066
|
|
|
7067
|
-
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7067
|
+
_See code: [src/commands/dep/source.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/source.ts)_
|
|
7068
7068
|
|
|
7069
7069
|
## `codiac dep src [NAME]`
|
|
7070
7070
|
|
|
@@ -7108,7 +7108,7 @@ DESCRIPTION
|
|
|
7108
7108
|
Publishes the dependency in its current state and upgrades to it in the main project.
|
|
7109
7109
|
```
|
|
7110
7110
|
|
|
7111
|
-
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7111
|
+
_See code: [src/commands/dep/syncup.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/syncup.ts)_
|
|
7112
7112
|
|
|
7113
7113
|
## `codiac dep unsource [NAME]`
|
|
7114
7114
|
|
|
@@ -7136,7 +7136,7 @@ ALIASES
|
|
|
7136
7136
|
$ codiac dep unsrc
|
|
7137
7137
|
```
|
|
7138
7138
|
|
|
7139
|
-
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7139
|
+
_See code: [src/commands/dep/unsource.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/unsource.ts)_
|
|
7140
7140
|
|
|
7141
7141
|
## `codiac dep unsrc [NAME]`
|
|
7142
7142
|
|
|
@@ -7183,7 +7183,7 @@ DESCRIPTION
|
|
|
7183
7183
|
describe the command here
|
|
7184
7184
|
```
|
|
7185
7185
|
|
|
7186
|
-
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7186
|
+
_See code: [src/commands/dep/upgrade.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/dep/upgrade.ts)_
|
|
7187
7187
|
|
|
7188
7188
|
## `codiac deploy`
|
|
7189
7189
|
|
|
@@ -7236,7 +7236,7 @@ EXAMPLES
|
|
|
7236
7236
|
$ codiac deploy -e myEnterprise -a myApi -u 1.2.3 -c dev --to-script
|
|
7237
7237
|
```
|
|
7238
7238
|
|
|
7239
|
-
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7239
|
+
_See code: [src/commands/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/deploy.ts)_
|
|
7240
7240
|
|
|
7241
7241
|
## `codiac domain map [DOMAIN]`
|
|
7242
7242
|
|
|
@@ -7386,7 +7386,7 @@ EXAMPLES
|
|
|
7386
7386
|
cod enterprise create my-enterprise-code --silent
|
|
7387
7387
|
```
|
|
7388
7388
|
|
|
7389
|
-
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7389
|
+
_See code: [src/commands/enterprise/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/enterprise/create.ts)_
|
|
7390
7390
|
|
|
7391
7391
|
## `codiac enterprise list`
|
|
7392
7392
|
|
|
@@ -7441,7 +7441,7 @@ EXAMPLES
|
|
|
7441
7441
|
$ codiac enterprise list --to-script
|
|
7442
7442
|
```
|
|
7443
7443
|
|
|
7444
|
-
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7444
|
+
_See code: [src/commands/enterprise/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/enterprise/list.ts)_
|
|
7445
7445
|
|
|
7446
7446
|
## `codiac env add [SETTING]`
|
|
7447
7447
|
|
|
@@ -7491,7 +7491,7 @@ EXAMPLES
|
|
|
7491
7491
|
$ codiac env add -s MY_VAR -v myValue -n myEnterprise --to-script
|
|
7492
7492
|
```
|
|
7493
7493
|
|
|
7494
|
-
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7494
|
+
_See code: [src/commands/env/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/env/add.ts)_
|
|
7495
7495
|
|
|
7496
7496
|
## `codiac enviro cluster attach`
|
|
7497
7497
|
|
|
@@ -7794,7 +7794,7 @@ ALIASES
|
|
|
7794
7794
|
$ codiac infrx enviro cluster attach
|
|
7795
7795
|
```
|
|
7796
7796
|
|
|
7797
|
-
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7797
|
+
_See code: [src/commands/environment/cluster/attach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/environment/cluster/attach.ts)_
|
|
7798
7798
|
|
|
7799
7799
|
## `codiac environment cluster detach`
|
|
7800
7800
|
|
|
@@ -7840,7 +7840,7 @@ ALIASES
|
|
|
7840
7840
|
$ codiac infrx enviro cluster detach
|
|
7841
7841
|
```
|
|
7842
7842
|
|
|
7843
|
-
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7843
|
+
_See code: [src/commands/environment/cluster/detach.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/environment/cluster/detach.ts)_
|
|
7844
7844
|
|
|
7845
7845
|
## `codiac environment create [NAME]`
|
|
7846
7846
|
|
|
@@ -7903,7 +7903,7 @@ EXAMPLES
|
|
|
7903
7903
|
cod environment create dev --enterprise main --cluster my-cluster-1 --cluster my-cluster-2 --silent
|
|
7904
7904
|
```
|
|
7905
7905
|
|
|
7906
|
-
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7906
|
+
_See code: [src/commands/environment/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/environment/create.ts)_
|
|
7907
7907
|
|
|
7908
7908
|
## `codiac environment delete [NAME]`
|
|
7909
7909
|
|
|
@@ -7964,7 +7964,7 @@ EXAMPLES
|
|
|
7964
7964
|
$ codiac environment delete dev --enterprise main --to-script
|
|
7965
7965
|
```
|
|
7966
7966
|
|
|
7967
|
-
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
7967
|
+
_See code: [src/commands/environment/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/environment/delete.ts)_
|
|
7968
7968
|
|
|
7969
7969
|
## `codiac environment list`
|
|
7970
7970
|
|
|
@@ -8015,7 +8015,7 @@ EXAMPLES
|
|
|
8015
8015
|
$ codiac environment list -e myEnterprise --silent
|
|
8016
8016
|
```
|
|
8017
8017
|
|
|
8018
|
-
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8018
|
+
_See code: [src/commands/environment/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/environment/list.ts)_
|
|
8019
8019
|
|
|
8020
8020
|
## `codiac fileshare capture`
|
|
8021
8021
|
|
|
@@ -8099,7 +8099,7 @@ ALIASES
|
|
|
8099
8099
|
$ codiac fileshare capture
|
|
8100
8100
|
```
|
|
8101
8101
|
|
|
8102
|
-
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8102
|
+
_See code: [src/commands/filestore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/filestore/capture.ts)_
|
|
8103
8103
|
|
|
8104
8104
|
## `codiac filestore forget`
|
|
8105
8105
|
|
|
@@ -8146,7 +8146,7 @@ EXAMPLES
|
|
|
8146
8146
|
$ codiac filestore forget
|
|
8147
8147
|
```
|
|
8148
8148
|
|
|
8149
|
-
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8149
|
+
_See code: [src/commands/filestore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/filestore/forget.ts)_
|
|
8150
8150
|
|
|
8151
8151
|
## `codiac filestore list`
|
|
8152
8152
|
|
|
@@ -8192,7 +8192,7 @@ EXAMPLES
|
|
|
8192
8192
|
$ codiac filestore list
|
|
8193
8193
|
```
|
|
8194
8194
|
|
|
8195
|
-
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8195
|
+
_See code: [src/commands/filestore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/filestore/list.ts)_
|
|
8196
8196
|
|
|
8197
8197
|
## `codiac help [COMMANDS]`
|
|
8198
8198
|
|
|
@@ -8278,7 +8278,7 @@ EXAMPLES
|
|
|
8278
8278
|
$ codiac host delete
|
|
8279
8279
|
```
|
|
8280
8280
|
|
|
8281
|
-
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8281
|
+
_See code: [src/commands/host/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/host/delete.ts)_
|
|
8282
8282
|
|
|
8283
8283
|
## `codiac host list [DOMAIN]`
|
|
8284
8284
|
|
|
@@ -8322,7 +8322,7 @@ EXAMPLES
|
|
|
8322
8322
|
$ codiac host list
|
|
8323
8323
|
```
|
|
8324
8324
|
|
|
8325
|
-
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8325
|
+
_See code: [src/commands/host/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/host/list.ts)_
|
|
8326
8326
|
|
|
8327
8327
|
## `codiac host map [DOMAIN]`
|
|
8328
8328
|
|
|
@@ -8370,7 +8370,7 @@ EXAMPLES
|
|
|
8370
8370
|
$ codiac host map my-company.com -e myEnterprise --to-script
|
|
8371
8371
|
```
|
|
8372
8372
|
|
|
8373
|
-
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8373
|
+
_See code: [src/commands/host/map.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/host/map.ts)_
|
|
8374
8374
|
|
|
8375
8375
|
## `codiac host view [DOMAIN]`
|
|
8376
8376
|
|
|
@@ -8415,7 +8415,7 @@ EXAMPLES
|
|
|
8415
8415
|
$ codiac host view
|
|
8416
8416
|
```
|
|
8417
8417
|
|
|
8418
|
-
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8418
|
+
_See code: [src/commands/host/view.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/host/view.ts)_
|
|
8419
8419
|
|
|
8420
8420
|
## `codiac identify [TOKENNAME]`
|
|
8421
8421
|
|
|
@@ -8487,7 +8487,7 @@ ALIASES
|
|
|
8487
8487
|
$ codiac token
|
|
8488
8488
|
```
|
|
8489
8489
|
|
|
8490
|
-
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8490
|
+
_See code: [src/commands/identity.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/identity.ts)_
|
|
8491
8491
|
|
|
8492
8492
|
## `codiac identity delete [NAME]`
|
|
8493
8493
|
|
|
@@ -8512,7 +8512,7 @@ ALIASES
|
|
|
8512
8512
|
$ codiac token remove
|
|
8513
8513
|
```
|
|
8514
8514
|
|
|
8515
|
-
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8515
|
+
_See code: [src/commands/identity/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/identity/delete.ts)_
|
|
8516
8516
|
|
|
8517
8517
|
## `codiac identity list`
|
|
8518
8518
|
|
|
@@ -8534,7 +8534,7 @@ ALIASES
|
|
|
8534
8534
|
$ codiac token list
|
|
8535
8535
|
```
|
|
8536
8536
|
|
|
8537
|
-
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8537
|
+
_See code: [src/commands/identity/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/identity/list.ts)_
|
|
8538
8538
|
|
|
8539
8539
|
## `codiac identity remove [NAME]`
|
|
8540
8540
|
|
|
@@ -8855,7 +8855,7 @@ DESCRIPTION
|
|
|
8855
8855
|
Saves a reference to an existing container registry.
|
|
8856
8856
|
```
|
|
8857
8857
|
|
|
8858
|
-
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8858
|
+
_See code: [src/commands/imageRegistry/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/imageRegistry/capture.ts)_
|
|
8859
8859
|
|
|
8860
8860
|
## `codiac imageRegistry forget`
|
|
8861
8861
|
|
|
@@ -8876,7 +8876,7 @@ DESCRIPTION
|
|
|
8876
8876
|
Removes the reference to the given container registry for the tenant. Does NOT delete the registry itself.
|
|
8877
8877
|
```
|
|
8878
8878
|
|
|
8879
|
-
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8879
|
+
_See code: [src/commands/imageRegistry/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/imageRegistry/forget.ts)_
|
|
8880
8880
|
|
|
8881
8881
|
## `codiac imageRegistry list`
|
|
8882
8882
|
|
|
@@ -8918,7 +8918,7 @@ EXAMPLES
|
|
|
8918
8918
|
$ codiac imageRegistry list -o yaml > registries.yaml
|
|
8919
8919
|
```
|
|
8920
8920
|
|
|
8921
|
-
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8921
|
+
_See code: [src/commands/imageRegistry/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/imageRegistry/list.ts)_
|
|
8922
8922
|
|
|
8923
8923
|
## `codiac imageRegistry pullSecret set`
|
|
8924
8924
|
|
|
@@ -8954,7 +8954,7 @@ ALIASES
|
|
|
8954
8954
|
$ codiac pullsecret
|
|
8955
8955
|
```
|
|
8956
8956
|
|
|
8957
|
-
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8957
|
+
_See code: [src/commands/imageRegistry/pullSecret/set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/imageRegistry/pullSecret/set.ts)_
|
|
8958
8958
|
|
|
8959
8959
|
## `codiac imageRegistry pullSecret unset`
|
|
8960
8960
|
|
|
@@ -8981,7 +8981,7 @@ ALIASES
|
|
|
8981
8981
|
$ codiac pullsecret unset
|
|
8982
8982
|
```
|
|
8983
8983
|
|
|
8984
|
-
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
8984
|
+
_See code: [src/commands/imageRegistry/pullSecret/unset.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/imageRegistry/pullSecret/unset.ts)_
|
|
8985
8985
|
|
|
8986
8986
|
## `codiac images add [IMAGENAME]`
|
|
8987
8987
|
|
|
@@ -9042,7 +9042,7 @@ EXAMPLES
|
|
|
9042
9042
|
$ codiac images add your-company/your-image --to-script
|
|
9043
9043
|
```
|
|
9044
9044
|
|
|
9045
|
-
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9045
|
+
_See code: [src/commands/images/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/add.ts)_
|
|
9046
9046
|
|
|
9047
9047
|
## `codiac images list`
|
|
9048
9048
|
|
|
@@ -9065,7 +9065,7 @@ ALIASES
|
|
|
9065
9065
|
$ codiac img list
|
|
9066
9066
|
```
|
|
9067
9067
|
|
|
9068
|
-
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9068
|
+
_See code: [src/commands/images/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/list.ts)_
|
|
9069
9069
|
|
|
9070
9070
|
## `codiac images patch IMAGENAME`
|
|
9071
9071
|
|
|
@@ -9095,7 +9095,7 @@ ALIASES
|
|
|
9095
9095
|
$ codiac img patch
|
|
9096
9096
|
```
|
|
9097
9097
|
|
|
9098
|
-
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9098
|
+
_See code: [src/commands/images/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/patch.ts)_
|
|
9099
9099
|
|
|
9100
9100
|
## `codiac images remove IMAGENAME`
|
|
9101
9101
|
|
|
@@ -9121,7 +9121,7 @@ ALIASES
|
|
|
9121
9121
|
$ codiac img delete
|
|
9122
9122
|
```
|
|
9123
9123
|
|
|
9124
|
-
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9124
|
+
_See code: [src/commands/images/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/remove.ts)_
|
|
9125
9125
|
|
|
9126
9126
|
## `codiac images version NAME`
|
|
9127
9127
|
|
|
@@ -9147,7 +9147,7 @@ ALIASES
|
|
|
9147
9147
|
$ codiac img version get
|
|
9148
9148
|
```
|
|
9149
9149
|
|
|
9150
|
-
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9150
|
+
_See code: [src/commands/images/version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/version.ts)_
|
|
9151
9151
|
|
|
9152
9152
|
## `codiac images version bump NAME`
|
|
9153
9153
|
|
|
@@ -9180,7 +9180,7 @@ ALIASES
|
|
|
9180
9180
|
$ codiac img version bump
|
|
9181
9181
|
```
|
|
9182
9182
|
|
|
9183
|
-
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
9183
|
+
_See code: [src/commands/images/version/bump.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/images/version/bump.ts)_
|
|
9184
9184
|
|
|
9185
9185
|
## `codiac img [IMAGENAME]`
|
|
9186
9186
|
|
|
@@ -10295,7 +10295,7 @@ DESCRIPTION
|
|
|
10295
10295
|
Declares the given folder as a project root
|
|
10296
10296
|
```
|
|
10297
10297
|
|
|
10298
|
-
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10298
|
+
_See code: [src/commands/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/init.ts)_
|
|
10299
10299
|
|
|
10300
10300
|
## `codiac kit create`
|
|
10301
10301
|
|
|
@@ -10338,7 +10338,7 @@ EXAMPLES
|
|
|
10338
10338
|
$ codiac kit create -e myEnterprise -a myApi --to-script
|
|
10339
10339
|
```
|
|
10340
10340
|
|
|
10341
|
-
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10341
|
+
_See code: [src/commands/kit/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/kit/create.ts)_
|
|
10342
10342
|
|
|
10343
10343
|
## `codiac login`
|
|
10344
10344
|
|
|
@@ -10397,7 +10397,7 @@ EXAMPLES
|
|
|
10397
10397
|
$ codiac login -u joe.cool@fyaml.dev --password $PW --tokenOut
|
|
10398
10398
|
```
|
|
10399
10399
|
|
|
10400
|
-
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10400
|
+
_See code: [src/commands/login.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/login.ts)_
|
|
10401
10401
|
|
|
10402
10402
|
## `codiac logout`
|
|
10403
10403
|
|
|
@@ -10430,7 +10430,7 @@ EXAMPLES
|
|
|
10430
10430
|
$ codiac logout --to-script
|
|
10431
10431
|
```
|
|
10432
10432
|
|
|
10433
|
-
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10433
|
+
_See code: [src/commands/logout.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/logout.ts)_
|
|
10434
10434
|
|
|
10435
10435
|
## `codiac merge [BRANCH]`
|
|
10436
10436
|
|
|
@@ -10451,7 +10451,7 @@ DESCRIPTION
|
|
|
10451
10451
|
Merges the given branch into the current branch of the main project and on any sourced dependencies.
|
|
10452
10452
|
```
|
|
10453
10453
|
|
|
10454
|
-
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10454
|
+
_See code: [src/commands/merge.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/merge.ts)_
|
|
10455
10455
|
|
|
10456
10456
|
## `codiac noc cluster capture`
|
|
10457
10457
|
|
|
@@ -10503,7 +10503,7 @@ EXAMPLES
|
|
|
10503
10503
|
cod cluster capture -n my-cluster -p aws -s 123456789012 -l us-east-1
|
|
10504
10504
|
```
|
|
10505
10505
|
|
|
10506
|
-
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10506
|
+
_See code: [src/commands/noc/cluster/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/capture.ts)_
|
|
10507
10507
|
|
|
10508
10508
|
## `codiac noc cluster create [NAME]`
|
|
10509
10509
|
|
|
@@ -10593,7 +10593,7 @@ FLAG DESCRIPTIONS
|
|
|
10593
10593
|
initialization is always skipped in that mode.
|
|
10594
10594
|
```
|
|
10595
10595
|
|
|
10596
|
-
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10596
|
+
_See code: [src/commands/noc/cluster/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/create.ts)_
|
|
10597
10597
|
|
|
10598
10598
|
## `codiac noc cluster credentials-set [NAME]`
|
|
10599
10599
|
|
|
@@ -10648,7 +10648,7 @@ EXAMPLES
|
|
|
10648
10648
|
$ codiac noc cluster credentials-set my-cluster --file ~/.kube/my-cluster.yaml --silent
|
|
10649
10649
|
```
|
|
10650
10650
|
|
|
10651
|
-
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10651
|
+
_See code: [src/commands/noc/cluster/credentials-set.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/credentials-set.ts)_
|
|
10652
10652
|
|
|
10653
10653
|
## `codiac noc cluster define [NAME]`
|
|
10654
10654
|
|
|
@@ -10717,7 +10717,7 @@ EXAMPLES
|
|
|
10717
10717
|
$ codiac noc cluster define my-cluster --to-script
|
|
10718
10718
|
```
|
|
10719
10719
|
|
|
10720
|
-
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10720
|
+
_See code: [src/commands/noc/cluster/define.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/define.ts)_
|
|
10721
10721
|
|
|
10722
10722
|
## `codiac noc cluster deinit`
|
|
10723
10723
|
|
|
@@ -10757,7 +10757,7 @@ EXAMPLES
|
|
|
10757
10757
|
$ codiac noc cluster deinit -n my-cluster --to-script
|
|
10758
10758
|
```
|
|
10759
10759
|
|
|
10760
|
-
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10760
|
+
_See code: [src/commands/noc/cluster/deinit.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/deinit.ts)_
|
|
10761
10761
|
|
|
10762
10762
|
## `codiac noc cluster destroy [NAME]`
|
|
10763
10763
|
|
|
@@ -10791,7 +10791,7 @@ ALIASES
|
|
|
10791
10791
|
$ codiac cluster destroy
|
|
10792
10792
|
```
|
|
10793
10793
|
|
|
10794
|
-
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10794
|
+
_See code: [src/commands/noc/cluster/destroy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/destroy.ts)_
|
|
10795
10795
|
|
|
10796
10796
|
## `codiac noc cluster forget`
|
|
10797
10797
|
|
|
@@ -10842,7 +10842,7 @@ EXAMPLES
|
|
|
10842
10842
|
$ codiac noc cluster forget --running
|
|
10843
10843
|
```
|
|
10844
10844
|
|
|
10845
|
-
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10845
|
+
_See code: [src/commands/noc/cluster/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/forget.ts)_
|
|
10846
10846
|
|
|
10847
10847
|
## `codiac noc cluster grant`
|
|
10848
10848
|
|
|
@@ -10880,7 +10880,7 @@ EXAMPLES
|
|
|
10880
10880
|
$ codiac noc cluster grant -c my-cluster -u user@example.com --to-script
|
|
10881
10881
|
```
|
|
10882
10882
|
|
|
10883
|
-
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10883
|
+
_See code: [src/commands/noc/cluster/grant.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/grant.ts)_
|
|
10884
10884
|
|
|
10885
10885
|
## `codiac noc cluster init`
|
|
10886
10886
|
|
|
@@ -10926,7 +10926,7 @@ EXAMPLES
|
|
|
10926
10926
|
$ codiac noc cluster init -n my-cluster --to-script
|
|
10927
10927
|
```
|
|
10928
10928
|
|
|
10929
|
-
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10929
|
+
_See code: [src/commands/noc/cluster/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/init.ts)_
|
|
10930
10930
|
|
|
10931
10931
|
## `codiac noc cluster journal [CLUSTER]`
|
|
10932
10932
|
|
|
@@ -10975,7 +10975,7 @@ EXAMPLES
|
|
|
10975
10975
|
$ codiac noc cluster journal -o yaml --silent dev-west-aws-02 > myfiles/journal.yaml
|
|
10976
10976
|
```
|
|
10977
10977
|
|
|
10978
|
-
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
10978
|
+
_See code: [src/commands/noc/cluster/journal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/journal.ts)_
|
|
10979
10979
|
|
|
10980
10980
|
## `codiac noc cluster list`
|
|
10981
10981
|
|
|
@@ -11036,7 +11036,7 @@ EXAMPLES
|
|
|
11036
11036
|
$ codiac noc cluster list -e myEnterprise --to-script
|
|
11037
11037
|
```
|
|
11038
11038
|
|
|
11039
|
-
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11039
|
+
_See code: [src/commands/noc/cluster/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/list.ts)_
|
|
11040
11040
|
|
|
11041
11041
|
## `codiac noc cluster restore [NAME]`
|
|
11042
11042
|
|
|
@@ -11096,7 +11096,7 @@ EXAMPLES
|
|
|
11096
11096
|
$ codiac noc cluster restore prod-cluster-1 --to-script
|
|
11097
11097
|
```
|
|
11098
11098
|
|
|
11099
|
-
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11099
|
+
_See code: [src/commands/noc/cluster/restore.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/noc/cluster/restore.ts)_
|
|
11100
11100
|
|
|
11101
11101
|
## `codiac pkg add [DEFINITIONFILE]`
|
|
11102
11102
|
|
|
@@ -11130,7 +11130,7 @@ DESCRIPTION
|
|
|
11130
11130
|
Configures a package to be built and published by the project.
|
|
11131
11131
|
```
|
|
11132
11132
|
|
|
11133
|
-
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11133
|
+
_See code: [src/commands/pkg/add.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pkg/add.ts)_
|
|
11134
11134
|
|
|
11135
11135
|
## `codiac pkg delete [PACKAGENAME]`
|
|
11136
11136
|
|
|
@@ -11168,7 +11168,7 @@ DESCRIPTION
|
|
|
11168
11168
|
Renders the list of packages that are configured as project exports.
|
|
11169
11169
|
```
|
|
11170
11170
|
|
|
11171
|
-
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11171
|
+
_See code: [src/commands/pkg/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pkg/list.ts)_
|
|
11172
11172
|
|
|
11173
11173
|
## `codiac pkg patch PACKAGENAME`
|
|
11174
11174
|
|
|
@@ -11194,7 +11194,7 @@ DESCRIPTION
|
|
|
11194
11194
|
registryUrl and/or environment.
|
|
11195
11195
|
```
|
|
11196
11196
|
|
|
11197
|
-
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11197
|
+
_See code: [src/commands/pkg/patch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pkg/patch.ts)_
|
|
11198
11198
|
|
|
11199
11199
|
## `codiac pkg remove [PACKAGENAME]`
|
|
11200
11200
|
|
|
@@ -11217,7 +11217,7 @@ ALIASES
|
|
|
11217
11217
|
$ codiac pkg delete
|
|
11218
11218
|
```
|
|
11219
11219
|
|
|
11220
|
-
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11220
|
+
_See code: [src/commands/pkg/remove.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pkg/remove.ts)_
|
|
11221
11221
|
|
|
11222
11222
|
## `codiac portal`
|
|
11223
11223
|
|
|
@@ -11250,7 +11250,7 @@ EXAMPLES
|
|
|
11250
11250
|
$ codiac portal --to-script
|
|
11251
11251
|
```
|
|
11252
11252
|
|
|
11253
|
-
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11253
|
+
_See code: [src/commands/portal.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/portal.ts)_
|
|
11254
11254
|
|
|
11255
11255
|
## `codiac probe create [CMD]`
|
|
11256
11256
|
|
|
@@ -11371,7 +11371,7 @@ DESCRIPTION
|
|
|
11371
11371
|
Publishes the exports (packages and images) declared in the ProjectConfig.
|
|
11372
11372
|
```
|
|
11373
11373
|
|
|
11374
|
-
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11374
|
+
_See code: [src/commands/publish.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/publish.ts)_
|
|
11375
11375
|
|
|
11376
11376
|
## `codiac pull [NAME]`
|
|
11377
11377
|
|
|
@@ -11395,7 +11395,7 @@ DESCRIPTION
|
|
|
11395
11395
|
Pulls all commits from upstream to local.
|
|
11396
11396
|
```
|
|
11397
11397
|
|
|
11398
|
-
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11398
|
+
_See code: [src/commands/pull.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pull.ts)_
|
|
11399
11399
|
|
|
11400
11400
|
## `codiac pullsecret`
|
|
11401
11401
|
|
|
@@ -11478,7 +11478,7 @@ DESCRIPTION
|
|
|
11478
11478
|
Pushes all local commits upstream.
|
|
11479
11479
|
```
|
|
11480
11480
|
|
|
11481
|
-
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11481
|
+
_See code: [src/commands/push.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/push.ts)_
|
|
11482
11482
|
|
|
11483
11483
|
## `codiac pvc create`
|
|
11484
11484
|
|
|
@@ -11562,7 +11562,7 @@ EXAMPLES
|
|
|
11562
11562
|
$ codiac pvc create -e myEnt --name shared-files --type AzureFileStorage --echo
|
|
11563
11563
|
```
|
|
11564
11564
|
|
|
11565
|
-
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11565
|
+
_See code: [src/commands/pvc/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pvc/create.ts)_
|
|
11566
11566
|
|
|
11567
11567
|
## `codiac pvc delete`
|
|
11568
11568
|
|
|
@@ -11609,7 +11609,7 @@ EXAMPLES
|
|
|
11609
11609
|
$ codiac pvc delete --id <fileStoreDefId> --silent
|
|
11610
11610
|
```
|
|
11611
11611
|
|
|
11612
|
-
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11612
|
+
_See code: [src/commands/pvc/delete.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pvc/delete.ts)_
|
|
11613
11613
|
|
|
11614
11614
|
## `codiac pvc get`
|
|
11615
11615
|
|
|
@@ -11650,7 +11650,7 @@ EXAMPLES
|
|
|
11650
11650
|
$ codiac pvc get --name app-documents-share --silent -o json
|
|
11651
11651
|
```
|
|
11652
11652
|
|
|
11653
|
-
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11653
|
+
_See code: [src/commands/pvc/get.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pvc/get.ts)_
|
|
11654
11654
|
|
|
11655
11655
|
## `codiac pvc list`
|
|
11656
11656
|
|
|
@@ -11693,7 +11693,7 @@ EXAMPLES
|
|
|
11693
11693
|
$ codiac pvc list -o yaml
|
|
11694
11694
|
```
|
|
11695
11695
|
|
|
11696
|
-
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11696
|
+
_See code: [src/commands/pvc/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/pvc/list.ts)_
|
|
11697
11697
|
|
|
11698
11698
|
## `codiac relay-version`
|
|
11699
11699
|
|
|
@@ -11710,7 +11710,7 @@ EXAMPLES
|
|
|
11710
11710
|
$ codiac relay-version
|
|
11711
11711
|
```
|
|
11712
11712
|
|
|
11713
|
-
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11713
|
+
_See code: [src/commands/relay-version.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/relay-version.ts)_
|
|
11714
11714
|
|
|
11715
11715
|
## `codiac run`
|
|
11716
11716
|
|
|
@@ -11752,7 +11752,7 @@ DESCRIPTION
|
|
|
11752
11752
|
Runs the latest build of the api container locally.
|
|
11753
11753
|
```
|
|
11754
11754
|
|
|
11755
|
-
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11755
|
+
_See code: [src/commands/run.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/run.ts)_
|
|
11756
11756
|
|
|
11757
11757
|
## `codiac secretStore`
|
|
11758
11758
|
|
|
@@ -11814,7 +11814,7 @@ ALIASES
|
|
|
11814
11814
|
$ codiac secretStore
|
|
11815
11815
|
```
|
|
11816
11816
|
|
|
11817
|
-
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11817
|
+
_See code: [src/commands/secretStore/capture.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/secretStore/capture.ts)_
|
|
11818
11818
|
|
|
11819
11819
|
## `codiac secretStore forget`
|
|
11820
11820
|
|
|
@@ -11835,7 +11835,7 @@ DESCRIPTION
|
|
|
11835
11835
|
Removes the reference to the given secret store for the tenant. Does NOT delete the store itself.
|
|
11836
11836
|
```
|
|
11837
11837
|
|
|
11838
|
-
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11838
|
+
_See code: [src/commands/secretStore/forget.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/secretStore/forget.ts)_
|
|
11839
11839
|
|
|
11840
11840
|
## `codiac secretStore list`
|
|
11841
11841
|
|
|
@@ -11880,7 +11880,7 @@ EXAMPLES
|
|
|
11880
11880
|
$ codiac secretStore list
|
|
11881
11881
|
```
|
|
11882
11882
|
|
|
11883
|
-
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11883
|
+
_See code: [src/commands/secretStore/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/secretStore/list.ts)_
|
|
11884
11884
|
|
|
11885
11885
|
## `codiac shell init`
|
|
11886
11886
|
|
|
@@ -11918,7 +11918,7 @@ EXAMPLES
|
|
|
11918
11918
|
Invoke-Expression (codiac shell init --shell powershell)
|
|
11919
11919
|
```
|
|
11920
11920
|
|
|
11921
|
-
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11921
|
+
_See code: [src/commands/shell/init.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/shell/init.ts)_
|
|
11922
11922
|
|
|
11923
11923
|
## `codiac snapshot deploy`
|
|
11924
11924
|
|
|
@@ -11946,7 +11946,7 @@ DESCRIPTION
|
|
|
11946
11946
|
Deploys all assets in a snapshot to a target cabinet.
|
|
11947
11947
|
```
|
|
11948
11948
|
|
|
11949
|
-
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11949
|
+
_See code: [src/commands/snapshot/deploy.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/snapshot/deploy.ts)_
|
|
11950
11950
|
|
|
11951
11951
|
## `codiac snapshot list`
|
|
11952
11952
|
|
|
@@ -11995,7 +11995,7 @@ EXAMPLES
|
|
|
11995
11995
|
$ codiac snapshot list -e myEnterprise --silent
|
|
11996
11996
|
```
|
|
11997
11997
|
|
|
11998
|
-
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
11998
|
+
_See code: [src/commands/snapshot/list.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/snapshot/list.ts)_
|
|
11999
11999
|
|
|
12000
12000
|
## `codiac snapshot tag`
|
|
12001
12001
|
|
|
@@ -12038,7 +12038,7 @@ EXAMPLES
|
|
|
12038
12038
|
$ codiac snapshot tag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12039
12039
|
```
|
|
12040
12040
|
|
|
12041
|
-
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12041
|
+
_See code: [src/commands/snapshot/tag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/snapshot/tag.ts)_
|
|
12042
12042
|
|
|
12043
12043
|
## `codiac snapshot untag`
|
|
12044
12044
|
|
|
@@ -12081,7 +12081,7 @@ EXAMPLES
|
|
|
12081
12081
|
$ codiac snapshot untag -e myEnterprise -v 5CJRH7XB -t production --to-script
|
|
12082
12082
|
```
|
|
12083
12083
|
|
|
12084
|
-
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12084
|
+
_See code: [src/commands/snapshot/untag.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/snapshot/untag.ts)_
|
|
12085
12085
|
|
|
12086
12086
|
## `codiac stage [FILES]`
|
|
12087
12087
|
|
|
@@ -12103,7 +12103,7 @@ DESCRIPTION
|
|
|
12103
12103
|
Flags files to be included in the next commit.
|
|
12104
12104
|
```
|
|
12105
12105
|
|
|
12106
|
-
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12106
|
+
_See code: [src/commands/stage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/stage.ts)_
|
|
12107
12107
|
|
|
12108
12108
|
## `codiac stash [FILE]`
|
|
12109
12109
|
|
|
@@ -12125,7 +12125,7 @@ DESCRIPTION
|
|
|
12125
12125
|
describe the command here
|
|
12126
12126
|
```
|
|
12127
12127
|
|
|
12128
|
-
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12128
|
+
_See code: [src/commands/stash.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/stash.ts)_
|
|
12129
12129
|
|
|
12130
12130
|
## `codiac status`
|
|
12131
12131
|
|
|
@@ -12144,7 +12144,7 @@ DESCRIPTION
|
|
|
12144
12144
|
Shows the current uncommitted changes in the current branch.
|
|
12145
12145
|
```
|
|
12146
12146
|
|
|
12147
|
-
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12147
|
+
_See code: [src/commands/status.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/status.ts)_
|
|
12148
12148
|
|
|
12149
12149
|
## `codiac stop`
|
|
12150
12150
|
|
|
@@ -12162,7 +12162,7 @@ DESCRIPTION
|
|
|
12162
12162
|
Stops the running container for this project
|
|
12163
12163
|
```
|
|
12164
12164
|
|
|
12165
|
-
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12165
|
+
_See code: [src/commands/stop.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/stop.ts)_
|
|
12166
12166
|
|
|
12167
12167
|
## `codiac switch [NAME]`
|
|
12168
12168
|
|
|
@@ -12182,7 +12182,7 @@ DESCRIPTION
|
|
|
12182
12182
|
Changes branch on the main project and any sourced dependencies.
|
|
12183
12183
|
```
|
|
12184
12184
|
|
|
12185
|
-
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12185
|
+
_See code: [src/commands/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/switch.ts)_
|
|
12186
12186
|
|
|
12187
12187
|
## `codiac sync [NAME]`
|
|
12188
12188
|
|
|
@@ -12207,7 +12207,7 @@ DESCRIPTION
|
|
|
12207
12207
|
Merges the given branch into the current branch.
|
|
12208
12208
|
```
|
|
12209
12209
|
|
|
12210
|
-
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12210
|
+
_See code: [src/commands/sync.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/sync.ts)_
|
|
12211
12211
|
|
|
12212
12212
|
## `codiac tenant create [NAME]`
|
|
12213
12213
|
|
|
@@ -12250,7 +12250,7 @@ EXAMPLES
|
|
|
12250
12250
|
$ codiac tenant create -n 'Acme Corp' -c acme --to-script
|
|
12251
12251
|
```
|
|
12252
12252
|
|
|
12253
|
-
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12253
|
+
_See code: [src/commands/tenant/create.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/tenant/create.ts)_
|
|
12254
12254
|
|
|
12255
12255
|
## `codiac tenant switch [CODE]`
|
|
12256
12256
|
|
|
@@ -12290,7 +12290,7 @@ EXAMPLES
|
|
|
12290
12290
|
$ codiac tenant switch my-tenant-code --to-script
|
|
12291
12291
|
```
|
|
12292
12292
|
|
|
12293
|
-
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12293
|
+
_See code: [src/commands/tenant/switch.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/tenant/switch.ts)_
|
|
12294
12294
|
|
|
12295
12295
|
## `codiac token [TOKENNAME]`
|
|
12296
12296
|
|
|
@@ -12412,7 +12412,7 @@ DESCRIPTION
|
|
|
12412
12412
|
Flags files to be included in the next commit.
|
|
12413
12413
|
```
|
|
12414
12414
|
|
|
12415
|
-
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12415
|
+
_See code: [src/commands/unstage.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/unstage.ts)_
|
|
12416
12416
|
|
|
12417
12417
|
## `codiac update [CHANNEL]`
|
|
12418
12418
|
|
|
@@ -12599,7 +12599,7 @@ EXAMPLES
|
|
|
12599
12599
|
$ codiac whereami --to-script
|
|
12600
12600
|
```
|
|
12601
12601
|
|
|
12602
|
-
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12602
|
+
_See code: [src/commands/whereami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/whereami.ts)_
|
|
12603
12603
|
|
|
12604
12604
|
## `codiac whoami`
|
|
12605
12605
|
|
|
@@ -12641,5 +12641,5 @@ EXAMPLES
|
|
|
12641
12641
|
$ codiac whoami --to-script
|
|
12642
12642
|
```
|
|
12643
12643
|
|
|
12644
|
-
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.
|
|
12644
|
+
_See code: [src/commands/whoami.ts](https://github.com/codiac/codiac-cli/blob/v1.3.202/src/commands/whoami.ts)_
|
|
12645
12645
|
<!-- commandsstop -->
|