Skip to main content
Version: 3.x

example

Setup an official Saleor example locally​

example​

$ saleor example --help

Help output:

saleor example [name]

Setup an official Saleor example locally

Positionals:
name [string] [default: "my-saleor-app"]

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]
--dependencies, --deps [boolean] [default: true]
-t, --template, --repo, --repository [string]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]

Examples:
saleor example auth-sdk Setup the auth-sdk example from saleor/examples on GitHub

Was this page helpful?