@@ -4,22 +4,20 @@ This document contains the help content for the `et-cli` command-line program.
44
55** Command Overview:**
66
7- * [ ` et-cli ` ↴] ( #et-cli )
8- * [ ` et-cli generate-deployment ` ↴] ( #et-cli-generate-deployment )
9- * [ ` et-cli regen-verification ` ↴] ( #et-cli-regen-verification )
10- * [ ` et-cli module-package-json ` ↴] ( #et-cli-module-package-json )
7+ - [ ` et-cli ` ↴] ( #et-cli )
8+ - [ ` et-cli generate-deployment ` ↴] ( #et-cli-generate-deployment )
9+ - [ ` et-cli regen-verification ` ↴] ( #et-cli-regen-verification )
10+ - [ ` et-cli module-package-json ` ↴] ( #et-cli-module-package-json )
1111
1212## ` et-cli `
1313
1414** Usage:** ` et-cli [COMMAND] `
1515
1616###### ** Subcommands:**
1717
18- * ` generate-deployment ` — Generate deployment config from a cluster input YAML
19- * ` regen-verification ` — Regenerate verification outputs using verification input/output naming conventions
20- * ` module-package-json ` — Generate pkg/package.json from module metadata
21-
22-
18+ - ` generate-deployment ` — Generate deployment config from a cluster input YAML
19+ - ` regen-verification ` — Regenerate verification outputs using verification input/output naming conventions
20+ - ` module-package-json ` — Generate pkg/package.json from module metadata
2321
2422## ` et-cli generate-deployment `
2523
@@ -29,17 +27,14 @@ Generate deployment config from a cluster input YAML
2927
3028###### ** Options:**
3129
32- * ` --input-file <INPUT_FILE> `
33- * ` --output-dir <OUTPUT_DIR> `
34- * ` --output-type <OUTPUT_TYPE> `
30+ - ` --input-file <INPUT_FILE> `
31+ - ` --output-dir <OUTPUT_DIR> `
32+ - ` --output-type <OUTPUT_TYPE> `
3533
3634 Default value: ` mise `
3735
3836 Possible values: ` mise ` , ` docker-compose `
3937
40-
41-
42-
4338## ` et-cli regen-verification `
4439
4540Regenerate verification outputs using verification input/output naming conventions
@@ -48,12 +43,10 @@ Regenerate verification outputs using verification input/output naming conventio
4843
4944###### ** Options:**
5045
51- * ` --verification-root <VERIFICATION_ROOT> `
46+ - ` --verification-root <VERIFICATION_ROOT> `
5247
5348 Default value: ` verification `
5449
55-
56-
5750## ` et-cli module-package-json `
5851
5952Generate pkg/package.json from module metadata
@@ -62,16 +55,13 @@ Generate pkg/package.json from module metadata
6255
6356###### ** Options:**
6457
65- * ` --module-dir <MODULE_DIR> `
58+ - ` --module-dir <MODULE_DIR> `
6659
6760 Default value: ` . `
6861
69-
70-
7162<hr />
7263
7364<small ><i >
74- This document was generated automatically by
75- <a href =" https://crates.io/crates/clap-markdown " ><code >clap-markdown</code ></a >.
65+ This document was generated automatically by
66+ <a href =" https://crates.io/crates/clap-markdown " ><code >clap-markdown</code ></a >.
7667</i ></small >
77-
0 commit comments