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
`Organization with ID ${flags['organization-id']} not found`,
111
+
'Please verify the organization ID and try again. You can find your organization ID in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>',
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1896,6 +1896,15 @@
1896
1896
"name": "no-color",
1897
1897
"type": "boolean"
1898
1898
},
1899
+
"organization-id": {
1900
+
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>.",
Copy file name to clipboardExpand all lines: packages/create-app/oclif.manifest.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,15 @@
51
51
"name": "no-color",
52
52
"type": "boolean"
53
53
},
54
+
"organization-id": {
55
+
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>.",
0 commit comments