Skip to content

Commit a91adca

Browse files
committed
better
1 parent 1a9028b commit a91adca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/CLI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ projects with more components. If provided, `[dest]` or `--name` will be used fo
7272
| `-r --run` | Starts the custom component service after install completes | `false` |
7373
| `-n --name <name>` | Specify a name for the component package. If not provided, the directory name, or existing `package.json` name will be used | |
7474
| `-c --component-name <name>` | Use a name for the initial component in your project | `hello.world` |
75-
| `-t --component-type <custom,eventhandler>` | Specify the type of component to create | `custom` |
75+
| `-t --component-type <type>` | Specify the type `<custom,eventhandler>` of component to create | `custom` |
7676

7777
### 2. Add Components: `init component [options] <dest>`
7878

@@ -82,7 +82,7 @@ package, and write to the `<dest>` output path.
8282
| Option | Description | Default |
8383
|--|--|--|
8484
| `-n --name <name>` | Provide a name for the custom component | `hello.world` |
85-
| `-t --type <custom,eventhandler>` | Specify the type of component to create | `custom` |
85+
| `-t --type <type>` | Specify the type `<custom,eventhandler>` of component to create | `custom` |
8686
| `-e --entity-name <name>` | Provide the entity name used if the `eventhandler` component type is specified. | `SomeEntity` |
8787

8888
### 3. Start Dev Server: `service [options] [...packages]`
@@ -109,5 +109,5 @@ provide validation and convenience methods for creating a deployable artifact.
109109
| Option | Description | Default |
110110
|--|--|--|
111111
| `-d --dry-run` | Flag to peform project validations without emitting any specific archive. **TIP:** Useful addition to `prepack` or `test` scripts | `false` |
112-
| `-s --service <embedded,express,mobile-api>` | Specify a service type to use in the packaging (uses standard `npm pack` for `embedded`) | `embedded` |
112+
| `-s --service <type>` | Specify a service type `<embedded,express,mobile-api>` to use in the packaging (uses standard `npm pack` for `embedded`) | `embedded` |
113113
| `-e --endpoint <url>` | Provide the endpoint to use for components metadata | `/components` |

0 commit comments

Comments
 (0)