# Initialize a new workspace in the current directory.
# Apply a manifest to start it's processes.
# Tail logs in your terminal.
# Or only specific processes.
# Manipulate individual processes.
# Switch to a different configuration by applying a different manifest.
exo apply ./compose.test.yaml
# Shutdown everything and cleanup state when you're done.
# If you're very, very done and don't want exo running anymore.