terminus site:list
Description
Displays the list of sites accessible to the currently logged-in user.
Example Usage
terminus site:list --name NAME --org ORG --owner OWNER --plan PLAN --team --upstream UPSTREAM --format FORMAT --fields FIELDS --field FIELD
site:list
Displays the list of all sites accessible to the currently logged-in user.
site:list --name=<regex>
Displays a list of accessible sites with a name that matches <regex>.
site:list --org=<org>
Displays a list of accessible sites associated with the <org> organization.
site:list --org=all
Displays a list of accessible sites associated with any organization of which the currently logged-in is a member.
site:list --owner=<user>
Displays the list of accessible sites owned by the user with UUID <user>.
site:list --owner=me
Displays the list of sites owned by the currently logged-in user.
site:list --plan=<plan>
Displays the list of sites with a plan of this name
site:list --team
Displays the list of sites of which the currently logged-in user is a member of the team.
site:list --upstream=<upstream>
Displays the list of sites with the upstream having UUID <upstream>.
sites
Options
Option | Description |
---|---|
--ansi | Force (or disable --no-ansi) ANSI output |
--define | Define a configuration item value. |
--field | Select just one field, and force format to *string*. |
--fields | Available fields: Name (name), ID (id), Plan (plan_name), Framework (framework), Region (region), Owner (owner), Created (created), Memberships (memberships), Is Frozen? (frozen), Date frozen (last_frozen_at) |
--format | Format the result data. Available formats: csv,json,list,null,php,print-r,sections,string,table,tsv,var_dump,var_export,xml,yaml |
--help | Display help for the given command. When no command is given display help for the <info>list</info> command |
--name | DEPRECATED Name filter |
--no-ansi | Negate the "--ansi" option |
--no-interaction | Do not ask any interactive question |
--org | DEPRECATED Organization filter; "all" or an organization's name, label, or ID |
--owner | Owner filter; "me" or user UUID |
--plan | DEPRECATED Plan filter; filter by the plan's label |
--quiet | Do not output any message |
--team | Team-only filter |
--upstream | Upstream name to filter |
--verbose | Increase the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv) |
--version | Display this application version |
--yes | Answer all confirmations with "yes" |