Skip to main content
Command

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

OptionDescription
--ansiForce (or disable --no-ansi) ANSI output
--defineDefine a configuration item value.
--fieldSelect just one field, and force format to *string*.
--fieldsAvailable 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)
--formatFormat the result data. Available formats: csv,json,list,null,php,print-r,sections,string,table,tsv,var_dump,var_export,xml,yaml
--helpDisplay help for the given command. When no command is given display help for the <info>list</info> command
--nameDEPRECATED Name filter
--no-ansiNegate the "--ansi" option
--no-interactionDo not ask any interactive question
--orgDEPRECATED Organization filter; "all" or an organization's name, label, or ID
--ownerOwner filter; "me" or user UUID
--planDEPRECATED Plan filter; filter by the plan's label
--quietDo not output any message
--teamTeam-only filter
--upstreamUpstream name to filter
--verboseIncrease the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv)
--versionDisplay this application version
--yesAnswer all confirmations with "yes"
Back to all commands