|
4872 | 4872 | "strict": true, |
4873 | 4873 | "usage": "search [query]" |
4874 | 4874 | }, |
| 4875 | + "store:copy": { |
| 4876 | + "aliases": [ |
| 4877 | + ], |
| 4878 | + "args": { |
| 4879 | + }, |
| 4880 | + "customPluginName": "@shopify/store", |
| 4881 | + "description": "Copy data between stores, export store data to SQLite, or import data from SQLite to a store", |
| 4882 | + "flags": { |
| 4883 | + "fromFile": { |
| 4884 | + "description": "The SQLite file to import data from.", |
| 4885 | + "env": "SHOPIFY_FLAG_FROM_FILE", |
| 4886 | + "hasDynamicHelp": false, |
| 4887 | + "multiple": false, |
| 4888 | + "name": "fromFile", |
| 4889 | + "required": false, |
| 4890 | + "type": "option" |
| 4891 | + }, |
| 4892 | + "fromStore": { |
| 4893 | + "description": "The source store domain to copy/export data from (e.g., source.myshopify.com).", |
| 4894 | + "env": "SHOPIFY_FLAG_FROM_STORE", |
| 4895 | + "hasDynamicHelp": false, |
| 4896 | + "multiple": false, |
| 4897 | + "name": "fromStore", |
| 4898 | + "required": false, |
| 4899 | + "type": "option" |
| 4900 | + }, |
| 4901 | + "key": { |
| 4902 | + "default": [ |
| 4903 | + "products:handle" |
| 4904 | + ], |
| 4905 | + "description": "The identity key to use to match resources", |
| 4906 | + "env": "SHOPIFY_FLAG_IDENTITY_KEY", |
| 4907 | + "hasDynamicHelp": false, |
| 4908 | + "multiple": true, |
| 4909 | + "name": "key", |
| 4910 | + "required": false, |
| 4911 | + "type": "option" |
| 4912 | + }, |
| 4913 | + "mock": { |
| 4914 | + "allowNo": false, |
| 4915 | + "char": "m", |
| 4916 | + "description": "Use mock data instead of real API calls (for development).", |
| 4917 | + "env": "SHOPIFY_FLAG_MOCK", |
| 4918 | + "hidden": true, |
| 4919 | + "name": "mock", |
| 4920 | + "required": false, |
| 4921 | + "type": "boolean" |
| 4922 | + }, |
| 4923 | + "no-color": { |
| 4924 | + "allowNo": false, |
| 4925 | + "description": "Disable color output.", |
| 4926 | + "env": "SHOPIFY_FLAG_NO_COLOR", |
| 4927 | + "hidden": false, |
| 4928 | + "name": "no-color", |
| 4929 | + "type": "boolean" |
| 4930 | + }, |
| 4931 | + "no-prompt": { |
| 4932 | + "allowNo": false, |
| 4933 | + "char": "y", |
| 4934 | + "description": "Skip confirmation prompts.", |
| 4935 | + "env": "SHOPIFY_FLAG_YES", |
| 4936 | + "name": "no-prompt", |
| 4937 | + "required": false, |
| 4938 | + "type": "boolean" |
| 4939 | + }, |
| 4940 | + "toFile": { |
| 4941 | + "description": "The SQLite file path to export data to. Omit to auto-generate filename.", |
| 4942 | + "env": "SHOPIFY_FLAG_TO_FILE", |
| 4943 | + "hasDynamicHelp": false, |
| 4944 | + "multiple": false, |
| 4945 | + "name": "toFile", |
| 4946 | + "required": false, |
| 4947 | + "type": "option" |
| 4948 | + }, |
| 4949 | + "toStore": { |
| 4950 | + "description": "The target store domain to copy/import data to (e.g., target.myshopify.com).", |
| 4951 | + "env": "SHOPIFY_FLAG_TO_STORE", |
| 4952 | + "hasDynamicHelp": false, |
| 4953 | + "multiple": false, |
| 4954 | + "name": "toStore", |
| 4955 | + "required": false, |
| 4956 | + "type": "option" |
| 4957 | + }, |
| 4958 | + "verbose": { |
| 4959 | + "allowNo": false, |
| 4960 | + "description": "Increase the verbosity of the output.", |
| 4961 | + "env": "SHOPIFY_FLAG_VERBOSE", |
| 4962 | + "hidden": false, |
| 4963 | + "name": "verbose", |
| 4964 | + "type": "boolean" |
| 4965 | + } |
| 4966 | + }, |
| 4967 | + "hasDynamicHelp": false, |
| 4968 | + "hidden": true, |
| 4969 | + "hiddenAliases": [ |
| 4970 | + ], |
| 4971 | + "id": "store:copy", |
| 4972 | + "pluginAlias": "@shopify/cli", |
| 4973 | + "pluginName": "@shopify/cli", |
| 4974 | + "pluginType": "core", |
| 4975 | + "strict": true, |
| 4976 | + "summary": "Copy, export, or import store data" |
| 4977 | + }, |
4875 | 4978 | "theme:check": { |
4876 | 4979 | "aliases": [ |
4877 | 4980 | ], |
|
0 commit comments