Skip to content

Commit

Permalink
align the CLI with the new storefront example
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiste authored and 2can committed Oct 4, 2023
1 parent f7912f3 commit 29ce4d9
Show file tree
Hide file tree
Showing 5 changed files with 1,189 additions and 1,309 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1139,16 +1139,16 @@ saleor storefront create [name]
Bootstrap example [name]
Positionals:
name [string] [default: "saleor-demo"]
name [string] [default: "saleor-storefront"]
Options:
--json Output the data as JSON [boolean] [default: false]
--short Output data as text [boolean] [default: false]
-u, --instance, --url Saleor instance to work with [string]
--demo specify demo process [boolean] [default: false]
--environment specify environment id [string]
-t, --template [string] [default: "saleor/react-storefront"]
-b, --branch [string] [default: "main"]
-t, --template [string] [default: "saleor/storefront"]
-b, --branch [string] [default: "canary"]
-V, --version Show version number [boolean]
-h, --help Show help [boolean]
```
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,48 +37,48 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@sentry/cli": "^2.20.7",
"@types/cli-progress": "^3.11.2",
"@types/debug": "^4.1.8",
"@sentry/cli": "^2.21.1",
"@types/cli-progress": "^3.11.3",
"@types/debug": "^4.1.9",
"@types/detect-port": "^1.3.3",
"@types/fs-extra": "^11.0.2",
"@types/git-url-parse": "^9.0.1",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^20.6.3",
"@types/prompt": "^1.1.5",
"@types/semver": "^7.5.2",
"@types/slug": "^5.0.4",
"@types/node": "^20.8.2",
"@types/prompt": "^1.1.6",
"@types/semver": "^7.5.3",
"@types/slug": "^5.0.5",
"@types/tar": "^6.1.6",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/yargs": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"clean-publish": "^4.2.0",
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"http-request-mock": "^1.8.17",
"husky": "^8.0.3",
"msw": "^1.3.1",
"msw": "^1.3.2",
"pkg": "^5.8.1",
"prettier": "3.0.3",
"release-it": "^16.1.5",
"release-it": "^16.2.1",
"strip-ansi": "^7.1.0",
"tree-kill": "^1.2.2",
"tsm": "^2.3.0",
"type-coverage": "^2.26.3",
"typescript": "^5.2.2",
"typescript-coverage-report": "^0.8.0",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@oclif/core": "1.26.2",
"@sentry/node": "^7.70.0",
"@sentry/node": "^7.73.0",
"@types/lodash.isempty": "^4.4.7",
"chalk": "^5.3.0",
"cli-highlight": "^2.1.11",
Expand Down Expand Up @@ -111,7 +111,7 @@
"retes": "^0.36.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.5.4",
"simple-git": "^3.19.1",
"simple-git": "^3.20.0",
"slug": "^8.2.3",
"tar": "^6.2.0",
"tiny-invariant": "^1.3.1",
Expand Down
Loading

0 comments on commit 29ce4d9

Please sign in to comment.