Skip to main content

astroctl_organization_get

astroctl organization get

Get organization by Id

astroctl organization 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