Managing environments
All environment commands are available underoz environment (alias: oz e).
List environments
Create an environment
Run
oz environment image list to see the available Warp dev base images from Docker Hub.
If you omit --docker-image, Oz will prompt you to choose from the list interactively.oz environment create flags:
Get environment details
Update an environment
You can add repos, swap the Docker image, change the description, or append new setup commands without recreating the environment.oz environment update flags:
Delete an environment
Connecting an environment to a GitHub repository
The--repo flag accepts the owner/repo format and can be repeated to include multiple repositories. Oz clones each repo into the environment before running setup commands.
Base images
Warp publishes a set of curated dev base images. List them with:--docker-image flag.
Using an environment for an agent run
Pass--environment <id> (short: -e) when running a cloud agent to specify which environment to use.
--no-environment instead: