|
808 | 808 | "strict": true, |
809 | 809 | "summary": "Display app and extensions environment variables." |
810 | 810 | }, |
| 811 | + "app:execute": { |
| 812 | + "aliases": [ |
| 813 | + ], |
| 814 | + "args": { |
| 815 | + }, |
| 816 | + "customPluginName": "@shopify/app", |
| 817 | + "description": "Execute app operations.", |
| 818 | + "flags": { |
| 819 | + "client-id": { |
| 820 | + "description": "The Client ID of your app.", |
| 821 | + "env": "SHOPIFY_FLAG_CLIENT_ID", |
| 822 | + "exclusive": [ |
| 823 | + "config" |
| 824 | + ], |
| 825 | + "hasDynamicHelp": false, |
| 826 | + "hidden": false, |
| 827 | + "multiple": false, |
| 828 | + "name": "client-id", |
| 829 | + "type": "option" |
| 830 | + }, |
| 831 | + "config": { |
| 832 | + "char": "c", |
| 833 | + "description": "The name of the app configuration.", |
| 834 | + "env": "SHOPIFY_FLAG_APP_CONFIG", |
| 835 | + "hasDynamicHelp": false, |
| 836 | + "hidden": false, |
| 837 | + "multiple": false, |
| 838 | + "name": "config", |
| 839 | + "type": "option" |
| 840 | + }, |
| 841 | + "no-color": { |
| 842 | + "allowNo": false, |
| 843 | + "description": "Disable color output.", |
| 844 | + "env": "SHOPIFY_FLAG_NO_COLOR", |
| 845 | + "hidden": false, |
| 846 | + "name": "no-color", |
| 847 | + "type": "boolean" |
| 848 | + }, |
| 849 | + "path": { |
| 850 | + "description": "The path to your app directory.", |
| 851 | + "env": "SHOPIFY_FLAG_PATH", |
| 852 | + "hasDynamicHelp": false, |
| 853 | + "multiple": false, |
| 854 | + "name": "path", |
| 855 | + "noCacheDefault": true, |
| 856 | + "type": "option" |
| 857 | + }, |
| 858 | + "reset": { |
| 859 | + "allowNo": false, |
| 860 | + "description": "Reset all your settings.", |
| 861 | + "env": "SHOPIFY_FLAG_RESET", |
| 862 | + "exclusive": [ |
| 863 | + "config" |
| 864 | + ], |
| 865 | + "hidden": false, |
| 866 | + "name": "reset", |
| 867 | + "type": "boolean" |
| 868 | + }, |
| 869 | + "verbose": { |
| 870 | + "allowNo": false, |
| 871 | + "description": "Increase the verbosity of the output.", |
| 872 | + "env": "SHOPIFY_FLAG_VERBOSE", |
| 873 | + "hidden": false, |
| 874 | + "name": "verbose", |
| 875 | + "type": "boolean" |
| 876 | + } |
| 877 | + }, |
| 878 | + "hasDynamicHelp": false, |
| 879 | + "hidden": true, |
| 880 | + "hiddenAliases": [ |
| 881 | + ], |
| 882 | + "id": "app:execute", |
| 883 | + "pluginAlias": "@shopify/cli", |
| 884 | + "pluginName": "@shopify/cli", |
| 885 | + "pluginType": "core", |
| 886 | + "strict": true, |
| 887 | + "summary": "Execute app operations." |
| 888 | + }, |
811 | 889 | "app:function:build": { |
812 | 890 | "aliases": [ |
813 | 891 | ], |
|
0 commit comments