Update README to add spin:down command

This commit is contained in:
Daniel Winning 2025-04-24 00:01:49 +01:00
parent 02625fb0d2
commit ba26a6bc17

View file

@ -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 > Do not install XDebug in your environment. Equivalent to setting `options.environment.php.xdebug = false` in your
> projects Spinner config. > 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 ## XDebug Setup
These instructions are for PHPStorm. I don't know about working with other IDE's, although they These instructions are for PHPStorm. I don't know about working with other IDE's, although they