Cluster Commands

Commands used to interact with clusters you provision in DragonOps.


cluster list

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

Use (minimal):

dragonops cluster list

Use (full):

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

Flags:

All flags for the cluster 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 Network.Group.Account.AwsAccountId=1234567891012.  
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