All commands can be called with some additional options as can be seen below.
Name | Description | Required |
---|---|---|
-c, --config | Path to configuration file, will default to roc.config.js in current working directory. | No |
-d, --directory | Path to working directory, will default to the current working directory. Can be either absolute or relative. | No |
-h, --help | Output usage information. | No |
-V, --verbose | Enable verbose mode. | No |
-v, --version | Output version number. | No |
Build the current project.
roc-package-web-app-react-dev build
Cleans the current project.
roc-package-web-app-react-dev clean
Starts the current project in development mode.
roc-package-web-app-react-dev dev
All groups are available.
Prints all the available settings that can be changed.
roc-package-web-app-react-dev list-settings
Prints all the registered actions in a markdown format.
roc-package-web-app-react-dev markdown-actions
Prints all the registered hooks in a markdown format.
roc-package-web-app-react-dev markdown-hooks
Prints all the available settings that can be changed in a markdown format.
roc-package-web-app-react-dev markdown-settings
Starts the current project.
roc-package-web-app-react-dev start [artifact]
Name | Description | Required | Type | Default |
---|---|---|---|---|
artifact | Path to an artifact to start. | No | Filepath |