|
| 1 | +// This is an autogenerated file. Don't edit this file manually. |
| 2 | +export interface appbulkexecute { |
| 3 | + /** |
| 4 | + * The Client ID of your app. |
| 5 | + * @environment SHOPIFY_FLAG_CLIENT_ID |
| 6 | + */ |
| 7 | + '--client-id <value>'?: string |
| 8 | + |
| 9 | + /** |
| 10 | + * The name of the app configuration. |
| 11 | + * @environment SHOPIFY_FLAG_APP_CONFIG |
| 12 | + */ |
| 13 | + '-c, --config <value>'?: string |
| 14 | + |
| 15 | + /** |
| 16 | + * Disable color output. |
| 17 | + * @environment SHOPIFY_FLAG_NO_COLOR |
| 18 | + */ |
| 19 | + '--no-color'?: '' |
| 20 | + |
| 21 | + /** |
| 22 | + * The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT. |
| 23 | + * @environment SHOPIFY_FLAG_OUTPUT_FILE |
| 24 | + */ |
| 25 | + '--output-file <value>'?: string |
| 26 | + |
| 27 | + /** |
| 28 | + * The path to your app directory. |
| 29 | + * @environment SHOPIFY_FLAG_PATH |
| 30 | + */ |
| 31 | + '--path <value>'?: string |
| 32 | + |
| 33 | + /** |
| 34 | + * The GraphQL query or mutation to run as a bulk operation. |
| 35 | + * @environment SHOPIFY_FLAG_QUERY |
| 36 | + */ |
| 37 | + '-q, --query <value>'?: string |
| 38 | + |
| 39 | + /** |
| 40 | + * Path to a file containing the GraphQL query or mutation. Can't be used with --query. |
| 41 | + * @environment SHOPIFY_FLAG_QUERY_FILE |
| 42 | + */ |
| 43 | + '--query-file <value>'?: string |
| 44 | + |
| 45 | + /** |
| 46 | + * Reset all your settings. |
| 47 | + * @environment SHOPIFY_FLAG_RESET |
| 48 | + */ |
| 49 | + '--reset'?: '' |
| 50 | + |
| 51 | + /** |
| 52 | + * The store domain. Must be an existing dev store. |
| 53 | + * @environment SHOPIFY_FLAG_STORE |
| 54 | + */ |
| 55 | + '-s, --store <value>'?: string |
| 56 | + |
| 57 | + /** |
| 58 | + * Path to a file containing GraphQL variables in JSONL format (one JSON object per line). Can't be used with --variables. |
| 59 | + * @environment SHOPIFY_FLAG_VARIABLE_FILE |
| 60 | + */ |
| 61 | + '--variable-file <value>'?: string |
| 62 | + |
| 63 | + /** |
| 64 | + * The values for any GraphQL variables in your mutation, in JSON format. Can be specified multiple times. |
| 65 | + * @environment SHOPIFY_FLAG_VARIABLES |
| 66 | + */ |
| 67 | + '-v, --variables <value>'?: string |
| 68 | + |
| 69 | + /** |
| 70 | + * Increase the verbosity of the output. |
| 71 | + * @environment SHOPIFY_FLAG_VERBOSE |
| 72 | + */ |
| 73 | + '--verbose'?: '' |
| 74 | + |
| 75 | + /** |
| 76 | + * The API version to use for the bulk operation. If not specified, uses the latest stable version. |
| 77 | + * @environment SHOPIFY_FLAG_VERSION |
| 78 | + */ |
| 79 | + '--version <value>'?: string |
| 80 | + |
| 81 | + /** |
| 82 | + * Wait for bulk operation results before exiting. Defaults to false. |
| 83 | + * @environment SHOPIFY_FLAG_WATCH |
| 84 | + */ |
| 85 | + '--watch'?: '' |
| 86 | +} |
0 commit comments