saleor / cli

Command-line interface allowing interaction with Saleor Cloud environments.
Other
69 stars 23 forks source link

Sample `saleor storefront create` doesn't work #704

Open omarkhd opened 10 months ago

omarkhd commented 10 months ago

Describe the bug and command which you used

saleor storefront create --url https://demo.saleor.io/graphql/

fails with

⠋ Downloading...
 ERROR Provided Git URL is invalid: saleor/storefront

 If you think this is a bug, report it on GitHub:
 https://github.com/saleor/saleor-cli/issues

 CLI Docs:
 https://docs.saleor.io/docs/3.x/cli

To Reproduce

node -v
v18.18.2

npm i -g @saleor/cli@latest
saleor -V
1.38.0

npm install -g pnpm
pnpm -v
8.9.2

saleor storefront create --url https://demo.saleor.io/graphql/
⠋ Downloading...
 ERROR Provided Git URL is invalid: saleor/storefront

 If you think this is a bug, report it on GitHub:
 https://github.com/saleor/saleor-cli/issues

 CLI Docs:
 https://docs.saleor.io/docs/3.x/cli

Current behavior

it fails

Expected behavior

it should create a local saleor-storefront instance (?) it is the first time i'm trying out saleor

Screenshots

n/a

Additional context

running inside docker container