Skip to content

Commit 8b8137c

Browse files
committed
update manifest again for changes
1 parent 14389ff commit 8b8137c

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
@@ -1897,7 +1897,7 @@
18971897
"type": "boolean"
18981898
},
18991899
"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>.",
1900+
"description": "The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/<organization-id>",
19011901
"env": "SHOPIFY_FLAG_ORGANIZATION_ID",
19021902
"hasDynamicHelp": false,
19031903
"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)