Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Latest commit

 

History

History
101 lines (75 loc) · 3.08 KB

File metadata and controls

101 lines (75 loc) · 3.08 KB

Commands for roc-package-web-app-react-dev

General Information

All commands can be called with some additional options as can be seen below.

General options

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

Commands

build

Build the current project.

roc-package-web-app-react-dev build

Settings options

clean

Cleans the current project.

roc-package-web-app-react-dev clean

Settings options

dev

Starts the current project in development mode.

roc-package-web-app-react-dev dev

Settings options

All groups are available.

list-settings

Prints all the available settings that can be changed.

roc-package-web-app-react-dev list-settings

markdown-actions

Prints all the registered actions in a markdown format.

roc-package-web-app-react-dev markdown-actions

markdown-hooks

Prints all the registered hooks in a markdown format.

roc-package-web-app-react-dev markdown-hooks

markdown-settings

Prints all the available settings that can be changed in a markdown format.

roc-package-web-app-react-dev markdown-settings

start

Starts the current project.

roc-package-web-app-react-dev start [artifact]

Arguments

Name Description Required Type Default
artifact Path to an artifact to start. No Filepath

Settings options