Update README to add spin:down command
This commit is contained in:
parent
02625fb0d2
commit
ba26a6bc17
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -73,6 +73,19 @@ Creates a new PHP development environment and mounts your project files.
|
|||
> Do not install XDebug in your environment. Equivalent to setting `options.environment.php.xdebug = false` in your
|
||||
> projects Spinner config.
|
||||
|
||||
## Command: `spin:down`
|
||||
|
||||
Destroys a named environment; containers and Spinner config.
|
||||
|
||||
> #### Argument: name
|
||||
>
|
||||
> **Required?** ✅
|
||||
>
|
||||
> The name of the containers and associated config that you wish to delete. Use the same name you used when you
|
||||
> span up your containers with the `spin:up` command.
|
||||
>
|
||||
> `spinner spin:down name=project-name`
|
||||
|
||||
## XDebug Setup
|
||||
|
||||
These instructions are for PHPStorm. I don't know about working with other IDE's, although they
|
||||
|
|
Loading…
Add table
Reference in a new issue