Skip to content

Commit

Permalink
Build with updated Oclif manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gfscott committed Mar 12, 2024
1 parent 8a98eb0 commit 049ff5a
Showing 1 changed file with 118 additions and 118 deletions.
236 changes: 118 additions & 118 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,62 +1206,11 @@
"cpu.js"
]
},
"hydrogen:generate:route": {
"hydrogen:env:list": {
"aliases": [],
"args": {
"routeName": {
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.",
"name": "routeName",
"options": [
"home",
"page",
"cart",
"products",
"collections",
"policies",
"blogs",
"account",
"search",
"robots",
"sitemap",
"all"
],
"required": true
}
},
"description": "Generates a standard Shopify route.",
"args": {},
"description": "List the environments on your linked Hydrogen storefront.",
"flags": {
"adapter": {
"description": "Remix adapter used in the route. The default is `@shopify/remix-oxygen`.",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "adapter",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"typescript": {
"description": "Generate TypeScript files",
"env": "SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT",
"name": "typescript",
"allowNo": false,
"type": "boolean"
},
"locale-param": {
"description": "The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale).",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "locale-param",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"force": {
"char": "f",
"description": "Overwrites the destination directory and files if they already exist.",
"env": "SHOPIFY_HYDROGEN_FLAG_FORCE",
"name": "force",
"allowNo": false,
"type": "boolean"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
Expand All @@ -1273,7 +1222,7 @@
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "hydrogen:generate:route",
"id": "hydrogen:env:list",
"pluginAlias": "@shopify/cli-hydrogen",
"pluginName": "@shopify/cli-hydrogen",
"pluginType": "core",
Expand All @@ -1283,34 +1232,28 @@
"dist",
"commands",
"hydrogen",
"generate",
"route.js"
"env",
"list.js"
]
},
"hydrogen:generate:routes": {
"hydrogen:env:pull": {
"aliases": [],
"args": {},
"description": "Generates all supported standard shopify routes.",
"description": "Populate your .env with variables from your Hydrogen storefront.",
"flags": {
"adapter": {
"description": "Remix adapter used in the route. The default is `@shopify/remix-oxygen`.",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "adapter",
"env-branch": {
"char": "e",
"description": "Specifies the environment to pull variables from using its Git branch name.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH",
"name": "env-branch",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"typescript": {
"description": "Generate TypeScript files",
"env": "SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT",
"name": "typescript",
"allowNo": false,
"type": "boolean"
},
"locale-param": {
"description": "The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale).",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "locale-param",
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
"name": "path",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
Expand All @@ -1322,19 +1265,11 @@
"name": "force",
"allowNo": false,
"type": "boolean"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
"name": "path",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "hydrogen:generate:routes",
"id": "hydrogen:env:pull",
"pluginAlias": "@shopify/cli-hydrogen",
"pluginName": "@shopify/cli-hydrogen",
"pluginType": "core",
Expand All @@ -1344,15 +1279,31 @@
"dist",
"commands",
"hydrogen",
"generate",
"routes.js"
"env",
"pull.js"
]
},
"hydrogen:env:list": {
"hydrogen:env:push__unstable": {
"aliases": [],
"args": {},
"description": "List the environments on your linked Hydrogen storefront.",
"description": "Push environment variables from the local .env file to your linked Hydrogen storefront.",
"flags": {
"env": {
"description": "Specifies an environment's name when using remote environment variables.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_NAME",
"name": "env",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"env-file": {
"description": "Specify the environment variable file name. Default value is '.env'.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_FILENAME",
"name": "env-file",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
Expand All @@ -1363,8 +1314,9 @@
}
},
"hasDynamicHelp": false,
"hidden": true,
"hiddenAliases": [],
"id": "hydrogen:env:list",
"id": "hydrogen:env:push__unstable",
"pluginAlias": "@shopify/cli-hydrogen",
"pluginName": "@shopify/cli-hydrogen",
"pluginType": "core",
Expand All @@ -1375,27 +1327,53 @@
"commands",
"hydrogen",
"env",
"list.js"
"push__unstable.js"
]
},
"hydrogen:env:pull": {
"hydrogen:generate:route": {
"aliases": [],
"args": {},
"description": "Populate your .env with variables from your Hydrogen storefront.",
"args": {
"routeName": {
"description": "The route to generate. One of home,page,cart,products,collections,policies,blogs,account,search,robots,sitemap,all.",
"name": "routeName",
"options": [
"home",
"page",
"cart",
"products",
"collections",
"policies",
"blogs",
"account",
"search",
"robots",
"sitemap",
"all"
],
"required": true
}
},
"description": "Generates a standard Shopify route.",
"flags": {
"env-branch": {
"char": "e",
"description": "Specifies the environment to pull variables from using its Git branch name.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH",
"name": "env-branch",
"adapter": {
"description": "Remix adapter used in the route. The default is `@shopify/remix-oxygen`.",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "adapter",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
"name": "path",
"typescript": {
"description": "Generate TypeScript files",
"env": "SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT",
"name": "typescript",
"allowNo": false,
"type": "boolean"
},
"locale-param": {
"description": "The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale).",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "locale-param",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
Expand All @@ -1407,11 +1385,19 @@
"name": "force",
"allowNo": false,
"type": "boolean"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
"name": "path",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "hydrogen:env:pull",
"id": "hydrogen:generate:route",
"pluginAlias": "@shopify/cli-hydrogen",
"pluginName": "@shopify/cli-hydrogen",
"pluginType": "core",
Expand All @@ -1421,31 +1407,46 @@
"dist",
"commands",
"hydrogen",
"env",
"pull.js"
"generate",
"route.js"
]
},
"hydrogen:env:push__unstable": {
"hydrogen:generate:routes": {
"aliases": [],
"args": {},
"description": "Push environment variables from the local .env file to your linked Hydrogen storefront.",
"description": "Generates all supported standard shopify routes.",
"flags": {
"env": {
"description": "Specifies an environment's name when using remote environment variables.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_NAME",
"name": "env",
"adapter": {
"description": "Remix adapter used in the route. The default is `@shopify/remix-oxygen`.",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "adapter",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"env-file": {
"description": "Specify the environment variable file name. Default value is '.env'.",
"env": "SHOPIFY_HYDROGEN_ENVIRONMENT_FILENAME",
"name": "env-file",
"typescript": {
"description": "Generate TypeScript files",
"env": "SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT",
"name": "typescript",
"allowNo": false,
"type": "boolean"
},
"locale-param": {
"description": "The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale).",
"env": "SHOPIFY_HYDROGEN_FLAG_ADAPTER",
"name": "locale-param",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"force": {
"char": "f",
"description": "Overwrites the destination directory and files if they already exist.",
"env": "SHOPIFY_HYDROGEN_FLAG_FORCE",
"name": "force",
"allowNo": false,
"type": "boolean"
},
"path": {
"description": "The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run.",
"env": "SHOPIFY_HYDROGEN_FLAG_PATH",
Expand All @@ -1456,9 +1457,8 @@
}
},
"hasDynamicHelp": false,
"hidden": true,
"hiddenAliases": [],
"id": "hydrogen:env:push__unstable",
"id": "hydrogen:generate:routes",
"pluginAlias": "@shopify/cli-hydrogen",
"pluginName": "@shopify/cli-hydrogen",
"pluginType": "core",
Expand All @@ -1468,8 +1468,8 @@
"dist",
"commands",
"hydrogen",
"env",
"push__unstable.js"
"generate",
"routes.js"
]
},
"hydrogen:setup:css": {
Expand Down

0 comments on commit 049ff5a

Please sign in to comment.