Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1465,9 +1465,8 @@ USAGE
[--typescript]

ARGUMENTS
ROUTENAME (home|page|cart|products|collections|policies|blogs|account|search|robots|sitemap|tokenlessApi|all) The
route to generate. One of
home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,tokenlessApi,all.
ROUTENAME (home|page|cart|products|collections|policies|blogs|account|search|robots|sitemap|all) The route to
generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.

FLAGS
-f, --force [env: SHOPIFY_HYDROGEN_FLAG_FORCE] Overwrites the destination directory and files if they
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4426,7 +4426,7 @@
],
"args": {
"routeName": {
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,tokenlessApi,all.",
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.",
"name": "routeName",
"options": [
"home",
Expand All @@ -4440,7 +4440,6 @@
"search",
"robots",
"sitemap",
"tokenlessApi",
"all"
],
"required": true
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@shopify/plugin-cloudflare": "3.93.0",
"@shopify/plugin-did-you-mean": "3.93.0",
"@shopify/theme": "3.93.0",
"@shopify/cli-hydrogen": "11.1.10",
"@shopify/cli-hydrogen": "11.1.14",
"@types/global-agent": "3.0.0",
"@vitest/coverage-istanbul": "^3.1.4",
"esbuild-plugin-copy": "^2.1.1"
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading