Environment Commands

Commands used to interact with environments you provision in DragonOps.


environment list

The environment list command is used to list all metadata for the environments associated with your DragonOps organization.

Use (minimal):

dragonops environment list

Use (full):

dragonops environment list --where <key=value> --do-api-key <do-api-key> --confirm 

Flags:

All flags for the environment list command are optional – you will be prompted for anything you do not provide.

flag description  
do-api-key The DragonOps API key associated with a valid user.  
where Any filter to apply to the group list search. The with the key and value should be separated by an =. Example: --where Cluster.Group.Name=preprod.  
confirm A boolean, passed as --confirm. Used to skip any prompts that already have defaults and confirm actions without user input.  

Resources Provisioned

N/A