Update README
This commit is contained in:
parent
acf87efdb9
commit
ff75dfaa82
1 changed files with 9 additions and 2 deletions
|
@ -23,5 +23,12 @@ by creating a `spinner.yaml` file in your project root directory and defining th
|
||||||
|
|
||||||
#### Options
|
#### Options
|
||||||
|
|
||||||
- `node-disabled` - **Optional**: Disables Node. Can also define the key `options.environment.node.enabled` in your
|
- `disable-node` - **Optional**: Disables Node. Can also define the key `options.environment.node.enabled` in your
|
||||||
`spinner.yaml` file.
|
`spinner.yaml` file.
|
||||||
|
- `disable-server` - **Optional:** Does not install a web server.
|
||||||
|
|
||||||
|
## Example Usage
|
||||||
|
|
||||||
|
`spinner spin:up name=test path=/abs/path/to/project`
|
||||||
|
|
||||||
|
`spinner spin:up test /abs/path/to/project 8.4 --disable-server --disable-node`
|
Loading…
Add table
Reference in a new issue