# Initialize the environment, for example create project files
# Enter the Development Environment with relaxed hermeticity (state of being airtight)
# Get detailed information about the current environment
# Start processes with `devenv`
devenv up --config path/to/file
# Clean the environment variables and re-enter the shell in offline mode
# Delete the previous shell generations
# Generate an OCI container from your development environment
devenv container build <name>
# Build OCI shell container, equivalent container to the shell environment
devenv container build shell
# Build OCI shell container, equivalent container to the process, services in environment
devenv container build process
# Run container using Docker
devenv container run <name>
# Run container with podman directly