Update README

This commit is contained in:
Daniel Winning 2025-04-13 20:13:19 +01:00
parent acf87efdb9
commit ff75dfaa82

View file

@ -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`