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
Previously theme `push` and `share` commands could
only be run in a single environment at a time. This
commit allows them to be run in multiple environments
in a single command run. Output is prefixed with the environment
name, when one exists
Copy file name to clipboardExpand all lines: packages/cli/oclif.manifest.json
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6671,6 +6671,16 @@
6671
6671
"hiddenAliases": [
6672
6672
],
6673
6673
"id": "theme:push",
6674
+
"multiEnvironmentsFlags": [
6675
+
"store",
6676
+
"password",
6677
+
"path",
6678
+
[
6679
+
"live",
6680
+
"development",
6681
+
"theme"
6682
+
]
6683
+
],
6674
6684
"pluginAlias": "@shopify/cli",
6675
6685
"pluginName": "@shopify/cli",
6676
6686
"pluginType": "core",
@@ -6998,9 +7008,6 @@
6998
7008
],
6999
7009
"args": {
7000
7010
},
7001
-
"cli2Flags": [
7002
-
"force"
7003
-
],
7004
7011
"customPluginName": "@shopify/theme",
7005
7012
"description": "Uploads your theme as a new, unpublished theme in your theme library. The theme is given a randomized name.\n\n This command returns a \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with others.",
7006
7013
"descriptionWithMarkdown": "Uploads your theme as a new, unpublished theme in your theme library. The theme is given a randomized name.\n\n This command returns a [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with others.",
0 commit comments