Skip to main content
Version: 3.x

project

Manage Saleor Cloud projects​

project​

$ saleor project --help

Help output:

saleor project [command]

Manage Saleor Cloud projects

Commands:
saleor project list List projects
saleor project create [name] Create a new project
saleor project remove [slug] Remove the project
saleor project show [project] Show a specific project

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]

project list​

$ saleor project list --help

Help output:

saleor project list

List projects

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]

project create​

$ saleor project create --help

Help output:

saleor project create [name]

Create a new project

Positionals:
name name for the new backup [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]
--plan specify the plan [string]
--region specify the region [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]

project remove​

$ saleor project remove --help

Help output:

saleor project remove [slug]

Remove the project

Positionals:
slug slug of the project [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]

project show​

$ saleor project show --help

Help output:

saleor project show [project]

Show a specific project

Positionals:
project [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]

Was this page helpful?