From 149fcc81ee30b8236703a6618661b59ed3437595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Tue, 7 Jul 2026 17:53:54 +0200 Subject: [PATCH] Stop tracking generated docs interfaces Assisted-By: devx/a2560e25-a597-4af7-92ea-24c6fa943415 --- .gitignore | 1 + .../interfaces/app-build.interface.ts | 48 ------ .../interfaces/app-bulk-cancel.interface.ts | 54 ------- .../interfaces/app-bulk-execute.interface.ts | 90 ------------ .../interfaces/app-bulk-status.interface.ts | 54 ------- .../interfaces/app-config-link.interface.ts | 42 ------ .../interfaces/app-config-pull.interface.ts | 42 ------ .../interfaces/app-config-use.interface.ts | 36 ----- .../app-config-validate.interface.ts | 48 ------ .../interfaces/app-deploy.interface.ts | 84 ----------- .../interfaces/app-dev-clean.interface.ts | 48 ------ .../commands/interfaces/app-dev.interface.ts | 108 -------------- .../interfaces/app-env-pull.interface.ts | 48 ------ .../interfaces/app-env-show.interface.ts | 42 ------ .../interfaces/app-execute.interface.ts | 84 ----------- .../app-function-build.interface.ts | 42 ------ .../interfaces/app-function-info.interface.ts | 48 ------ .../app-function-replay.interface.ts | 60 -------- .../interfaces/app-function-run.interface.ts | 60 -------- .../app-function-schema.interface.ts | 48 ------ .../app-function-typegen.interface.ts | 42 ------ .../app-generate-extension.interface.ts | 60 -------- .../interfaces/app-graphiql.interface.ts | 66 --------- ...mport-custom-data-definitions.interface.ts | 54 ------- .../app-import-extensions.interface.ts | 42 ------ .../commands/interfaces/app-info.interface.ts | 54 ------- .../commands/interfaces/app-init.interface.ts | 62 -------- .../interfaces/app-logs-sources.interface.ts | 42 ------ .../commands/interfaces/app-logs.interface.ts | 66 --------- .../interfaces/app-release.interface.ts | 60 -------- .../interfaces/app-versions-list.interface.ts | 48 ------ .../app-webhook-trigger.interface.ts | 71 --------- .../interfaces/auth-login.interface.ts | 12 -- .../interfaces/auth-logout.interface.ts | 8 - .../commands/interfaces/commands.interface.ts | 54 ------- .../config-autocorrect-off.interface.ts | 8 - .../config-autocorrect-on.interface.ts | 8 - .../config-autocorrect-status.interface.ts | 8 - .../config-autoupgrade-off.interface.ts | 8 - .../config-autoupgrade-on.interface.ts | 8 - .../config-autoupgrade-status.interface.ts | 8 - .../interfaces/doc-fetch.interface.ts | 30 ---- .../interfaces/doc-search.interface.ts | 36 ----- .../commands/interfaces/help.interface.ts | 12 -- .../interfaces/hydrogen-build.interface.ts | 66 --------- .../interfaces/hydrogen-check.interface.ts | 12 -- .../interfaces/hydrogen-codegen.interface.ts | 24 --- ...ydrogen-customer-account-push.interface.ts | 36 ----- .../hydrogen-debug-cpu.interface.ts | 24 --- .../interfaces/hydrogen-deploy.interface.ts | 126 ---------------- .../interfaces/hydrogen-dev.interface.ts | 102 ------------- .../interfaces/hydrogen-env-list.interface.ts | 12 -- .../interfaces/hydrogen-env-pull.interface.ts | 36 ----- .../interfaces/hydrogen-env-push.interface.ts | 24 --- .../hydrogen-generate-route.interface.ts | 36 ----- .../hydrogen-generate-routes.interface.ts | 36 ----- .../interfaces/hydrogen-init.interface.ts | 72 --------- .../interfaces/hydrogen-link.interface.ts | 24 --- .../interfaces/hydrogen-list.interface.ts | 12 -- .../interfaces/hydrogen-login.interface.ts | 18 --- .../interfaces/hydrogen-logout.interface.ts | 12 -- .../interfaces/hydrogen-preview.interface.ts | 84 ----------- .../hydrogen-setup-css.interface.ts | 24 --- .../hydrogen-setup-markets.interface.ts | 12 -- .../hydrogen-setup-vite.interface.ts | 12 -- .../interfaces/hydrogen-setup.interface.ts | 36 ----- .../interfaces/hydrogen-shortcut.interface.ts | 8 - .../interfaces/hydrogen-unlink.interface.ts | 12 -- .../interfaces/hydrogen-upgrade.interface.ts | 24 --- .../interfaces/organization-list.interface.ts | 24 --- .../commands/interfaces/search.interface.ts | 18 --- .../interfaces/store-auth.interface.ts | 36 ----- .../interfaces/store-bulk-cancel.interface.ts | 30 ---- .../store-bulk-execute.interface.ts | 72 --------- .../interfaces/store-bulk-status.interface.ts | 30 ---- .../interfaces/store-execute.interface.ts | 72 --------- .../interfaces/store-graphiql.interface.ts | 48 ------ .../interfaces/store-info.interface.ts | 30 ---- .../interfaces/theme-check.interface.ts | 81 ---------- .../interfaces/theme-console.interface.ts | 54 ------- .../interfaces/theme-delete.interface.ts | 66 --------- .../interfaces/theme-dev.interface.ts | 138 ------------------ .../interfaces/theme-duplicate.interface.ts | 60 -------- .../interfaces/theme-info.interface.ts | 60 -------- .../interfaces/theme-init.interface.ts | 36 ----- .../theme-language-server.interface.ts | 18 --- .../interfaces/theme-list.interface.ts | 66 --------- .../theme-metafields-pull.interface.ts | 42 ------ .../interfaces/theme-open.interface.ts | 66 --------- .../interfaces/theme-package.interface.ts | 24 --- .../interfaces/theme-preview.interface.ts | 72 --------- .../interfaces/theme-profile.interface.ts | 66 --------- .../interfaces/theme-publish.interface.ts | 54 ------- .../interfaces/theme-pull.interface.ts | 78 ---------- .../interfaces/theme-push.interface.ts | 120 --------------- .../interfaces/theme-rename.interface.ts | 66 --------- .../interfaces/theme-share.interface.ts | 48 ------ .../commands/interfaces/upgrade.interface.ts | 8 - .../commands/interfaces/version.interface.ts | 8 - 99 files changed, 1 insertion(+), 4428 deletions(-) delete mode 100644 docs-shopify.dev/commands/interfaces/app-build.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-bulk-cancel.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-bulk-execute.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-bulk-status.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-config-link.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-config-use.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-config-validate.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-deploy.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-dev-clean.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-dev.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-env-pull.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-env-show.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-execute.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-build.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-info.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-replay.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-run.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-schema.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-function-typegen.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-generate-extension.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-graphiql.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-import-custom-data-definitions.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-import-extensions.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-info.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-init.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-logs-sources.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-logs.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-release.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-versions-list.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/app-webhook-trigger.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/auth-login.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/auth-logout.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/commands.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autocorrect-off.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autocorrect-on.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autocorrect-status.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autoupgrade-off.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autoupgrade-on.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/config-autoupgrade-status.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/doc-fetch.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/doc-search.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/help.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-build.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-check.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-codegen.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-customer-account-push.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-debug-cpu.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-deploy.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-dev.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-env-list.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-env-pull.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-env-push.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-generate-route.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-generate-routes.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-init.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-link.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-list.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-login.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-logout.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-preview.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-setup-css.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-setup-markets.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-setup-vite.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-setup.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-shortcut.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-unlink.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/hydrogen-upgrade.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/organization-list.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/search.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-auth.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-bulk-cancel.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-bulk-execute.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-bulk-status.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-execute.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-graphiql.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/store-info.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-check.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-console.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-delete.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-dev.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-duplicate.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-info.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-init.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-language-server.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-list.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-metafields-pull.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-open.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-package.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-preview.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-profile.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-publish.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-pull.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-push.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-rename.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/theme-share.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/upgrade.interface.ts delete mode 100644 docs-shopify.dev/commands/interfaces/version.interface.ts diff --git a/.gitignore b/.gitignore index 5bee3d7cdab..4ce68366dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -180,6 +180,7 @@ eslint-report.json # Generated docs docs/api +docs-shopify.dev/commands/interfaces/ vite.config.ts.timestamp* diff --git a/docs-shopify.dev/commands/interfaces/app-build.interface.ts b/docs-shopify.dev/commands/interfaces/app-build.interface.ts deleted file mode 100644 index b49ee1cf21c..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-build.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app build` command: - * @publicDocs - */ -export interface appbuild { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Skips the installation of dependencies. Deprecated, use workspaces instead. - * @environment SHOPIFY_FLAG_SKIP_DEPENDENCIES_INSTALLATION - */ - '--skip-dependencies-installation'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-bulk-cancel.interface.ts b/docs-shopify.dev/commands/interfaces/app-bulk-cancel.interface.ts deleted file mode 100644 index 35af820689f..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-bulk-cancel.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app bulk cancel` command: - * @publicDocs - */ -export interface appbulkcancel { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * The bulk operation ID to cancel (numeric ID or full GID). - * @environment SHOPIFY_FLAG_ID - */ - '--id ': string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The store domain. Must be an existing dev store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-bulk-execute.interface.ts b/docs-shopify.dev/commands/interfaces/app-bulk-execute.interface.ts deleted file mode 100644 index 20287c13968..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-bulk-execute.interface.ts +++ /dev/null @@ -1,90 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app bulk execute` command: - * @publicDocs - */ -export interface appbulkexecute { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT. - * @environment SHOPIFY_FLAG_OUTPUT_FILE - */ - '--output-file '?: string - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * The GraphQL query or mutation to run as a bulk operation. - * @environment SHOPIFY_FLAG_QUERY - */ - '-q, --query '?: string - - /** - * Path to a file containing the GraphQL query or mutation. Can't be used with --query. - * @environment SHOPIFY_FLAG_QUERY_FILE - */ - '--query-file '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The store domain. Must be an existing dev store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Path to a file containing GraphQL variables in JSONL format (one JSON object per line). Can't be used with --variables. - * @environment SHOPIFY_FLAG_VARIABLE_FILE - */ - '--variable-file '?: string - - /** - * The values for any GraphQL variables in your mutation, in JSON format. Can be specified multiple times. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use for the bulk operation. If not specified, uses the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string - - /** - * Wait for bulk operation results before exiting. Defaults to false. - * @environment SHOPIFY_FLAG_WATCH - */ - '--watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-bulk-status.interface.ts b/docs-shopify.dev/commands/interfaces/app-bulk-status.interface.ts deleted file mode 100644 index 51f7be3a0fa..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-bulk-status.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app bulk status` command: - * @publicDocs - */ -export interface appbulkstatus { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations belonging to this app on this store in the last 7 days. - * @environment SHOPIFY_FLAG_ID - */ - '--id '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The store domain. Must be an existing dev store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-config-link.interface.ts b/docs-shopify.dev/commands/interfaces/app-config-link.interface.ts deleted file mode 100644 index 61612d1b815..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-config-link.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app config link` command: - * @publicDocs - */ -export interface appconfiglink { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts b/docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts deleted file mode 100644 index b536b11053b..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-config-pull.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app config pull` command: - * @publicDocs - */ -export interface appconfigpull { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-config-use.interface.ts b/docs-shopify.dev/commands/interfaces/app-config-use.interface.ts deleted file mode 100644 index baff1d18848..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-config-use.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app config use` command: - * @publicDocs - */ -export interface appconfiguse { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-config-validate.interface.ts b/docs-shopify.dev/commands/interfaces/app-config-validate.interface.ts deleted file mode 100644 index 3d8d00ad456..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-config-validate.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app config validate` command: - * @publicDocs - */ -export interface appconfigvalidate { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-deploy.interface.ts b/docs-shopify.dev/commands/interfaces/app-deploy.interface.ts deleted file mode 100644 index e7d9472cfaf..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-deploy.interface.ts +++ /dev/null @@ -1,84 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app deploy` command: - * @publicDocs - */ -export interface appdeploy { - /** - * Allows removing extensions and configuration without requiring user confirmation. For CI/CD environments, the recommended flag is --allow-updates. - * @environment SHOPIFY_FLAG_ALLOW_DELETES - */ - '--allow-deletes'?: '' - - /** - * Allows adding and updating extensions and configuration without requiring user confirmation. Recommended option for CI/CD environments. - * @environment SHOPIFY_FLAG_ALLOW_UPDATES - */ - '--allow-updates'?: '' - - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Optional message that will be associated with this version. This is for internal use only and won't be available externally. - * @environment SHOPIFY_FLAG_MESSAGE - */ - '--message '?: string - - /** - * Use with caution: Skips building any elements of the app that require building. You should ensure your app has been prepared in advance, such as by running `shopify app build` or by caching build artifacts. - * @environment SHOPIFY_FLAG_NO_BUILD - */ - '--no-build'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Creates a version but doesn't release it - it's not made available to merchants. With this flag, a user confirmation is not required. - * @environment SHOPIFY_FLAG_NO_RELEASE - */ - '--no-release'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * URL associated with the new app version. - * @environment SHOPIFY_FLAG_SOURCE_CONTROL_URL - */ - '--source-control-url '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * Optional version tag that will be associated with this app version. If not provided, an auto-generated identifier will be generated for this app version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/app-dev-clean.interface.ts b/docs-shopify.dev/commands/interfaces/app-dev-clean.interface.ts deleted file mode 100644 index 4f40193eeca..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-dev-clean.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app dev clean` command: - * @publicDocs - */ -export interface appdevclean { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Store URL. Must be an existing development store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-dev.interface.ts b/docs-shopify.dev/commands/interfaces/app-dev.interface.ts deleted file mode 100644 index 82bc41c8b3f..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-dev.interface.ts +++ /dev/null @@ -1,108 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app dev` command: - * @publicDocs - */ -export interface appdev { - /** - * Resource URL for checkout UI extension. Format: "/cart/{productVariantID}:{productQuantity}" - * @environment SHOPIFY_FLAG_CHECKOUT_CART_URL - */ - '--checkout-cart-url '?: string - - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Port to use for localhost. Must be between 1 and 65535. - * @environment SHOPIFY_FLAG_LOCALHOST_PORT - */ - '--localhost-port '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Uses the app URL from the toml file instead an autogenerated URL for dev. - * @environment SHOPIFY_FLAG_NO_UPDATE - */ - '--no-update'?: '' - - /** - * The file path or URL. The file path is to a file that you want updated on idle. The URL path is where you want a webhook posted to report on file changes. - * @environment SHOPIFY_FLAG_NOTIFY - */ - '--notify '?: string - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Skips the installation of dependencies. Deprecated, use workspaces instead. - * @environment SHOPIFY_FLAG_SKIP_DEPENDENCIES_INSTALLATION - */ - '--skip-dependencies-installation'?: '' - - /** - * Store URL. Must be an existing development or Shopify Plus sandbox store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Resource URL for subscription UI extension. Format: "/products/{productId}" - * @environment SHOPIFY_FLAG_SUBSCRIPTION_PRODUCT_URL - */ - '--subscription-product-url '?: string - - /** - * Theme ID or name of the theme app extension host theme. - * @environment SHOPIFY_FLAG_THEME - */ - '-t, --theme '?: string - - /** - * Local port of the theme app extension development server. Must be between 1 and 65535. - * @environment SHOPIFY_FLAG_THEME_APP_EXTENSION_PORT - */ - '--theme-app-extension-port '?: string - - /** - * Use a custom tunnel, it must be running before executing dev. Format: "https://my-tunnel-url:port". - * @environment SHOPIFY_FLAG_TUNNEL_URL - */ - '--tunnel-url '?: string - - /** - * Service entry point will listen to localhost. A tunnel won't be used. Will work for testing many app features, but not those that directly invoke your app (E.g: Webhooks) - * @environment SHOPIFY_FLAG_USE_LOCALHOST - */ - '--use-localhost'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-env-pull.interface.ts b/docs-shopify.dev/commands/interfaces/app-env-pull.interface.ts deleted file mode 100644 index b1955be10b3..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-env-pull.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app env pull` command: - * @publicDocs - */ -export interface appenvpull { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Specify an environment file to update if the update flag is set - * @environment SHOPIFY_FLAG_ENV_FILE - */ - '--env-file '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-env-show.interface.ts b/docs-shopify.dev/commands/interfaces/app-env-show.interface.ts deleted file mode 100644 index 22922d457f7..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-env-show.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app env show` command: - * @publicDocs - */ -export interface appenvshow { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-execute.interface.ts b/docs-shopify.dev/commands/interfaces/app-execute.interface.ts deleted file mode 100644 index 6579aacae38..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-execute.interface.ts +++ /dev/null @@ -1,84 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app execute` command: - * @publicDocs - */ -export interface appexecute { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The file name where results should be written, instead of STDOUT. - * @environment SHOPIFY_FLAG_OUTPUT_FILE - */ - '--output-file '?: string - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * The GraphQL query or mutation, as a string. - * @environment SHOPIFY_FLAG_QUERY - */ - '-q, --query '?: string - - /** - * Path to a file containing the GraphQL query or mutation. Can't be used with --query. - * @environment SHOPIFY_FLAG_QUERY_FILE - */ - '--query-file '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The myshopify.com domain of the store to execute against. The app must be installed on the store. If not specified, you will be prompted to select a store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Path to a file containing GraphQL variables in JSON format. Can't be used with --variables. - * @environment SHOPIFY_FLAG_VARIABLE_FILE - */ - '--variable-file '?: string - - /** - * The values for any GraphQL variables in your query or mutation, in JSON format. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use for the query or mutation. Defaults to the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-build.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-build.interface.ts deleted file mode 100644 index 48fa548058c..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-build.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function build` command: - * @publicDocs - */ -export interface appfunctionbuild { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-info.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-info.interface.ts deleted file mode 100644 index 1a63189a074..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-info.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function info` command: - * @publicDocs - */ -export interface appfunctioninfo { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-replay.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-replay.interface.ts deleted file mode 100644 index 09917f4c3c5..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-replay.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function replay` command: - * @publicDocs - */ -export interface appfunctionreplay { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Specifies a log identifier to replay instead of selecting from a list. The identifier is provided in the output of `shopify app dev` and is the suffix of the log file name. - * @environment SHOPIFY_FLAG_LOG - */ - '-l, --log '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * Re-run the function when the source code changes. - * @environment SHOPIFY_FLAG_WATCH - */ - '-w, --watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-run.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-run.interface.ts deleted file mode 100644 index 266a8f4bc56..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-run.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function run` command: - * @publicDocs - */ -export interface appfunctionrun { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Name of the WebAssembly export to invoke. - * @environment SHOPIFY_FLAG_EXPORT - */ - '-e, --export '?: string - - /** - * The input JSON to pass to the function. If omitted, standard input is used. - * @environment SHOPIFY_FLAG_INPUT - */ - '-i, --input '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-schema.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-schema.interface.ts deleted file mode 100644 index 184f8c2dd10..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-schema.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function schema` command: - * @publicDocs - */ -export interface appfunctionschema { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Output the schema to stdout instead of writing to a file. - * @environment SHOPIFY_FLAG_STDOUT - */ - '--stdout'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-function-typegen.interface.ts b/docs-shopify.dev/commands/interfaces/app-function-typegen.interface.ts deleted file mode 100644 index 26e4b821ad3..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-function-typegen.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app function typegen` command: - * @publicDocs - */ -export interface appfunctiontypegen { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your function directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-generate-extension.interface.ts b/docs-shopify.dev/commands/interfaces/app-generate-extension.interface.ts deleted file mode 100644 index f5b91df900e..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-generate-extension.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app generate extension` command: - * @publicDocs - */ -export interface appgenerateextension { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Choose a starting template for your extension, where applicable - * @environment SHOPIFY_FLAG_FLAVOR - */ - '--flavor '?: string - - /** - * name of your Extension - * @environment SHOPIFY_FLAG_NAME - */ - '-n, --name '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Extension template - * @environment SHOPIFY_FLAG_EXTENSION_TEMPLATE - */ - '-t, --template '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-graphiql.interface.ts b/docs-shopify.dev/commands/interfaces/app-graphiql.interface.ts deleted file mode 100644 index 8a650167e23..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-graphiql.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app graphiql` command: - * @publicDocs - */ -export interface appgraphiql { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Local port for the GraphiQL server. Must be between 1 and 65535. - * @environment SHOPIFY_FLAG_PORT - */ - '--port '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The myshopify.com domain of the store to open GraphiQL against. The app must be installed on the store. If not specified, you will be prompted to select a store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * The values for any GraphQL variables in your query or mutation, in JSON format. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use in GraphiQL. Defaults to the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/app-import-custom-data-definitions.interface.ts b/docs-shopify.dev/commands/interfaces/app-import-custom-data-definitions.interface.ts deleted file mode 100644 index eadb26647eb..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-import-custom-data-definitions.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app import-custom-data-definitions` command: - * @publicDocs - */ -export interface appimportcustomdatadefinitions { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Include existing declared definitions in the output. - * @environment SHOPIFY_FLAG_INCLUDE_EXISTING - */ - '--include-existing'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Store URL. Must be an existing development or Shopify Plus sandbox store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-import-extensions.interface.ts b/docs-shopify.dev/commands/interfaces/app-import-extensions.interface.ts deleted file mode 100644 index 29b7f26fe74..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-import-extensions.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app import-extensions` command: - * @publicDocs - */ -export interface appimportextensions { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-info.interface.ts b/docs-shopify.dev/commands/interfaces/app-info.interface.ts deleted file mode 100644 index fe05159c10f..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-info.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app info` command: - * @publicDocs - */ -export interface appinfo { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * Outputs environment variables necessary for running and deploying web/. - * @environment SHOPIFY_FLAG_OUTPUT_WEB_ENV - */ - '--web-env'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-init.interface.ts b/docs-shopify.dev/commands/interfaces/app-init.interface.ts deleted file mode 100644 index 5a894ab5af6..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-init.interface.ts +++ /dev/null @@ -1,62 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app init` command: - * @publicDocs - */ -export interface appinit { - /** - * The Client ID of your app. Use this to automatically link your new project to an existing app. Using this flag avoids the app selection prompt. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * Which flavor of the given template to use. - * @environment SHOPIFY_FLAG_TEMPLATE_FLAVOR - */ - '--flavor '?: string - - /** - * The name for the new app. When provided, skips the app selection prompt and creates a new app with this name. - * @environment SHOPIFY_FLAG_NAME - */ - '-n, --name '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The organization ID. Your organization ID can be found in your Dev Dashboard URL: https://dev.shopify.com/dashboard/ - * @environment SHOPIFY_FLAG_ORGANIZATION_ID - */ - '--organization-id '?: string - - /** - * - * @environment SHOPIFY_FLAG_PACKAGE_MANAGER - */ - '-d, --package-manager '?: string - - /** - * - * @environment SHOPIFY_FLAG_PATH - */ - '-p, --path '?: string - - /** - * The app template. Accepts one of the following: - - - - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify//[subpath]#[branch] - * @environment SHOPIFY_FLAG_TEMPLATE - */ - '--template '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-logs-sources.interface.ts b/docs-shopify.dev/commands/interfaces/app-logs-sources.interface.ts deleted file mode 100644 index 1ce5188ffd7..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-logs-sources.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app logs sources` command: - * @publicDocs - */ -export interface applogssources { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-logs.interface.ts b/docs-shopify.dev/commands/interfaces/app-logs.interface.ts deleted file mode 100644 index 8498e2ac7fb..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-logs.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app logs` command: - * @publicDocs - */ -export interface applogs { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Filters output to the specified log source. - * @environment SHOPIFY_FLAG_SOURCE - */ - '--source '?: string - - /** - * Filters output to the specified status (success or failure). - * @environment SHOPIFY_FLAG_STATUS - */ - '--status '?: string - - /** - * Store URL. Must be an existing development or Shopify Plus sandbox store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-release.interface.ts b/docs-shopify.dev/commands/interfaces/app-release.interface.ts deleted file mode 100644 index ea024422430..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-release.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app release` command: - * @publicDocs - */ -export interface apprelease { - /** - * Allows removing extensions and configuration without requiring user confirmation. For CI/CD environments, the recommended flag is --allow-updates. - * @environment SHOPIFY_FLAG_ALLOW_DELETES - */ - '--allow-deletes'?: '' - - /** - * Allows adding and updating extensions and configuration without requiring user confirmation. Recommended option for CI/CD environments. - * @environment SHOPIFY_FLAG_ALLOW_UPDATES - */ - '--allow-updates'?: '' - - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The name of the app version to release. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version ': string -} diff --git a/docs-shopify.dev/commands/interfaces/app-versions-list.interface.ts b/docs-shopify.dev/commands/interfaces/app-versions-list.interface.ts deleted file mode 100644 index d4c6ca406cd..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-versions-list.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app versions list` command: - * @publicDocs - */ -export interface appversionslist { - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/app-webhook-trigger.interface.ts b/docs-shopify.dev/commands/interfaces/app-webhook-trigger.interface.ts deleted file mode 100644 index fe488bf5f68..00000000000 --- a/docs-shopify.dev/commands/interfaces/app-webhook-trigger.interface.ts +++ /dev/null @@ -1,71 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `app webhook trigger` command: - * @publicDocs - */ -export interface appwebhooktrigger { - /** - * The URL where the webhook payload should be sent. - You will need a different address type for each delivery-method: - · For remote HTTP testing, use a URL that starts with https:// - · For local HTTP testing, use http://localhost:{port}/{url-path} - · For Google Pub/Sub, use pubsub://{project-id}:{topic-id} - · For Amazon EventBridge, use an Amazon Resource Name (ARN) starting with arn:aws:events: - * @environment SHOPIFY_FLAG_ADDRESS - */ - '--address '?: string - - /** - * The API Version of the webhook topic. - * @environment SHOPIFY_FLAG_API_VERSION - */ - '--api-version '?: string - - /** - * The Client ID of your app. - * @environment SHOPIFY_FLAG_CLIENT_ID - */ - '--client-id '?: string - - /** - * Your app's client secret. This secret allows us to return the X-Shopify-Hmac-SHA256 header that lets you validate the origin of the response that you receive. - * @environment SHOPIFY_FLAG_CLIENT_SECRET - */ - '--client-secret '?: string - - /** - * The name of the app configuration. - * @environment SHOPIFY_FLAG_APP_CONFIG - */ - '-c, --config '?: string - - /** - * Method chosen to deliver the topic payload. If not passed, it's inferred from the address. - * @environment SHOPIFY_FLAG_DELIVERY_METHOD - */ - '--delivery-method '?: string - - /** - * This help. When you run the trigger command the CLI will prompt you for any information that isn't passed using flags. - * @environment SHOPIFY_FLAG_HELP - */ - '--help'?: '' - - /** - * The path to your app directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Reset all your settings. - * @environment SHOPIFY_FLAG_RESET - */ - '--reset'?: '' - - /** - * The requested webhook topic. - * @environment SHOPIFY_FLAG_TOPIC - */ - '--topic '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/auth-login.interface.ts b/docs-shopify.dev/commands/interfaces/auth-login.interface.ts deleted file mode 100644 index d6c9bd440ba..00000000000 --- a/docs-shopify.dev/commands/interfaces/auth-login.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `auth login` command: - * @publicDocs - */ -export interface authlogin { - /** - * Alias of the session you want to login to. - * @environment SHOPIFY_FLAG_AUTH_ALIAS - */ - '--alias '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/auth-logout.interface.ts b/docs-shopify.dev/commands/interfaces/auth-logout.interface.ts deleted file mode 100644 index 56e9f9b6fbb..00000000000 --- a/docs-shopify.dev/commands/interfaces/auth-logout.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `auth logout` command: - * @publicDocs - */ -export interface authlogout { - -} diff --git a/docs-shopify.dev/commands/interfaces/commands.interface.ts b/docs-shopify.dev/commands/interfaces/commands.interface.ts deleted file mode 100644 index ddda337cb85..00000000000 --- a/docs-shopify.dev/commands/interfaces/commands.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `commands` command: - * @publicDocs - */ -export interface commands { - /** - * Only show provided columns (comma-separated). - * - */ - '-c, --columns '?: string - - /** - * Show deprecated commands. - * - */ - '--deprecated'?: '' - - /** - * Show extra columns. - * - */ - '-x, --extended'?: '' - - /** - * Show hidden commands. - * - */ - '--hidden'?: '' - - /** - * Format output as json. - * - */ - '--json'?: '' - - /** - * Do not truncate output. - * - */ - '--no-truncate'?: '' - - /** - * Property to sort by. - * - */ - '--sort '?: string - - /** - * Show tree of commands. - * - */ - '--tree'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/config-autocorrect-off.interface.ts b/docs-shopify.dev/commands/interfaces/config-autocorrect-off.interface.ts deleted file mode 100644 index f1f6dd00516..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autocorrect-off.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autocorrect off` command: - * @publicDocs - */ -export interface configautocorrectoff { - -} diff --git a/docs-shopify.dev/commands/interfaces/config-autocorrect-on.interface.ts b/docs-shopify.dev/commands/interfaces/config-autocorrect-on.interface.ts deleted file mode 100644 index 5d6f2f54aa8..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autocorrect-on.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autocorrect on` command: - * @publicDocs - */ -export interface configautocorrecton { - -} diff --git a/docs-shopify.dev/commands/interfaces/config-autocorrect-status.interface.ts b/docs-shopify.dev/commands/interfaces/config-autocorrect-status.interface.ts deleted file mode 100644 index a64952654ad..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autocorrect-status.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autocorrect status` command: - * @publicDocs - */ -export interface configautocorrectstatus { - -} diff --git a/docs-shopify.dev/commands/interfaces/config-autoupgrade-off.interface.ts b/docs-shopify.dev/commands/interfaces/config-autoupgrade-off.interface.ts deleted file mode 100644 index 515307131ea..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autoupgrade-off.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autoupgrade off` command: - * @publicDocs - */ -export interface configautoupgradeoff { - -} diff --git a/docs-shopify.dev/commands/interfaces/config-autoupgrade-on.interface.ts b/docs-shopify.dev/commands/interfaces/config-autoupgrade-on.interface.ts deleted file mode 100644 index 9b2d007ecf3..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autoupgrade-on.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autoupgrade on` command: - * @publicDocs - */ -export interface configautoupgradeon { - -} diff --git a/docs-shopify.dev/commands/interfaces/config-autoupgrade-status.interface.ts b/docs-shopify.dev/commands/interfaces/config-autoupgrade-status.interface.ts deleted file mode 100644 index c6d74fb288b..00000000000 --- a/docs-shopify.dev/commands/interfaces/config-autoupgrade-status.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `config autoupgrade status` command: - * @publicDocs - */ -export interface configautoupgradestatus { - -} diff --git a/docs-shopify.dev/commands/interfaces/doc-fetch.interface.ts b/docs-shopify.dev/commands/interfaces/doc-fetch.interface.ts deleted file mode 100644 index 5137929f611..00000000000 --- a/docs-shopify.dev/commands/interfaces/doc-fetch.interface.ts +++ /dev/null @@ -1,30 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `doc fetch` command: - * @publicDocs - */ -export interface docfetch { - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Write the document to this file path instead of printing it to stdout. - * @environment SHOPIFY_FLAG_OUTPUT - */ - '--output '?: string - - /** - * The shopify.dev URL to fetch. - * @environment SHOPIFY_FLAG_URL - */ - '--url ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/doc-search.interface.ts b/docs-shopify.dev/commands/interfaces/doc-search.interface.ts deleted file mode 100644 index c153524f8d5..00000000000 --- a/docs-shopify.dev/commands/interfaces/doc-search.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `doc search` command: - * @publicDocs - */ -export interface docsearch { - /** - * Limit results to a specific API (for example: admin, storefront, hydrogen, functions). Unrecognized values are ignored. - * @environment SHOPIFY_FLAG_API_NAME - */ - '--api-name '?: string - - /** - * Limit results to a specific API version (for example: 2025-10, latest, current). - * @environment SHOPIFY_FLAG_API_VERSION - */ - '--api-version '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The search query. - * @environment SHOPIFY_FLAG_QUERY - */ - '--query ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/help.interface.ts b/docs-shopify.dev/commands/interfaces/help.interface.ts deleted file mode 100644 index afab36201fb..00000000000 --- a/docs-shopify.dev/commands/interfaces/help.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `help` command: - * @publicDocs - */ -export interface help { - /** - * Include all nested commands in the output. - * @environment SHOPIFY_FLAG_CLI_NESTED_COMMANDS - */ - '-n, --nested-commands'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-build.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-build.interface.ts deleted file mode 100644 index 2468bc8aa47..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-build.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen build` command: - * @publicDocs - */ -export interface hydrogenbuild { - /** - * Show a bundle size summary after building. Defaults to true, use `--no-bundle-stats` to disable. - * - */ - '--bundle-stats'?: '' - - /** - * Automatically generates GraphQL types for your project’s Storefront API queries. - * - */ - '--codegen'?: '' - - /** - * Specifies a path to a codegen configuration file. Defaults to `/codegen.ts` if this file exists. - * - */ - '--codegen-config-path '?: string - - /** - * Disables any warnings about missing standard routes. - * @environment SHOPIFY_HYDROGEN_FLAG_DISABLE_ROUTE_WARNING - */ - '--disable-route-warning'?: '' - - /** - * Entry file for the worker. Defaults to `./server`. - * @environment SHOPIFY_HYDROGEN_FLAG_ENTRY - */ - '--entry '?: string - - /** - * Client sourcemapping is avoided by default because it makes backend code visible in the browser. Use this flag to force enabling it. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE_CLIENT_SOURCEMAP - */ - '--force-client-sourcemap'?: '' - - /** - * Checks that there is exactly one valid lockfile in the project. Defaults to `true`. Deactivate with `--no-lockfile-check`. - * @environment SHOPIFY_HYDROGEN_FLAG_LOCKFILE_CHECK - */ - '--lockfile-check'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Controls whether server sourcemaps are generated. Default to `true`. Deactivate `--no-sourcemaps`. - * @environment SHOPIFY_HYDROGEN_FLAG_SOURCEMAP - */ - '--sourcemap'?: '' - - /** - * Watches for changes and rebuilds the project writing output to disk. - * @environment SHOPIFY_HYDROGEN_FLAG_WATCH - */ - '--watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-check.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-check.interface.ts deleted file mode 100644 index 215b394d831..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-check.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen check` command: - * @publicDocs - */ -export interface hydrogencheck { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-codegen.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-codegen.interface.ts deleted file mode 100644 index d5a7ede458f..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-codegen.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen codegen` command: - * @publicDocs - */ -export interface hydrogencodegen { - /** - * Specify a path to a codegen configuration file. Defaults to `/codegen.ts` if it exists. - * - */ - '--codegen-config-path '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Watch the project for changes to update types on file save. - * - */ - '--watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-customer-account-push.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-customer-account-push.interface.ts deleted file mode 100644 index 2ee45a3b69d..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-customer-account-push.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen customer-account-push` command: - * @publicDocs - */ -export interface hydrogencustomeraccountpush { - /** - * The development domain of your application. - * - */ - '--dev-origin ': string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * The relative url of allowed url that will be redirected to post-logout for Customer Account API OAuth flow. Default to nothing. - * - */ - '--relative-logout-uri '?: string - - /** - * The relative url of allowed callback url for Customer Account API OAuth flow. Default is '/account/authorize' - * - */ - '--relative-redirect-uri '?: string - - /** - * The id of the storefront the configuration should be pushed to. Must start with 'gid://shopify/HydrogenStorefront/' - * - */ - '--storefront-id '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-debug-cpu.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-debug-cpu.interface.ts deleted file mode 100644 index d1f5cea39e7..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-debug-cpu.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen debug cpu` command: - * @publicDocs - */ -export interface hydrogendebugcpu { - /** - * Entry file for the worker. Defaults to `./server`. - * @environment SHOPIFY_HYDROGEN_FLAG_ENTRY - */ - '--entry '?: string - - /** - * Specify a path to generate the profile file. Defaults to "startup.cpuprofile". - * - */ - '--output '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-deploy.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-deploy.interface.ts deleted file mode 100644 index 7696a3feb2d..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-deploy.interface.ts +++ /dev/null @@ -1,126 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen deploy` command: - * @publicDocs - */ -export interface hydrogendeploy { - /** - * Directory containing the client assets to deploy, relative to the project root. Defaults to the detected Vite client output directory, then falls back to `dist/client`. - * @environment SHOPIFY_HYDROGEN_FLAG_ASSETS_DIR - */ - '--assets-dir '?: string - - /** - * Generate an authentication bypass token, which can be used to perform end-to-end tests against the deployment. - * @environment AUTH_BYPASS_TOKEN - */ - '--auth-bypass-token'?: '' - - /** - * Specify the duration (in hours) up to 12 hours for the authentication bypass token. Defaults to `2` - * @environment AUTH_BYPASS_TOKEN_DURATION - */ - '--auth-bypass-token-duration '?: string - - /** - * Specify a build command to run before deploying. If not specified, the Hydrogen build pipeline will be used. When custom output directories are configured, defaults to `node --run build`. - * - */ - '--build-command '?: string - - /** - * Entry file for the worker. Defaults to `./server`. - * @environment SHOPIFY_HYDROGEN_FLAG_ENTRY - */ - '--entry '?: string - - /** - * Specifies the environment to perform the operation using its handle. Fetch the handle using the `env list` command. - * - */ - '--env '?: string - - /** - * Specifies the environment to perform the operation using its Git branch name. - * @environment SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH - */ - '--env-branch '?: string - - /** - * Path to an environment file to override existing environment variables for the deployment. - * - */ - '--env-file '?: string - - /** - * Forces a deployment to proceed if there are uncommitted changes in its Git repository. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Client sourcemapping is avoided by default because it makes backend code visible in the browser. Use this flag to force enabling it. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE_CLIENT_SOURCEMAP - */ - '--force-client-sourcemap'?: '' - - /** - * Create a JSON file containing the deployment details in CI environments. Defaults to true, use `--no-json-output` to disable. - * - */ - '--json-output'?: '' - - /** - * Checks that there is exactly one valid lockfile in the project. Defaults to `true`. Deactivate with `--no-lockfile-check`. - * @environment SHOPIFY_HYDROGEN_FLAG_LOCKFILE_CHECK - */ - '--lockfile-check'?: '' - - /** - * Description of the changes in the deployment. Defaults to the commit message of the latest commit if there are no uncommitted changes. - * @environment SHOPIFY_HYDROGEN_FLAG_METADATA_DESCRIPTION - */ - '--metadata-description '?: string - - /** - * User that initiated the deployment. Will be saved and displayed in the Shopify admin - * @environment SHOPIFY_HYDROGEN_FLAG_METADATA_USER - */ - '--metadata-user '?: string - - /** - * Skip the routability verification step after deployment. - * - */ - '--no-verify'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Deploys to the Preview environment. - * - */ - '--preview'?: '' - - /** - * Shop URL. It can be the shop prefix (janes-apparel) or the full myshopify.com URL (janes-apparel.myshopify.com, https://janes-apparel.myshopify.com). - * @environment SHOPIFY_SHOP - */ - '-s, --shop '?: string - - /** - * Oxygen deployment token. Defaults to the linked storefront's token if available. - * @environment SHOPIFY_HYDROGEN_DEPLOYMENT_TOKEN - */ - '-t, --token '?: string - - /** - * Directory containing the Oxygen worker entry point (`index.js` or `index.mjs`), relative to the project root. Defaults to the detected Vite server output directory, then falls back to `dist/server`. - * @environment SHOPIFY_HYDROGEN_FLAG_WORKER_DIR - */ - '--worker-dir '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-dev.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-dev.interface.ts deleted file mode 100644 index ce17a2ef9a9..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-dev.interface.ts +++ /dev/null @@ -1,102 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen dev` command: - * @publicDocs - */ -export interface hydrogendev { - /** - * Automatically generates GraphQL types for your project’s Storefront API queries. - * - */ - '--codegen'?: '' - - /** - * Specifies a path to a codegen configuration file. Defaults to `/codegen.ts` if this file exists. - * - */ - '--codegen-config-path '?: string - - /** - * Use tunneling for local development and push the tunneling domain to admin. Required to use Customer Account API's OAuth flow - * @environment SHOPIFY_HYDROGEN_FLAG_CUSTOMER_ACCOUNT_PUSH - */ - '--customer-account-push'?: '' - - /** - * Enables inspector connections to the server with a debugger such as Visual Studio Code or Chrome DevTools. - * @environment SHOPIFY_HYDROGEN_FLAG_DEBUG - */ - '--debug'?: '' - - /** - * Disable adding dependencies to Vite's `ssr.optimizeDeps.include` automatically - * @environment SHOPIFY_HYDROGEN_FLAG_DISABLE_DEPS_OPTIMIZER - */ - '--disable-deps-optimizer'?: '' - - /** - * Skip the version check when running `hydrogen dev` - * - */ - '--disable-version-check'?: '' - - /** - * Disable rendering fallback routes when a route file doesn't exist. - * @environment SHOPIFY_HYDROGEN_FLAG_DISABLE_VIRTUAL_ROUTES - */ - '--disable-virtual-routes'?: '' - - /** - * Entry file for the worker. Defaults to `./server`. - * @environment SHOPIFY_HYDROGEN_FLAG_ENTRY - */ - '--entry '?: string - - /** - * Specifies the environment to perform the operation using its handle. Fetch the handle using the `env list` command. - * - */ - '--env '?: string - - /** - * Specifies the environment to perform the operation using its Git branch name. - * @environment SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH - */ - '--env-branch '?: string - - /** - * Path to an environment file to override existing environment variables. Defaults to the '.env' located in your project path `--path`. - * - */ - '--env-file '?: string - - /** - * Expose the server to the local network - * - */ - '--host'?: '' - - /** - * The port where the inspector is available. Defaults to 9229. - * @environment SHOPIFY_HYDROGEN_FLAG_INSPECTOR_PORT - */ - '--inspector-port '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * The port to run the server on. Defaults to 3000. - * @environment SHOPIFY_HYDROGEN_FLAG_PORT - */ - '--port '?: string - - /** - * Outputs more information about the command's execution. - * @environment SHOPIFY_HYDROGEN_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-env-list.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-env-list.interface.ts deleted file mode 100644 index de896f7f239..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-env-list.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen env list` command: - * @publicDocs - */ -export interface hydrogenenvlist { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-env-pull.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-env-pull.interface.ts deleted file mode 100644 index 57fb69c2be0..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-env-pull.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen env pull` command: - * @publicDocs - */ -export interface hydrogenenvpull { - /** - * Specifies the environment to perform the operation using its handle. Fetch the handle using the `env list` command. - * - */ - '--env '?: string - - /** - * Specifies the environment to perform the operation using its Git branch name. - * @environment SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH - */ - '--env-branch '?: string - - /** - * Path to an environment file to override existing environment variables. Defaults to the '.env' located in your project path `--path`. - * - */ - '--env-file '?: string - - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-env-push.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-env-push.interface.ts deleted file mode 100644 index eb9c80c1095..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-env-push.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen env push` command: - * @publicDocs - */ -export interface hydrogenenvpush { - /** - * Specifies the environment to perform the operation using its handle. Fetch the handle using the `env list` command. - * - */ - '--env '?: string - - /** - * Path to an environment file to override existing environment variables. Defaults to the '.env' located in your project path `--path`. - * - */ - '--env-file '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-generate-route.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-generate-route.interface.ts deleted file mode 100644 index da80cec7602..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-generate-route.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen generate route` command: - * @publicDocs - */ -export interface hydrogengenerateroute { - /** - * React Router adapter used in the route. The default is `react-router`. - * @environment SHOPIFY_HYDROGEN_FLAG_ADAPTER - */ - '--adapter '?: string - - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale). - * @environment SHOPIFY_HYDROGEN_FLAG_ADAPTER - */ - '--locale-param '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Generate TypeScript files - * @environment SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT - */ - '--typescript'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-generate-routes.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-generate-routes.interface.ts deleted file mode 100644 index 7536d57c962..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-generate-routes.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen generate routes` command: - * @publicDocs - */ -export interface hydrogengenerateroutes { - /** - * React Router adapter used in the route. The default is `react-router`. - * @environment SHOPIFY_HYDROGEN_FLAG_ADAPTER - */ - '--adapter '?: string - - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * The param name in Remix routes for the i18n locale, if any. Example: `locale` becomes ($locale). - * @environment SHOPIFY_HYDROGEN_FLAG_ADAPTER - */ - '--locale-param '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Generate TypeScript files - * @environment SHOPIFY_HYDROGEN_FLAG_TYPESCRIPT - */ - '--typescript'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-init.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-init.interface.ts deleted file mode 100644 index 4226e609035..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-init.interface.ts +++ /dev/null @@ -1,72 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen init` command: - * @publicDocs - */ -export interface hydrogeninit { - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Init Git and create initial commits. - * @environment SHOPIFY_HYDROGEN_FLAG_GIT - */ - '--git'?: '' - - /** - * Auto installs dependencies using the active package manager. - * @environment SHOPIFY_HYDROGEN_FLAG_INSTALL_DEPS - */ - '--install-deps'?: '' - - /** - * Sets the template language to use. One of `js` or `ts`. - * @environment SHOPIFY_HYDROGEN_FLAG_LANGUAGE - */ - '--language '?: string - - /** - * Sets the URL structure to support multiple markets. Must be one of: `subfolders`, `domains`, `subdomains`, `none`. Example: `--markets subfolders`. - * @environment SHOPIFY_HYDROGEN_FLAG_I18N - */ - '--markets '?: string - - /** - * Use mock.shop as the data source for the storefront. - * @environment SHOPIFY_HYDROGEN_FLAG_MOCK_DATA - */ - '--mock-shop'?: '' - - /** - * The path to the directory of the new Hydrogen storefront. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Scaffolds a new Hydrogen project with a set of sensible defaults. Equivalent to `shopify hydrogen init --path hydrogen-quickstart --mock-shop --language js --shortcut --markets none` - * @environment SHOPIFY_HYDROGEN_FLAG_QUICKSTART - */ - '--quickstart'?: '' - - /** - * Creates a global h2 shortcut for Shopify CLI using shell aliases. Deactivate with `--no-shortcut`. - * @environment SHOPIFY_HYDROGEN_FLAG_SHORTCUT - */ - '--shortcut'?: '' - - /** - * Sets the styling strategy to use. One of `tailwind`, `vanilla-extract`, `css-modules`, `postcss`, `none`. - * @environment SHOPIFY_HYDROGEN_FLAG_STYLING - */ - '--styling '?: string - - /** - * Scaffolds project based on an existing template or example from the Hydrogen repository. - * @environment SHOPIFY_HYDROGEN_FLAG_TEMPLATE - */ - '--template '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-link.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-link.interface.ts deleted file mode 100644 index aea69b1bcc3..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-link.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen link` command: - * @publicDocs - */ -export interface hydrogenlink { - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * The name of a Hydrogen Storefront (e.g. "Jane's Apparel") - * @environment SHOPIFY_HYDROGEN_STOREFRONT - */ - '--storefront '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-list.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-list.interface.ts deleted file mode 100644 index f8a211bf9b0..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-list.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen list` command: - * @publicDocs - */ -export interface hydrogenlist { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-login.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-login.interface.ts deleted file mode 100644 index 99cba513f04..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-login.interface.ts +++ /dev/null @@ -1,18 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen login` command: - * @publicDocs - */ -export interface hydrogenlogin { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Shop URL. It can be the shop prefix (janes-apparel) or the full myshopify.com URL (janes-apparel.myshopify.com, https://janes-apparel.myshopify.com). - * @environment SHOPIFY_SHOP - */ - '-s, --shop '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-logout.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-logout.interface.ts deleted file mode 100644 index 8e48b80b12f..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-logout.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen logout` command: - * @publicDocs - */ -export interface hydrogenlogout { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-preview.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-preview.interface.ts deleted file mode 100644 index f3ef485494b..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-preview.interface.ts +++ /dev/null @@ -1,84 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen preview` command: - * @publicDocs - */ -export interface hydrogenpreview { - /** - * Builds the app before starting the preview server. - * - */ - '--build'?: '' - - /** - * Automatically generates GraphQL types for your project’s Storefront API queries. - * - */ - '--codegen'?: '' - - /** - * Specifies a path to a codegen configuration file. Defaults to `/codegen.ts` if this file exists. - * - */ - '--codegen-config-path '?: string - - /** - * Enables inspector connections to the server with a debugger such as Visual Studio Code or Chrome DevTools. - * @environment SHOPIFY_HYDROGEN_FLAG_DEBUG - */ - '--debug'?: '' - - /** - * Entry file for the worker. Defaults to `./server`. - * @environment SHOPIFY_HYDROGEN_FLAG_ENTRY - */ - '--entry '?: string - - /** - * Specifies the environment to perform the operation using its handle. Fetch the handle using the `env list` command. - * - */ - '--env '?: string - - /** - * Specifies the environment to perform the operation using its Git branch name. - * @environment SHOPIFY_HYDROGEN_ENVIRONMENT_BRANCH - */ - '--env-branch '?: string - - /** - * Path to an environment file to override existing environment variables. Defaults to the '.env' located in your project path `--path`. - * - */ - '--env-file '?: string - - /** - * The port where the inspector is available. Defaults to 9229. - * @environment SHOPIFY_HYDROGEN_FLAG_INSPECTOR_PORT - */ - '--inspector-port '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * The port to run the server on. Defaults to 3000. - * @environment SHOPIFY_HYDROGEN_FLAG_PORT - */ - '--port '?: string - - /** - * Outputs more information about the command's execution. - * @environment SHOPIFY_HYDROGEN_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * Watches for changes and rebuilds the project. - * - */ - '--watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-setup-css.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-setup-css.interface.ts deleted file mode 100644 index 04edbd37548..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-setup-css.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen setup css` command: - * @publicDocs - */ -export interface hydrogensetupcss { - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Auto installs dependencies using the active package manager. - * @environment SHOPIFY_HYDROGEN_FLAG_INSTALL_DEPS - */ - '--install-deps'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-setup-markets.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-setup-markets.interface.ts deleted file mode 100644 index fad3107502e..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-setup-markets.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen setup markets` command: - * @publicDocs - */ -export interface hydrogensetupmarkets { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-setup-vite.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-setup-vite.interface.ts deleted file mode 100644 index 6798b9ed876..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-setup-vite.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen setup vite` command: - * @publicDocs - */ -export interface hydrogensetupvite { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-setup.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-setup.interface.ts deleted file mode 100644 index d26b9c1e602..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-setup.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen setup` command: - * @publicDocs - */ -export interface hydrogensetup { - /** - * Overwrites the destination directory and files if they already exist. - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Auto installs dependencies using the active package manager. - * @environment SHOPIFY_HYDROGEN_FLAG_INSTALL_DEPS - */ - '--install-deps'?: '' - - /** - * Sets the URL structure to support multiple markets. Must be one of: `subfolders`, `domains`, `subdomains`, `none`. Example: `--markets subfolders`. - * @environment SHOPIFY_HYDROGEN_FLAG_I18N - */ - '--markets '?: string - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * Creates a global h2 shortcut for Shopify CLI using shell aliases. Deactivate with `--no-shortcut`. - * @environment SHOPIFY_HYDROGEN_FLAG_SHORTCUT - */ - '--shortcut'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-shortcut.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-shortcut.interface.ts deleted file mode 100644 index a0e9671f9fe..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-shortcut.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen shortcut` command: - * @publicDocs - */ -export interface hydrogenshortcut { - -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-unlink.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-unlink.interface.ts deleted file mode 100644 index 605127feb0e..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-unlink.interface.ts +++ /dev/null @@ -1,12 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen unlink` command: - * @publicDocs - */ -export interface hydrogenunlink { - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/hydrogen-upgrade.interface.ts b/docs-shopify.dev/commands/interfaces/hydrogen-upgrade.interface.ts deleted file mode 100644 index bd42eafa30f..00000000000 --- a/docs-shopify.dev/commands/interfaces/hydrogen-upgrade.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `hydrogen upgrade` command: - * @publicDocs - */ -export interface hydrogenupgrade { - /** - * Ignore warnings and force the upgrade to the target version - * @environment SHOPIFY_HYDROGEN_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * The path to the directory of the Hydrogen storefront. Defaults to the current directory where the command is run. - * @environment SHOPIFY_HYDROGEN_FLAG_PATH - */ - '--path '?: string - - /** - * A target hydrogen version to update to - * - */ - '-v, --version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/organization-list.interface.ts b/docs-shopify.dev/commands/interfaces/organization-list.interface.ts deleted file mode 100644 index 9fa9df1b83c..00000000000 --- a/docs-shopify.dev/commands/interfaces/organization-list.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `organization list` command: - * @publicDocs - */ -export interface organizationlist { - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/search.interface.ts b/docs-shopify.dev/commands/interfaces/search.interface.ts deleted file mode 100644 index 618c86f1f7f..00000000000 --- a/docs-shopify.dev/commands/interfaces/search.interface.ts +++ /dev/null @@ -1,18 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `search` command: - * @publicDocs - */ -export interface search { - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/store-auth.interface.ts b/docs-shopify.dev/commands/interfaces/store-auth.interface.ts deleted file mode 100644 index 16f479cc306..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-auth.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store auth` command: - * @publicDocs - */ -export interface storeauth { - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Comma-separated Admin API scopes to request for the app. - * @environment SHOPIFY_FLAG_SCOPES - */ - '--scopes ': string - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/store-bulk-cancel.interface.ts b/docs-shopify.dev/commands/interfaces/store-bulk-cancel.interface.ts deleted file mode 100644 index 4bf9a360d8b..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-bulk-cancel.interface.ts +++ /dev/null @@ -1,30 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store bulk cancel` command: - * @publicDocs - */ -export interface storebulkcancel { - /** - * The bulk operation ID to cancel (numeric ID or full GID). - * @environment SHOPIFY_FLAG_ID - */ - '--id ': string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/store-bulk-execute.interface.ts b/docs-shopify.dev/commands/interfaces/store-bulk-execute.interface.ts deleted file mode 100644 index c9444aa3e55..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-bulk-execute.interface.ts +++ /dev/null @@ -1,72 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store bulk execute` command: - * @publicDocs - */ -export interface storebulkexecute { - /** - * Allow GraphQL mutations to run against the target store. - * @environment SHOPIFY_FLAG_ALLOW_MUTATIONS - */ - '--allow-mutations'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT. - * @environment SHOPIFY_FLAG_OUTPUT_FILE - */ - '--output-file '?: string - - /** - * The GraphQL query or mutation to run as a bulk operation. - * @environment SHOPIFY_FLAG_QUERY - */ - '-q, --query '?: string - - /** - * Path to a file containing the GraphQL query or mutation. Can't be used with --query. - * @environment SHOPIFY_FLAG_QUERY_FILE - */ - '--query-file '?: string - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Path to a file containing GraphQL variables in JSONL format (one JSON object per line). Can't be used with --variables. - * @environment SHOPIFY_FLAG_VARIABLE_FILE - */ - '--variable-file '?: string - - /** - * The values for any GraphQL variables in your mutation, in JSON format. Can be specified multiple times. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use for the bulk operation. If not specified, uses the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string - - /** - * Wait for bulk operation results before exiting. Defaults to false. - * @environment SHOPIFY_FLAG_WATCH - */ - '--watch'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/store-bulk-status.interface.ts b/docs-shopify.dev/commands/interfaces/store-bulk-status.interface.ts deleted file mode 100644 index 0564a6ee9e6..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-bulk-status.interface.ts +++ /dev/null @@ -1,30 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store bulk status` command: - * @publicDocs - */ -export interface storebulkstatus { - /** - * The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations on this store in the last 7 days. - * @environment SHOPIFY_FLAG_ID - */ - '--id '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/store-execute.interface.ts b/docs-shopify.dev/commands/interfaces/store-execute.interface.ts deleted file mode 100644 index 5897fffbb58..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-execute.interface.ts +++ /dev/null @@ -1,72 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store execute` command: - * @publicDocs - */ -export interface storeexecute { - /** - * Allow GraphQL mutations to run against the target store. - * @environment SHOPIFY_FLAG_ALLOW_MUTATIONS - */ - '--allow-mutations'?: '' - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The file name where results should be written, instead of STDOUT. - * @environment SHOPIFY_FLAG_OUTPUT_FILE - */ - '--output-file '?: string - - /** - * The GraphQL query or mutation, as a string. - * @environment SHOPIFY_FLAG_QUERY - */ - '-q, --query '?: string - - /** - * Path to a file containing the GraphQL query or mutation. Can't be used with --query. - * @environment SHOPIFY_FLAG_QUERY_FILE - */ - '--query-file '?: string - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Path to a file containing GraphQL variables in JSON format. Can't be used with --variables. - * @environment SHOPIFY_FLAG_VARIABLE_FILE - */ - '--variable-file '?: string - - /** - * The values for any GraphQL variables in your query or mutation, in JSON format. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use for the query or mutation. Defaults to the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/store-graphiql.interface.ts b/docs-shopify.dev/commands/interfaces/store-graphiql.interface.ts deleted file mode 100644 index cb3cf73c449..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-graphiql.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store graphiql` command: - * @publicDocs - */ -export interface storegraphiql { - /** - * Allow GraphQL mutations to run against the target store. - * @environment SHOPIFY_FLAG_ALLOW_MUTATIONS - */ - '--allow-mutations'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Local port for the GraphiQL server. Must be between 1 and 65535. - * @environment SHOPIFY_FLAG_PORT - */ - '--port '?: string - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * The values for any GraphQL variables in your query or mutation, in JSON format. - * @environment SHOPIFY_FLAG_VARIABLES - */ - '-v, --variables '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * The API version to use in GraphiQL. Defaults to the latest stable version. - * @environment SHOPIFY_FLAG_VERSION - */ - '--version '?: string -} diff --git a/docs-shopify.dev/commands/interfaces/store-info.interface.ts b/docs-shopify.dev/commands/interfaces/store-info.interface.ts deleted file mode 100644 index 01c264dca63..00000000000 --- a/docs-shopify.dev/commands/interfaces/store-info.interface.ts +++ /dev/null @@ -1,30 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `store info` command: - * @publicDocs - */ -export interface storeinfo { - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The myshopify.com domain of the store. - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-check.interface.ts b/docs-shopify.dev/commands/interfaces/theme-check.interface.ts deleted file mode 100644 index 905df2bf20e..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-check.interface.ts +++ /dev/null @@ -1,81 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme check` command: - * @publicDocs - */ -export interface themecheck { - /** - * Automatically fix offenses - * @environment SHOPIFY_FLAG_AUTO_CORRECT - */ - '-a, --auto-correct'?: '' - - /** - * Use the config provided, overriding .theme-check.yml if present - Supports all theme-check: config values, e.g., theme-check:theme-app-extension, - theme-check:recommended, theme-check:all - For backwards compatibility, :theme_app_extension is also supported - * @environment SHOPIFY_FLAG_CONFIG - */ - '-C, --config '?: string - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Minimum severity for exit with error code - * @environment SHOPIFY_FLAG_FAIL_LEVEL - */ - '--fail-level '?: string - - /** - * Generate a .theme-check.yml file - * @environment SHOPIFY_FLAG_INIT - */ - '--init'?: '' - - /** - * List enabled checks - * @environment SHOPIFY_FLAG_LIST - */ - '--list'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The output format to use - * @environment SHOPIFY_FLAG_OUTPUT - */ - '-o, --output '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Output active config to STDOUT - * @environment SHOPIFY_FLAG_PRINT - */ - '--print'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' - - /** - * Print Theme Check version - * @environment SHOPIFY_FLAG_VERSION - */ - '-v, --version'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-console.interface.ts b/docs-shopify.dev/commands/interfaces/theme-console.interface.ts deleted file mode 100644 index 2bb63673dae..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-console.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme console` command: - * @publicDocs - */ -export interface themeconsole { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * The password for storefronts with password protection. - * @environment SHOPIFY_FLAG_STORE_PASSWORD - */ - '--store-password '?: string - - /** - * The url to be used as context - * @environment SHOPIFY_FLAG_URL - */ - '--url '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-delete.interface.ts b/docs-shopify.dev/commands/interfaces/theme-delete.interface.ts deleted file mode 100644 index 16ce3004333..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-delete.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme delete` command: - * @publicDocs - */ -export interface themedelete { - /** - * Delete your development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Skip confirmation. - * @environment SHOPIFY_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Include others development themes in theme list. - * @environment SHOPIFY_FLAG_SHOW_ALL - */ - '-a, --show-all'?: '' - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-dev.interface.ts b/docs-shopify.dev/commands/interfaces/theme-dev.interface.ts deleted file mode 100644 index 6cca4461c16..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-dev.interface.ts +++ /dev/null @@ -1,138 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme dev` command: - * @publicDocs - */ -export interface themedev { - /** - * Allow development on a live theme. - * @environment SHOPIFY_FLAG_ALLOW_LIVE - */ - '-a, --allow-live'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Controls the visibility of the error overlay when an theme asset upload fails: -- silent Prevents the error overlay from appearing. -- default Displays the error overlay. - - * @environment SHOPIFY_FLAG_ERROR_OVERLAY - */ - '--error-overlay '?: string - - /** - * Set which network interface the web server listens on. The default value is 127.0.0.1. - * @environment SHOPIFY_FLAG_HOST - */ - '--host '?: string - - /** - * Skip hot reloading any files that match the specified pattern. - * @environment SHOPIFY_FLAG_IGNORE - */ - '-x, --ignore '?: string - - /** - * The listing preset to use for multi-preset themes. Applies preset files from listings/[preset-name] directory. - * @environment SHOPIFY_FLAG_LISTING - */ - '--listing '?: string - - /** - * The live reload mode switches the server behavior when a file is modified: -- hot-reload Hot reloads local changes to CSS and sections (default) -- full-page Always refreshes the entire page -- off Deactivate live reload - * @environment SHOPIFY_FLAG_LIVE_RELOAD - */ - '--live-reload '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Prevents files from being deleted in the remote theme when a file has been deleted locally. This applies to files that are deleted while the command is running, and files that have been deleted locally before the command is run. - * @environment SHOPIFY_FLAG_NODELETE - */ - '-n, --nodelete'?: '' - - /** - * The file path or URL. The file path is to a file that you want updated on idle. The URL path is where you want a webhook posted to report on file changes. - * @environment SHOPIFY_FLAG_NOTIFY - */ - '--notify '?: string - - /** - * Hot reload only files that match the specified pattern. - * @environment SHOPIFY_FLAG_ONLY - */ - '-o, --only '?: string - - /** - * Automatically launch the theme preview in your default web browser. - * @environment SHOPIFY_FLAG_OPEN - */ - '--open'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Local port to serve theme preview from. Must be between 1 and 65535. - * @environment SHOPIFY_FLAG_PORT - */ - '--port '?: string - - /** - * Inject the standard events inspector into storefront HTML. - * @environment SHOPIFY_FLAG_STANDARD_EVENTS_INSPECTOR - */ - '--standard-events-inspector'?: '' - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * The password for storefronts with password protection. - * @environment SHOPIFY_FLAG_STORE_PASSWORD - */ - '--store-password '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Synchronize Theme Editor updates in the local theme files. - * @environment SHOPIFY_FLAG_THEME_EDITOR_SYNC - */ - '--theme-editor-sync'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-duplicate.interface.ts b/docs-shopify.dev/commands/interfaces/theme-duplicate.interface.ts deleted file mode 100644 index 87cac1ae070..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-duplicate.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme duplicate` command: - * @publicDocs - */ -export interface themeduplicate { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Force the duplicate operation to run without prompts or confirmations. - * @environment SHOPIFY_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Name of the newly duplicated theme. - * @environment SHOPIFY_FLAG_NAME - */ - '-n, --name '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-info.interface.ts b/docs-shopify.dev/commands/interfaces/theme-info.interface.ts deleted file mode 100644 index 13626fc21b1..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-info.interface.ts +++ /dev/null @@ -1,60 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme info` command: - * @publicDocs - */ -export interface themeinfo { - /** - * Retrieve info from your development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-init.interface.ts b/docs-shopify.dev/commands/interfaces/theme-init.interface.ts deleted file mode 100644 index 3b1d36e131b..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-init.interface.ts +++ /dev/null @@ -1,36 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme init` command: - * @publicDocs - */ -export interface themeinit { - /** - * The Git URL to clone from. Defaults to Shopify's Skeleton theme. - * @environment SHOPIFY_FLAG_CLONE_URL - */ - '-u, --clone-url '?: string - - /** - * Downloads the latest release of the `clone-url` - * @environment SHOPIFY_FLAG_LATEST - */ - '-l, --latest'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-language-server.interface.ts b/docs-shopify.dev/commands/interfaces/theme-language-server.interface.ts deleted file mode 100644 index eba537a449e..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-language-server.interface.ts +++ /dev/null @@ -1,18 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme language-server` command: - * @publicDocs - */ -export interface themelanguageserver { - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-list.interface.ts b/docs-shopify.dev/commands/interfaces/theme-list.interface.ts deleted file mode 100644 index 3915ac72a84..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-list.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme list` command: - * @publicDocs - */ -export interface themelist { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Only list theme with the given ID. - * @environment SHOPIFY_FLAG_ID - */ - '--id '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Only list themes that contain the given name. - * @environment SHOPIFY_FLAG_NAME - */ - '--name '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Only list themes with the given role. - * @environment SHOPIFY_FLAG_ROLE - */ - '--role '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-metafields-pull.interface.ts b/docs-shopify.dev/commands/interfaces/theme-metafields-pull.interface.ts deleted file mode 100644 index fa2d7ed2443..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-metafields-pull.interface.ts +++ /dev/null @@ -1,42 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme metafields pull` command: - * @publicDocs - */ -export interface thememetafieldspull { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-open.interface.ts b/docs-shopify.dev/commands/interfaces/theme-open.interface.ts deleted file mode 100644 index ad278be9e01..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-open.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme open` command: - * @publicDocs - */ -export interface themeopen { - /** - * Open your development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * Open the theme editor for the specified theme in the browser. - * @environment SHOPIFY_FLAG_EDITOR - */ - '-E, --editor'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Open your live (published) theme. - * @environment SHOPIFY_FLAG_LIVE - */ - '-l, --live'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-package.interface.ts b/docs-shopify.dev/commands/interfaces/theme-package.interface.ts deleted file mode 100644 index 8fa0f536a79..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-package.interface.ts +++ /dev/null @@ -1,24 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme package` command: - * @publicDocs - */ -export interface themepackage { - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-preview.interface.ts b/docs-shopify.dev/commands/interfaces/theme-preview.interface.ts deleted file mode 100644 index 57f05a11f23..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-preview.interface.ts +++ /dev/null @@ -1,72 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme preview` command: - * @publicDocs - */ -export interface themepreview { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Output the preview URL and identifier as JSON. - * @environment SHOPIFY_FLAG_JSON - */ - '--json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Automatically launch the theme preview in your default web browser. - * @environment SHOPIFY_FLAG_OPEN - */ - '--open'?: '' - - /** - * Path to a JSON overrides file. - * @environment SHOPIFY_FLAG_OVERRIDES - */ - '--overrides ': string - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * An existing preview identifier to update instead of creating a new preview. - * @environment SHOPIFY_FLAG_PREVIEW_ID - */ - '--preview-id '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme ': string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-profile.interface.ts b/docs-shopify.dev/commands/interfaces/theme-profile.interface.ts deleted file mode 100644 index 27cc8a0ebd2..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-profile.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme profile` command: - * @publicDocs - */ -export interface themeprofile { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * The password for storefronts with password protection. - * @environment SHOPIFY_FLAG_STORE_PASSWORD - */ - '--store-password '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * The url to be used as context - * @environment SHOPIFY_FLAG_URL - */ - '--url '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-publish.interface.ts b/docs-shopify.dev/commands/interfaces/theme-publish.interface.ts deleted file mode 100644 index d040efd5a9a..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-publish.interface.ts +++ /dev/null @@ -1,54 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme publish` command: - * @publicDocs - */ -export interface themepublish { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Skip confirmation. - * @environment SHOPIFY_FLAG_FORCE - */ - '-f, --force'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-pull.interface.ts b/docs-shopify.dev/commands/interfaces/theme-pull.interface.ts deleted file mode 100644 index 227338fca0a..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-pull.interface.ts +++ /dev/null @@ -1,78 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme pull` command: - * @publicDocs - */ -export interface themepull { - /** - * Pull theme files from your remote development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Skip downloading the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. - * @environment SHOPIFY_FLAG_IGNORE - */ - '-x, --ignore '?: string - - /** - * Pull theme files from your remote live theme. - * @environment SHOPIFY_FLAG_LIVE - */ - '-l, --live'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Prevent deleting local files that don't exist remotely. - * @environment SHOPIFY_FLAG_NODELETE - */ - '-n, --nodelete'?: '' - - /** - * Download only the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. - * @environment SHOPIFY_FLAG_ONLY - */ - '-o, --only '?: string - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-push.interface.ts b/docs-shopify.dev/commands/interfaces/theme-push.interface.ts deleted file mode 100644 index 3abaa13038d..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-push.interface.ts +++ /dev/null @@ -1,120 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme push` command: - * @publicDocs - */ -export interface themepush { - /** - * Allow push to a live theme. - * @environment SHOPIFY_FLAG_ALLOW_LIVE - */ - '-a, --allow-live'?: '' - - /** - * Push theme files from your remote development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * Unique identifier for a development theme context (e.g., PR number, branch name). Reuses an existing development theme with this context name, or creates one if none exists. - * @environment SHOPIFY_FLAG_DEVELOPMENT_CONTEXT - */ - '-c, --development-context '?: string - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Skip uploading the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. - * @environment SHOPIFY_FLAG_IGNORE - */ - '-x, --ignore '?: string - - /** - * Output the result as JSON. Automatically disables color output. - * @environment SHOPIFY_FLAG_JSON - */ - '-j, --json'?: '' - - /** - * The listing preset to use for multi-preset themes. Applies preset files from listings/[preset-name] directory. - * @environment SHOPIFY_FLAG_LISTING - */ - '--listing '?: string - - /** - * Push theme files from your remote live theme. - * @environment SHOPIFY_FLAG_LIVE - */ - '-l, --live'?: '' - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Prevent deleting remote files that don't exist locally. - * @environment SHOPIFY_FLAG_NODELETE - */ - '-n, --nodelete'?: '' - - /** - * Upload only the specified files (Multiple flags allowed). Wrap the value in double quotes if you're using wildcards. - * @environment SHOPIFY_FLAG_ONLY - */ - '-o, --only '?: string - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Publish as the live theme after uploading. - * @environment SHOPIFY_FLAG_PUBLISH - */ - '-p, --publish'?: '' - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Require theme check to pass without errors before pushing. Warnings are allowed. - * @environment SHOPIFY_FLAG_STRICT_PUSH - */ - '--strict'?: '' - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Create a new unpublished theme and push to it. - * @environment SHOPIFY_FLAG_UNPUBLISHED - */ - '-u, --unpublished'?: '' - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-rename.interface.ts b/docs-shopify.dev/commands/interfaces/theme-rename.interface.ts deleted file mode 100644 index b1eea93668e..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-rename.interface.ts +++ /dev/null @@ -1,66 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme rename` command: - * @publicDocs - */ -export interface themerename { - /** - * Rename your development theme. - * @environment SHOPIFY_FLAG_DEVELOPMENT - */ - '-d, --development'?: '' - - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * Rename your remote live theme. - * @environment SHOPIFY_FLAG_LIVE - */ - '-l, --live'?: '' - - /** - * The new name for the theme. - * @environment SHOPIFY_FLAG_NEW_NAME - */ - '-n, --name '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Theme ID or name of the remote theme. - * @environment SHOPIFY_FLAG_THEME_ID - */ - '-t, --theme '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/theme-share.interface.ts b/docs-shopify.dev/commands/interfaces/theme-share.interface.ts deleted file mode 100644 index 468f14844d4..00000000000 --- a/docs-shopify.dev/commands/interfaces/theme-share.interface.ts +++ /dev/null @@ -1,48 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `theme share` command: - * @publicDocs - */ -export interface themeshare { - /** - * The environment to apply to the current command. - * @environment SHOPIFY_FLAG_ENVIRONMENT - */ - '-e, --environment '?: string - - /** - * The listing preset to use for multi-preset themes. Applies preset files from listings/[preset-name] directory. - * @environment SHOPIFY_FLAG_LISTING - */ - '--listing '?: string - - /** - * Disable color output. - * @environment SHOPIFY_FLAG_NO_COLOR - */ - '--no-color'?: '' - - /** - * Password generated from the Theme Access app or an Admin API token. - * @environment SHOPIFY_CLI_THEME_TOKEN - */ - '--password '?: string - - /** - * The path where you want to run the command. Defaults to the current working directory. - * @environment SHOPIFY_FLAG_PATH - */ - '--path '?: string - - /** - * Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com). - * @environment SHOPIFY_FLAG_STORE - */ - '-s, --store '?: string - - /** - * Increase the verbosity of the output. - * @environment SHOPIFY_FLAG_VERBOSE - */ - '--verbose'?: '' -} diff --git a/docs-shopify.dev/commands/interfaces/upgrade.interface.ts b/docs-shopify.dev/commands/interfaces/upgrade.interface.ts deleted file mode 100644 index d443d280fae..00000000000 --- a/docs-shopify.dev/commands/interfaces/upgrade.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `upgrade` command: - * @publicDocs - */ -export interface upgrade { - -} diff --git a/docs-shopify.dev/commands/interfaces/version.interface.ts b/docs-shopify.dev/commands/interfaces/version.interface.ts deleted file mode 100644 index a97fd522fb1..00000000000 --- a/docs-shopify.dev/commands/interfaces/version.interface.ts +++ /dev/null @@ -1,8 +0,0 @@ -// This is an autogenerated file. Don't edit this file manually. -/** - * The following flags are available for the `version` command: - * @publicDocs - */ -export interface version { - -}