|
4885 | 4885 | "strict": true, |
4886 | 4886 | "usage": "search [query]" |
4887 | 4887 | }, |
4888 | | - "store:copy": { |
4889 | | - "aliases": [ |
4890 | | - ], |
4891 | | - "args": { |
4892 | | - }, |
4893 | | - "customPluginName": "@shopify/store", |
4894 | | - "description": "Examples:\n\n COPY data from one store to another in your organization\n shopify store copy --from-store source.myshopify.com --to-store target.myshopify.com\n\n EXPORT store data to SQLite\n shopify store copy --from-store source.myshopify.com --to-file path/to/file.sqlite\n\n IMPORT data from SQLite to a store\n shopify store copy --from-file path/to/file.sqlite --to-store target.myshopify.com\n", |
4895 | | - "flags": { |
4896 | | - "from-file": { |
4897 | | - "description": "The SQLite file to import data from. Can't be used with --to-file.", |
4898 | | - "env": "SHOPIFY_FLAG_FROM_FILE", |
4899 | | - "hasDynamicHelp": false, |
4900 | | - "multiple": false, |
4901 | | - "name": "from-file", |
4902 | | - "required": false, |
4903 | | - "type": "option" |
4904 | | - }, |
4905 | | - "from-store": { |
4906 | | - "description": "The source store domain to copy/export data from (e.g., source.myshopify.com).", |
4907 | | - "env": "SHOPIFY_FLAG_FROM_STORE", |
4908 | | - "hasDynamicHelp": false, |
4909 | | - "multiple": false, |
4910 | | - "name": "from-store", |
4911 | | - "required": false, |
4912 | | - "type": "option" |
4913 | | - }, |
4914 | | - "key": { |
4915 | | - "default": [ |
4916 | | - "products:handle" |
4917 | | - ], |
4918 | | - "description": "The identity key to use to match resources. ID metafields can be specified as <object_type>:metafield:<metafield_namespace>:<key>", |
4919 | | - "env": "SHOPIFY_FLAG_IDENTITY_KEY", |
4920 | | - "hasDynamicHelp": false, |
4921 | | - "multiple": true, |
4922 | | - "name": "key", |
4923 | | - "required": false, |
4924 | | - "type": "option" |
4925 | | - }, |
4926 | | - "mock": { |
4927 | | - "allowNo": false, |
4928 | | - "char": "m", |
4929 | | - "description": "Use mock data instead of real API calls (for development).", |
4930 | | - "env": "SHOPIFY_FLAG_MOCK", |
4931 | | - "hidden": true, |
4932 | | - "name": "mock", |
4933 | | - "required": false, |
4934 | | - "type": "boolean" |
4935 | | - }, |
4936 | | - "no-color": { |
4937 | | - "allowNo": false, |
4938 | | - "description": "Disable color output.", |
4939 | | - "env": "SHOPIFY_FLAG_NO_COLOR", |
4940 | | - "hidden": false, |
4941 | | - "name": "no-color", |
4942 | | - "type": "boolean" |
4943 | | - }, |
4944 | | - "no-prompt": { |
4945 | | - "allowNo": false, |
4946 | | - "char": "y", |
4947 | | - "description": "Skip confirmation prompts.", |
4948 | | - "env": "SHOPIFY_FLAG_YES", |
4949 | | - "name": "no-prompt", |
4950 | | - "required": false, |
4951 | | - "type": "boolean" |
4952 | | - }, |
4953 | | - "to-file": { |
4954 | | - "description": "The SQLite file path to export data to. Omit to auto-generate filename. Can't be used with --from-file.", |
4955 | | - "env": "SHOPIFY_FLAG_TO_FILE", |
4956 | | - "hasDynamicHelp": false, |
4957 | | - "multiple": false, |
4958 | | - "name": "to-file", |
4959 | | - "required": false, |
4960 | | - "type": "option" |
4961 | | - }, |
4962 | | - "to-store": { |
4963 | | - "description": "The target store domain to copy/import data to (e.g., target.myshopify.com).", |
4964 | | - "env": "SHOPIFY_FLAG_TO_STORE", |
4965 | | - "hasDynamicHelp": false, |
4966 | | - "multiple": false, |
4967 | | - "name": "to-store", |
4968 | | - "required": false, |
4969 | | - "type": "option" |
4970 | | - }, |
4971 | | - "verbose": { |
4972 | | - "allowNo": false, |
4973 | | - "description": "Increase the verbosity of the output.", |
4974 | | - "env": "SHOPIFY_FLAG_VERBOSE", |
4975 | | - "hidden": false, |
4976 | | - "name": "verbose", |
4977 | | - "type": "boolean" |
4978 | | - } |
4979 | | - }, |
4980 | | - "hasDynamicHelp": false, |
4981 | | - "hidden": true, |
4982 | | - "hiddenAliases": [ |
4983 | | - ], |
4984 | | - "id": "store:copy", |
4985 | | - "pluginAlias": "@shopify/cli", |
4986 | | - "pluginName": "@shopify/cli", |
4987 | | - "pluginType": "core", |
4988 | | - "strict": true, |
4989 | | - "summary": "Copy, export, or import store data" |
4990 | | - }, |
4991 | 4888 | "theme:check": { |
4992 | 4889 | "aliases": [ |
4993 | 4890 | ], |
|
0 commit comments