You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-shopify.dev/generated/generated_docs_data_v2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5344,7 +5344,7 @@
5344
5344
"syntaxKind": "PropertySignature",
5345
5345
"name": "--organization-id <value>",
5346
5346
"value": "string",
5347
-
"description": "The numeric organization ID. Auto-selects if you belong to a single organization.",
5347
+
"description": "The numeric organization ID. Auto-selects if you belong to a single organization. Required if non interactive when more than one organization is available.",
"value": "export interface storelist {\n /**\n * Output the result as JSON. Automatically disables color output.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * The numeric organization ID. Auto-selects if you belong to a single organization.\n * @environment SHOPIFY_FLAG_ORGANIZATION_ID\n */\n '--organization-id <value>'?: string\n\n /**\n * Increase the verbosity of the output. May include sensitive data.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}"
5370
+
"value": "export interface storelist {\n /**\n * Output the result as JSON. Automatically disables color output.\n * @environment SHOPIFY_FLAG_JSON\n */\n '-j, --json'?: ''\n\n /**\n * Disable color output.\n * @environment SHOPIFY_FLAG_NO_COLOR\n */\n '--no-color'?: ''\n\n /**\n * The numeric organization ID. Auto-selects if you belong to a single organization. Required if non interactive when more than one organization is available.\n * @environment SHOPIFY_FLAG_ORGANIZATION_ID\n */\n '--organization-id <value>'?: string\n\n /**\n * Increase the verbosity of the output. May include sensitive data.\n * @environment SHOPIFY_FLAG_VERBOSE\n */\n '--verbose'?: ''\n}"
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6710,7 +6710,7 @@
6710
6710
"type": "boolean"
6711
6711
},
6712
6712
"name": {
6713
-
"description": "Name for the new development store.",
6713
+
"description": "Name for the new development store. Required if non interactive.",
6714
6714
"env": "SHOPIFY_FLAG_STORE_NAME",
6715
6715
"hasDynamicHelp": false,
6716
6716
"multiple": false,
@@ -6726,15 +6726,15 @@
6726
6726
"type": "boolean"
6727
6727
},
6728
6728
"organization-id": {
6729
-
"description": "The numeric organization ID. Auto-selects if you belong to a single organization.",
6729
+
"description": "The numeric organization ID. Auto-selects if you belong to a single organization. Required if non interactive.",
6730
6730
"env": "SHOPIFY_FLAG_ORGANIZATION_ID",
6731
6731
"hasDynamicHelp": false,
6732
6732
"multiple": false,
6733
6733
"name": "organization-id",
6734
6734
"type": "option"
6735
6735
},
6736
6736
"plan": {
6737
-
"description": "The Shopify plan to use for the new development store.",
6737
+
"description": "The Shopify plan to use for the new development store. Required if non interactive.",
6738
6738
"env": "SHOPIFY_FLAG_STORE_PLAN",
6739
6739
"hasDynamicHelp": false,
6740
6740
"multiple": false,
@@ -6860,7 +6860,7 @@
6860
6860
"force": {
6861
6861
"allowNo": false,
6862
6862
"char": "f",
6863
-
"description": "Skip confirmation.",
6863
+
"description": "Skip confirmation. Required if non interactive.",
6864
6864
"env": "SHOPIFY_FLAG_FORCE",
6865
6865
"name": "force",
6866
6866
"type": "boolean"
@@ -7193,8 +7193,8 @@
7193
7193
"args": {
7194
7194
},
7195
7195
"customPluginName": "@shopify/store",
7196
-
"description": "Lists stores in a Shopify organization available to the current CLI account.\n\nWhen more than one organization is available, the command prompts you to pick one unless you provide `--organization-id`.\nIn non-interactive environments, `--organization-id` is required.\n\nRun `<%= config.bin %> organization list` to find organization IDs.",
7197
-
"descriptionWithMarkdown": "Lists stores in a Shopify organization available to the current CLI account.\n\nWhen more than one organization is available, the command prompts you to pick one unless you provide `--organization-id`.\nIn non-interactive environments, `--organization-id` is required.\n\nRun `<%= config.bin %> organization list` to find organization IDs.",
7196
+
"description": "Lists stores in a Shopify organization available to the current CLI account.\n\nWhen more than one organization is available, the command prompts you to pick one unless you provide `--organization-id`. In that case, `--organization-id` is required in non-interactive environments.\n\nRun `<%= config.bin %> organization list` to find organization IDs.",
7197
+
"descriptionWithMarkdown": "Lists stores in a Shopify organization available to the current CLI account.\n\nWhen more than one organization is available, the command prompts you to pick one unless you provide `--organization-id`. In that case, `--organization-id` is required in non-interactive environments.\n\nRun `<%= config.bin %> organization list` to find organization IDs.",
"description": "The numeric organization ID. Auto-selects if you belong to a single organization.",
7222
+
"description": "The numeric organization ID. Auto-selects if you belong to a single organization. Required if non interactive when more than one organization is available.",
staticsummary='List stores in a Shopify organization.'
9
10
10
11
staticdescriptionWithMarkdown=`Lists stores in a Shopify organization available to the current CLI account.
11
12
12
-
When more than one organization is available, the command prompts you to pick one unless you provide \`--organization-id\`.
13
-
In non-interactive environments, \`--organization-id\` is required.
13
+
When more than one organization is available, the command prompts you to pick one unless you provide \`--organization-id\`. In that case, \`--organization-id\` is required in non-interactive environments.
14
14
15
15
Run \`<%= config.bin %> organization list\` to find organization IDs.`
16
16
@@ -25,7 +25,10 @@ Run \`<%= config.bin %> organization list\` to find organization IDs.`
25
25
staticflags={
26
26
...globalFlags,
27
27
...jsonFlag,
28
-
'organization-id': storeFlags['organization-id'],
28
+
'organization-id': Flags.integer({
29
+
description: `${storeFlags['organization-id'].description} Required if non interactive when more than one organization is available.`,
0 commit comments