|
5921 | 5921 | "strict": true, |
5922 | 5922 | "summary": "Surface metadata about a Shopify store." |
5923 | 5923 | }, |
| 5924 | + "store:list": { |
| 5925 | + "aliases": [ |
| 5926 | + ], |
| 5927 | + "args": { |
| 5928 | + }, |
| 5929 | + "customPluginName": "@shopify/store", |
| 5930 | + "description": "Lists the stores in the Shopify organizations available to the current CLI account.\n\nUse `--organization-id` to list a single organization. Run `shopify organization list` to find organization IDs.", |
| 5931 | + "descriptionWithMarkdown": "Lists the stores in the Shopify organizations available to the current CLI account.\n\nUse `--organization-id` to list a single organization. Run `shopify organization list` to find organization IDs.", |
| 5932 | + "examples": [ |
| 5933 | + "<%= config.bin %> <%= command.id %>", |
| 5934 | + "<%= config.bin %> <%= command.id %> --organization-id 1234567", |
| 5935 | + "<%= config.bin %> <%= command.id %> --json" |
| 5936 | + ], |
| 5937 | + "flags": { |
| 5938 | + "json": { |
| 5939 | + "allowNo": false, |
| 5940 | + "char": "j", |
| 5941 | + "description": "Output the result as JSON. Automatically disables color output.", |
| 5942 | + "env": "SHOPIFY_FLAG_JSON", |
| 5943 | + "hidden": false, |
| 5944 | + "name": "json", |
| 5945 | + "type": "boolean" |
| 5946 | + }, |
| 5947 | + "no-color": { |
| 5948 | + "allowNo": false, |
| 5949 | + "description": "Disable color output.", |
| 5950 | + "env": "SHOPIFY_FLAG_NO_COLOR", |
| 5951 | + "hidden": false, |
| 5952 | + "name": "no-color", |
| 5953 | + "type": "boolean" |
| 5954 | + }, |
| 5955 | + "organization-id": { |
| 5956 | + "description": "List stores for a single organization, by ID.", |
| 5957 | + "env": "SHOPIFY_FLAG_ORGANIZATION_ID", |
| 5958 | + "hasDynamicHelp": false, |
| 5959 | + "multiple": false, |
| 5960 | + "name": "organization-id", |
| 5961 | + "required": false, |
| 5962 | + "type": "option" |
| 5963 | + }, |
| 5964 | + "verbose": { |
| 5965 | + "allowNo": false, |
| 5966 | + "description": "Increase the verbosity of the output.", |
| 5967 | + "env": "SHOPIFY_FLAG_VERBOSE", |
| 5968 | + "hidden": false, |
| 5969 | + "name": "verbose", |
| 5970 | + "type": "boolean" |
| 5971 | + } |
| 5972 | + }, |
| 5973 | + "hasDynamicHelp": false, |
| 5974 | + "hiddenAliases": [ |
| 5975 | + ], |
| 5976 | + "id": "store:list", |
| 5977 | + "pluginAlias": "@shopify/cli", |
| 5978 | + "pluginName": "@shopify/cli", |
| 5979 | + "pluginType": "core", |
| 5980 | + "strict": true, |
| 5981 | + "summary": "List stores in your Shopify organization." |
| 5982 | + }, |
5924 | 5983 | "theme:check": { |
5925 | 5984 | "aliases": [ |
5926 | 5985 | ], |
|
0 commit comments