|
2143 | 2143 | "strict": true, |
2144 | 2144 | "summary": "Generate a new app Extension." |
2145 | 2145 | }, |
2146 | | - "app:generate:schema": { |
2147 | | - "aliases": [ |
2148 | | - ], |
2149 | | - "args": { |
2150 | | - }, |
2151 | | - "customPluginName": "@shopify/app", |
2152 | | - "description": "\"DEPRECATED, use `app function schema`] Generates the latest [GraphQL schema\" (https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.", |
2153 | | - "descriptionWithMarkdown": "[DEPRECATED, use `app function schema`] Generates the latest [GraphQL schema](https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.", |
2154 | | - "flags": { |
2155 | | - "client-id": { |
2156 | | - "description": "The Client ID of your app.", |
2157 | | - "env": "SHOPIFY_FLAG_CLIENT_ID", |
2158 | | - "exclusive": [ |
2159 | | - "config" |
2160 | | - ], |
2161 | | - "hasDynamicHelp": false, |
2162 | | - "hidden": false, |
2163 | | - "multiple": false, |
2164 | | - "name": "client-id", |
2165 | | - "type": "option" |
2166 | | - }, |
2167 | | - "config": { |
2168 | | - "char": "c", |
2169 | | - "description": "The name of the app configuration.", |
2170 | | - "env": "SHOPIFY_FLAG_APP_CONFIG", |
2171 | | - "hasDynamicHelp": false, |
2172 | | - "hidden": false, |
2173 | | - "multiple": false, |
2174 | | - "name": "config", |
2175 | | - "type": "option" |
2176 | | - }, |
2177 | | - "no-color": { |
2178 | | - "allowNo": false, |
2179 | | - "description": "Disable color output.", |
2180 | | - "env": "SHOPIFY_FLAG_NO_COLOR", |
2181 | | - "hidden": false, |
2182 | | - "name": "no-color", |
2183 | | - "type": "boolean" |
2184 | | - }, |
2185 | | - "path": { |
2186 | | - "description": "The path to your function directory.", |
2187 | | - "env": "SHOPIFY_FLAG_PATH", |
2188 | | - "hasDynamicHelp": false, |
2189 | | - "hidden": false, |
2190 | | - "multiple": false, |
2191 | | - "name": "path", |
2192 | | - "noCacheDefault": true, |
2193 | | - "type": "option" |
2194 | | - }, |
2195 | | - "reset": { |
2196 | | - "allowNo": false, |
2197 | | - "description": "Reset all your settings.", |
2198 | | - "env": "SHOPIFY_FLAG_RESET", |
2199 | | - "exclusive": [ |
2200 | | - "config" |
2201 | | - ], |
2202 | | - "hidden": false, |
2203 | | - "name": "reset", |
2204 | | - "type": "boolean" |
2205 | | - }, |
2206 | | - "stdout": { |
2207 | | - "allowNo": false, |
2208 | | - "description": "Output the schema to stdout instead of writing to a file.", |
2209 | | - "env": "SHOPIFY_FLAG_STDOUT", |
2210 | | - "name": "stdout", |
2211 | | - "required": false, |
2212 | | - "type": "boolean" |
2213 | | - }, |
2214 | | - "verbose": { |
2215 | | - "allowNo": false, |
2216 | | - "description": "Increase the verbosity of the output.", |
2217 | | - "env": "SHOPIFY_FLAG_VERBOSE", |
2218 | | - "hidden": false, |
2219 | | - "name": "verbose", |
2220 | | - "type": "boolean" |
2221 | | - } |
2222 | | - }, |
2223 | | - "hasDynamicHelp": false, |
2224 | | - "hidden": true, |
2225 | | - "hiddenAliases": [ |
2226 | | - ], |
2227 | | - "id": "app:generate:schema", |
2228 | | - "pluginAlias": "@shopify/cli", |
2229 | | - "pluginName": "@shopify/cli", |
2230 | | - "pluginType": "core", |
2231 | | - "summary": "Fetch the latest GraphQL schema for a function." |
2232 | | - }, |
2233 | 2146 | "app:import-custom-data-definitions": { |
2234 | 2147 | "aliases": [ |
2235 | 2148 | ], |
|
0 commit comments