Skip to content

Commit 404bba0

Browse files
committed
update manifest again for changes
1 parent 20711d2 commit 404bba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ FLAGS
593593
--flavor=<value> Which flavor of the given template to use.
594594
--no-color Disable color output.
595595
--organization-id=<value> The organization ID. Your organization ID can be found in your Dev Dashboard URL:
596-
https://dev.shopify.com/dashboard/<organization-id>.
596+
https://dev.shopify.com/dashboard/<organization-id>
597597
--template=<value> The app template. Accepts one of the following:
598598
- <reactRouter|remix|none>
599599
- Any GitHub repo with optional branch and subpath, e.g.,

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@
19061906
"type": "boolean"
19071907
},
19081908
"organization-id": {
1909-
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>.",
1909+
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>",
19101910
"env": "SHOPIFY_FLAG_ORGANIZATION_ID",
19111911
"hasDynamicHelp": false,
19121912
"hidden": false,

packages/create-app/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"type": "boolean"
5353
},
5454
"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>.",
55+
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>",
5656
"env": "SHOPIFY_FLAG_ORGANIZATION_ID",
5757
"hasDynamicHelp": false,
5858
"hidden": false,

0 commit comments

Comments
 (0)