You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,7 +82,7 @@ package, and write to the `<dest>` output path.
82
82
| Option | Description | Default |
83
83
|--|--|--|
84
84
|`-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`|
86
86
|`-e --entity-name <name>`| Provide the entity name used if the `eventhandler` component type is specified. |`SomeEntity`|
87
87
88
88
### 3. Start Dev Server: `service [options] [...packages]`
@@ -109,5 +109,5 @@ provide validation and convenience methods for creating a deployable artifact.
109
109
| Option | Description | Default |
110
110
|--|--|--|
111
111
|`-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`|
113
113
|`-e --endpoint <url>`| Provide the endpoint to use for components metadata |`/components`|
0 commit comments