From ba26a6bc175d2bdd5a60d0f62aea54d39fb200e9 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 00:01:49 +0100 Subject: [PATCH] Update README to add spin:down command --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a6798ef..2472a3c 100644 --- a/README.md +++ b/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