spin pull [OPTIONS]
This command is a shortcut for docker-compose pull and can accept additional options that you pass to it.
ps
Lists containers for a Compose project, with current status and exposed ports.
run
Use `run` if you want to run a command with NEW containers. This is helpful for package installers, etc. This command does require a Docker Compose file to run. If you're looking for a command that you can run in any directory, check out `spin latest`.