Skip to main content

astroctl_org_get

astroctl org get

Get organization by Id

astroctl org get [flags]

Examples


# Get all organizations for the user
astroctl org get

# Get organization by Id
astroctl org get --org-id "org-id"


Options

  -h, --help            help for get
-i, --org-id string ID of the organization
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO