organization
Manage Saleor Cloud organizations
organization
$ saleor organization --help
Help output:
saleor organization [command]
Manage Saleor Cloud organizations
Commands:
saleor organization show [slug|organization] Show a specific organization
saleor organization list List organizations
saleor organization remove [slug] Remove the organization
saleor organization permissions [slug|organization] List organization permissions
saleor organization switch [slug] Make the provided organization the default one
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
organization show
$ saleor organization show --help
Help output:
saleor organization show [slug|organization]
Show a specific organization
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
organization list
$ saleor organization list --help
Help output:
saleor organization list
List organizations
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
organization remove
$ saleor organization remove --help
Help output:
saleor organization remove [slug]
Remove the organization
Positionals:
slug slug of the organization [string]
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
--force skip confirmation prompt [boolean]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
organization permissions
$ saleor organization permissions --help
Help output:
saleor organization permissions [slug|organization]
List organization permissions
Positionals:
slug, organization slug of the organization [string]
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
organization switch
$ saleor organization switch --help
Help output:
saleor organization switch [slug]
Make the provided organization the default one
Positionals:
slug slug of the organization [string]
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance API URL (must start with the protocol, i.e. https:// or http://) [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]