Skip to content

list

List all sites currently on your Orbiter account. You can filter by domain with -d followed by the subdomain of the site.

terminal
orbiter list
> List existing sites for your account
 
OPTIONS:
  --domain, -d <str> - Filter by exact subdomain [optional]
 
FLAGS:
  --help, -h - show help
 
USAGE:
 
orbiter list

This will return the following JSON response from the API:

{
  data: [
    {
      id: 'string',
      created_at: 'string',
      organization_id: 'string',
      cid: 'string',
      domain: 'string',
      site_contract: 'string',
      updated_at: 'string',
      deployed_by: 'string',
      custom_domain: 'string',
      domain_ownership_verified: boolean,
      ssl_issued: boolean
    }
  ]
}