Skip to content

Cav get

cav get

Get resource to retrieve information from CloudAvenue.

Examples

    #List all T0
    cav get t0

    #List all T0 in wide format
    cav get t0 -o wide

    #List all Public IP
    cav get publicip

    #List all VDC in yaml format
    cav get vdc -o yaml

    #List all S3 in json format
    cav get s3 -o json

Options

  -h, --help            help for get
  -o, --output string   Output format. One of: (wide, json, yaml)

Options inherited from parent commands

  -t, --time   time elapsed for command

SEE ALSO