The nitro environment
command provides a set of subcommands that allow you to manage environments.
Create a Environment
The nitro environment create
command is used to create a new environment.
nitro environment create
List all Environments
The nitro environment list
command is used to list all environments of a workspace.
nitro environment list
Show Environment Details
The nitro environment show
command is used to show the details of an environment.
nitro environment show abc123
Arguments:
<id>
: Specifies the ID of the environment whose details you want to see.