spin kill
docker kill directly (not docker compose kill), so it affects every running container on your machine and does not accept any options.spin kill in scripts, CI, or other non-interactive contexts — it will hang waiting for input.spin stop or spin down instead.init
Initialize Spin on an existing project. This process will create all the files you need to get started with Spin.
latest
Run a one-off container to perform a task with the latest version of the container type you specify. This is great when you need to run composer or npm commands outside of a project directory.