@shopify/cli-kit 3.69.4 → 3.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{assets/cli-ruby/LICENSE → LICENSE} +0 -2
- package/dist/cli/api/graphql/admin/generated/get_theme_file_bodies.d.ts +41 -0
- package/dist/cli/api/graphql/admin/generated/get_theme_file_bodies.js +165 -0
- package/dist/cli/api/graphql/admin/generated/get_theme_file_bodies.js.map +1 -0
- package/dist/cli/api/graphql/admin/generated/get_theme_file_checksums.d.ts +29 -0
- package/dist/cli/api/graphql/admin/generated/get_theme_file_checksums.js +100 -0
- package/dist/cli/api/graphql/admin/generated/get_theme_file_checksums.js.map +1 -0
- package/dist/cli/api/graphql/admin/generated/theme_delete.d.ts +17 -0
- package/dist/cli/api/graphql/admin/generated/theme_delete.js +53 -0
- package/dist/cli/api/graphql/admin/generated/theme_delete.js.map +1 -0
- package/dist/cli/api/graphql/admin/generated/theme_files_upsert.d.ts +21 -0
- package/dist/cli/api/graphql/admin/generated/theme_files_upsert.js +82 -0
- package/dist/cli/api/graphql/admin/generated/theme_files_upsert.js.map +1 -0
- package/dist/cli/api/graphql/admin/generated/theme_publish.d.ts +21 -0
- package/dist/cli/api/graphql/admin/generated/theme_publish.js +65 -0
- package/dist/cli/api/graphql/admin/generated/theme_publish.js.map +1 -0
- package/dist/cli/api/graphql/admin/generated/theme_update.d.ts +23 -0
- package/dist/cli/api/graphql/admin/generated/theme_update.js +75 -0
- package/dist/cli/api/graphql/admin/generated/theme_update.js.map +1 -0
- package/dist/private/node/api/graphql.d.ts +2 -2
- package/dist/private/node/api/graphql.js +4 -4
- package/dist/private/node/api/graphql.js.map +1 -1
- package/dist/private/node/api/headers.js +1 -1
- package/dist/private/node/api/headers.js.map +1 -1
- package/dist/private/node/api/rest.d.ts +1 -2
- package/dist/private/node/api/rest.js +2 -3
- package/dist/private/node/api/rest.js.map +1 -1
- package/dist/private/node/api.d.ts +1 -1
- package/dist/private/node/api.js +41 -2
- package/dist/private/node/api.js.map +1 -1
- package/dist/private/node/conf-store.d.ts +9 -4
- package/dist/private/node/conf-store.js +8 -6
- package/dist/private/node/conf-store.js.map +1 -1
- package/dist/private/node/constants.d.ts +3 -0
- package/dist/private/node/constants.js +3 -0
- package/dist/private/node/constants.js.map +1 -1
- package/dist/private/node/session/exchange.js +2 -2
- package/dist/private/node/session/exchange.js.map +1 -1
- package/dist/private/node/session/schema.d.ts +40 -40
- package/dist/private/node/session/scopes.js +3 -5
- package/dist/private/node/session/scopes.js.map +1 -1
- package/dist/private/node/session.js +2 -3
- package/dist/private/node/session.js.map +1 -1
- package/dist/private/node/ui/alert.js +1 -3
- package/dist/private/node/ui/alert.js.map +1 -1
- package/dist/private/node/ui/components/ConcurrentOutput.d.ts +1 -0
- package/dist/private/node/ui/components/ConcurrentOutput.js +4 -4
- package/dist/private/node/ui/components/ConcurrentOutput.js.map +1 -1
- package/dist/private/node/ui/components/Link.js +3 -0
- package/dist/private/node/ui/components/Link.js.map +1 -1
- package/dist/private/node/ui/components/Link.test.js +23 -0
- package/dist/private/node/ui/components/Link.test.js.map +1 -1
- package/dist/private/node/ui.js +1 -1
- package/dist/private/node/ui.js.map +1 -1
- package/dist/public/common/version.d.ts +1 -1
- package/dist/public/common/version.js +1 -1
- package/dist/public/common/version.js.map +1 -1
- package/dist/public/node/analytics.js +1 -2
- package/dist/public/node/analytics.js.map +1 -1
- package/dist/public/node/api/admin.d.ts +2 -1
- package/dist/public/node/api/admin.js +36 -10
- package/dist/public/node/api/admin.js.map +1 -1
- package/dist/public/node/api/graphql.d.ts +2 -0
- package/dist/public/node/api/graphql.js +3 -3
- package/dist/public/node/api/graphql.js.map +1 -1
- package/dist/public/node/api/webhooks.d.ts +13 -0
- package/dist/public/node/api/webhooks.js +34 -0
- package/dist/public/node/api/webhooks.js.map +1 -0
- package/dist/public/node/base-command.js +4 -0
- package/dist/public/node/base-command.js.map +1 -1
- package/dist/public/node/cli-launcher.d.ts +12 -0
- package/dist/public/node/cli-launcher.js +29 -0
- package/dist/public/node/cli-launcher.js.map +1 -0
- package/dist/public/node/cli.d.ts +16 -10
- package/dist/public/node/cli.js +45 -101
- package/dist/public/node/cli.js.map +1 -1
- package/dist/public/node/context/fqdn.js +11 -7
- package/dist/public/node/context/fqdn.js.map +1 -1
- package/dist/public/node/context/local.d.ts +7 -0
- package/dist/public/node/context/local.js +16 -0
- package/dist/public/node/context/local.js.map +1 -1
- package/dist/public/node/environment.d.ts +7 -0
- package/dist/public/node/environment.js +11 -0
- package/dist/public/node/environment.js.map +1 -1
- package/dist/public/node/error-handler.js +2 -4
- package/dist/public/node/error-handler.js.map +1 -1
- package/dist/public/node/error.js +4 -13
- package/dist/public/node/error.js.map +1 -1
- package/dist/public/node/global-context.d.ts +15 -0
- package/dist/public/node/global-context.js +29 -0
- package/dist/public/node/global-context.js.map +1 -0
- package/dist/public/node/hooks/prerun.js +0 -2
- package/dist/public/node/hooks/prerun.js.map +1 -1
- package/dist/public/node/is-global.js +2 -1
- package/dist/public/node/is-global.js.map +1 -1
- package/dist/public/node/json-schema.d.ts +2 -1
- package/dist/public/node/json-schema.js +8 -3
- package/dist/public/node/json-schema.js.map +1 -1
- package/dist/public/node/node-package-manager.js +1 -1
- package/dist/public/node/node-package-manager.js.map +1 -1
- package/dist/public/node/notifications-system.d.ts +193 -0
- package/dist/public/node/notifications-system.js +242 -0
- package/dist/public/node/notifications-system.js.map +1 -0
- package/dist/public/node/output.d.ts +1 -6
- package/dist/public/node/output.js +1 -5
- package/dist/public/node/output.js.map +1 -1
- package/dist/public/node/path.d.ts +3 -3
- package/dist/public/node/path.js +4 -5
- package/dist/public/node/path.js.map +1 -1
- package/dist/public/node/system.js +14 -2
- package/dist/public/node/system.js.map +1 -1
- package/dist/public/node/themes/api.d.ts +4 -12
- package/dist/public/node/themes/api.js +225 -36
- package/dist/public/node/themes/api.js.map +1 -1
- package/dist/public/node/themes/factories.d.ts +1 -3
- package/dist/public/node/themes/factories.js +0 -16
- package/dist/public/node/themes/factories.js.map +1 -1
- package/dist/public/node/themes/types.d.ts +1 -0
- package/dist/public/node/themes/types.js.map +1 -1
- package/dist/public/node/themes/utils.d.ts +2 -0
- package/dist/public/node/themes/utils.js +11 -0
- package/dist/public/node/themes/utils.js.map +1 -1
- package/dist/public/node/tree-kill.js +0 -2
- package/dist/public/node/tree-kill.js.map +1 -1
- package/dist/public/node/ui.js +30 -80
- package/dist/public/node/ui.js.map +1 -1
- package/dist/public/node/vendor/dev_server/DevServer.d.ts +19 -0
- package/dist/public/node/vendor/dev_server/DevServer.js +170 -0
- package/dist/public/node/vendor/dev_server/DevServer.js.map +1 -0
- package/dist/public/node/version.d.ts +13 -0
- package/dist/public/node/version.js +38 -0
- package/dist/public/node/version.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -7
- package/assets/cli-ruby/.devcontainer.json +0 -5
- package/assets/cli-ruby/.rubocop.yml +0 -102
- package/assets/cli-ruby/.rubocop_todo.yml +0 -24
- package/assets/cli-ruby/CHANGELOG.md +0 -634
- package/assets/cli-ruby/CONTRIBUTING.md +0 -3
- package/assets/cli-ruby/Codespace.dockerfile +0 -35
- package/assets/cli-ruby/Gemfile +0 -32
- package/assets/cli-ruby/README.md +0 -30
- package/assets/cli-ruby/Rakefile +0 -167
- package/assets/cli-ruby/SECURITY.md +0 -59
- package/assets/cli-ruby/Tests.dockerfile +0 -35
- package/assets/cli-ruby/assets/logo.png +0 -0
- package/assets/cli-ruby/bin/console +0 -11
- package/assets/cli-ruby/bin/load_shopify.rb +0 -22
- package/assets/cli-ruby/bin/shopify +0 -67
- package/assets/cli-ruby/bin/shopify.bat +0 -3
- package/assets/cli-ruby/dev.yml +0 -29
- package/assets/cli-ruby/docs/README.md +0 -13
- package/assets/cli-ruby/docs/contributors/testing.md +0 -27
- package/assets/cli-ruby/docs/users/installation.md +0 -3
- package/assets/cli-ruby/docs/users/migrate-from-themekit.md +0 -18
- package/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.1.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.1.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.3.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.1.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.1.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.3.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.1.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.1.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.3.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.1.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.1.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.3.0.gz.sha256 +0 -1
- package/assets/cli-ruby/ext/javy/javy.rb +0 -204
- package/assets/cli-ruby/ext/javy/version +0 -1
- package/assets/cli-ruby/ext/shopify-extensions/extconf.rb +0 -21
- package/assets/cli-ruby/ext/shopify-extensions/shopify_extensions.rb +0 -152
- package/assets/cli-ruby/ext/shopify-extensions/version +0 -1
- package/assets/cli-ruby/features/support/assertions.rb +0 -17
- package/assets/cli-ruby/features/support/cli.rb +0 -7
- package/assets/cli-ruby/features/support/process.rb +0 -27
- package/assets/cli-ruby/features/support/requires.rb +0 -3
- package/assets/cli-ruby/lib/docgen/class_template.md.erb +0 -81
- package/assets/cli-ruby/lib/docgen/index_template.md.erb +0 -5
- package/assets/cli-ruby/lib/docgen/markdown.rb +0 -101
- package/assets/cli-ruby/lib/graphql/admin_introspection.graphql +0 -87
- package/assets/cli-ruby/lib/graphql/all_organizations.graphql +0 -19
- package/assets/cli-ruby/lib/graphql/all_orgs_with_apps.graphql +0 -30
- package/assets/cli-ruby/lib/graphql/api_versions.graphql +0 -6
- package/assets/cli-ruby/lib/graphql/convert_dev_to_test_store.graphql +0 -10
- package/assets/cli-ruby/lib/graphql/create_app.graphql +0 -20
- package/assets/cli-ruby/lib/graphql/create_customer.graphql +0 -9
- package/assets/cli-ruby/lib/graphql/create_draft_order.graphql +0 -8
- package/assets/cli-ruby/lib/graphql/create_product.graphql +0 -9
- package/assets/cli-ruby/lib/graphql/extension_create.graphql +0 -37
- package/assets/cli-ruby/lib/graphql/extension_update_draft.graphql +0 -19
- package/assets/cli-ruby/lib/graphql/fetch_specifications.graphql +0 -14
- package/assets/cli-ruby/lib/graphql/find_organization.graphql +0 -18
- package/assets/cli-ruby/lib/graphql/find_organization_with_apps.graphql +0 -20
- package/assets/cli-ruby/lib/graphql/get_app_by_api_key.graphql +0 -9
- package/assets/cli-ruby/lib/graphql/get_app_urls.graphql +0 -6
- package/assets/cli-ruby/lib/graphql/get_extension_registrations.graphql +0 -28
- package/assets/cli-ruby/lib/graphql/get_variant_id.graphql +0 -16
- package/assets/cli-ruby/lib/graphql/update_dashboard_urls.graphql +0 -8
- package/assets/cli-ruby/lib/project_types/extension/cli.rb +0 -75
- package/assets/cli-ruby/lib/project_types/extension/commands/extension_command.rb +0 -29
- package/assets/cli-ruby/lib/project_types/extension/commands/serve.rb +0 -164
- package/assets/cli-ruby/lib/project_types/extension/errors.rb +0 -9
- package/assets/cli-ruby/lib/project_types/extension/extension_project.rb +0 -151
- package/assets/cli-ruby/lib/project_types/extension/extension_project_keys.rb +0 -12
- package/assets/cli-ruby/lib/project_types/extension/features/argo.rb +0 -50
- package/assets/cli-ruby/lib/project_types/extension/features/argo_config.rb +0 -59
- package/assets/cli-ruby/lib/project_types/extension/features/argo_dependencies.rb +0 -28
- package/assets/cli-ruby/lib/project_types/extension/features/argo_runtime.rb +0 -15
- package/assets/cli-ruby/lib/project_types/extension/features/argo_serve.rb +0 -115
- package/assets/cli-ruby/lib/project_types/extension/features/argo_setup.rb +0 -54
- package/assets/cli-ruby/lib/project_types/extension/features/argo_setup_step.rb +0 -31
- package/assets/cli-ruby/lib/project_types/extension/features/argo_setup_steps.rb +0 -51
- package/assets/cli-ruby/lib/project_types/extension/features/runtimes/admin.rb +0 -29
- package/assets/cli-ruby/lib/project_types/extension/features/runtimes/base.rb +0 -19
- package/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_post_purchase.rb +0 -23
- package/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_ui_extension.rb +0 -29
- package/assets/cli-ruby/lib/project_types/extension/loaders/project.rb +0 -50
- package/assets/cli-ruby/lib/project_types/extension/loaders/specification_handler.rb +0 -22
- package/assets/cli-ruby/lib/project_types/extension/messages/message_loading.rb +0 -34
- package/assets/cli-ruby/lib/project_types/extension/messages/messages.rb +0 -320
- package/assets/cli-ruby/lib/project_types/extension/models/app.rb +0 -14
- package/assets/cli-ruby/lib/project_types/extension/models/lazy_specification_handler.rb +0 -12
- package/assets/cli-ruby/lib/project_types/extension/models/specification.rb +0 -41
- package/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/default.rb +0 -145
- package/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/theme_app_extension.rb +0 -134
- package/assets/cli-ruby/lib/project_types/extension/models/specifications.rb +0 -91
- package/assets/cli-ruby/lib/project_types/extension/models/validation_error.rb +0 -17
- package/assets/cli-ruby/lib/project_types/extension/models/version.rb +0 -15
- package/assets/cli-ruby/lib/project_types/extension/tasks/configure_features.rb +0 -73
- package/assets/cli-ruby/lib/project_types/extension/tasks/configure_options.rb +0 -21
- package/assets/cli-ruby/lib/project_types/extension/tasks/converters/validation_error_converter.rb +0 -25
- package/assets/cli-ruby/lib/project_types/extension/tasks/converters/version_converter.rb +0 -28
- package/assets/cli-ruby/lib/project_types/extension/tasks/fetch_specifications.rb +0 -21
- package/assets/cli-ruby/lib/project_types/node/cli.rb +0 -12
- package/assets/cli-ruby/lib/project_types/node/forms/create.rb +0 -45
- package/assets/cli-ruby/lib/project_types/node/messages/messages.rb +0 -33
- package/assets/cli-ruby/lib/project_types/php/cli.rb +0 -16
- package/assets/cli-ruby/lib/project_types/php/forms/create.rb +0 -44
- package/assets/cli-ruby/lib/project_types/php/messages/messages.rb +0 -29
- package/assets/cli-ruby/lib/project_types/rails/cli.rb +0 -15
- package/assets/cli-ruby/lib/project_types/rails/forms/create.rb +0 -75
- package/assets/cli-ruby/lib/project_types/rails/gem.rb +0 -110
- package/assets/cli-ruby/lib/project_types/rails/messages/messages.rb +0 -101
- package/assets/cli-ruby/lib/project_types/script/cli.rb +0 -27
- package/assets/cli-ruby/lib/project_types/script/commands/connect.rb +0 -16
- package/assets/cli-ruby/lib/project_types/script/commands/create.rb +0 -24
- package/assets/cli-ruby/lib/project_types/script/commands/javy.rb +0 -24
- package/assets/cli-ruby/lib/project_types/script/commands/push.rb +0 -26
- package/assets/cli-ruby/lib/project_types/script/loaders/project.rb +0 -46
- package/assets/cli-ruby/lib/project_types/script/loaders/specification_handler.rb +0 -22
- package/assets/cli-ruby/lib/project_types/script/messages/messages.rb +0 -11
- package/assets/cli-ruby/lib/project_types/theme/cli.rb +0 -33
- package/assets/cli-ruby/lib/project_types/theme/commands/common/root_helper.rb +0 -94
- package/assets/cli-ruby/lib/project_types/theme/commands/common/shop_helper.rb +0 -13
- package/assets/cli-ruby/lib/project_types/theme/commands/console.rb +0 -23
- package/assets/cli-ruby/lib/project_types/theme/commands/delete.rb +0 -70
- package/assets/cli-ruby/lib/project_types/theme/commands/init.rb +0 -46
- package/assets/cli-ruby/lib/project_types/theme/commands/list.rb +0 -33
- package/assets/cli-ruby/lib/project_types/theme/commands/open.rb +0 -73
- package/assets/cli-ruby/lib/project_types/theme/commands/package.rb +0 -73
- package/assets/cli-ruby/lib/project_types/theme/commands/publish.rb +0 -49
- package/assets/cli-ruby/lib/project_types/theme/commands/pull.rb +0 -118
- package/assets/cli-ruby/lib/project_types/theme/commands/push.rb +0 -160
- package/assets/cli-ruby/lib/project_types/theme/commands/serve.rb +0 -91
- package/assets/cli-ruby/lib/project_types/theme/commands/share.rb +0 -62
- package/assets/cli-ruby/lib/project_types/theme/commands/token.rb +0 -22
- package/assets/cli-ruby/lib/project_types/theme/conversions/base_glob.rb +0 -65
- package/assets/cli-ruby/lib/project_types/theme/conversions/ignore_glob.rb +0 -15
- package/assets/cli-ruby/lib/project_types/theme/conversions/include_glob.rb +0 -15
- package/assets/cli-ruby/lib/project_types/theme/forms/confirm_store.rb +0 -15
- package/assets/cli-ruby/lib/project_types/theme/forms/select.rb +0 -34
- package/assets/cli-ruby/lib/project_types/theme/messages/messages.rb +0 -429
- package/assets/cli-ruby/lib/project_types/theme/models/specification_handlers/theme.rb +0 -19
- package/assets/cli-ruby/lib/project_types/theme/presenters/theme_presenter.rb +0 -48
- package/assets/cli-ruby/lib/project_types/theme/presenters/themes_presenter.rb +0 -29
- package/assets/cli-ruby/lib/project_types/theme/ui/sync_progress_bar.rb +0 -20
- package/assets/cli-ruby/lib/rubygems_plugin.rb +0 -26
- package/assets/cli-ruby/lib/shopify_cli/admin_api.rb +0 -160
- package/assets/cli-ruby/lib/shopify_cli/api.rb +0 -130
- package/assets/cli-ruby/lib/shopify_cli/command/project_command.rb +0 -31
- package/assets/cli-ruby/lib/shopify_cli/command/sub_command.rb +0 -20
- package/assets/cli-ruby/lib/shopify_cli/command.rb +0 -166
- package/assets/cli-ruby/lib/shopify_cli/commands.rb +0 -21
- package/assets/cli-ruby/lib/shopify_cli/constants.rb +0 -101
- package/assets/cli-ruby/lib/shopify_cli/context.rb +0 -709
- package/assets/cli-ruby/lib/shopify_cli/core/cli_version.rb +0 -20
- package/assets/cli-ruby/lib/shopify_cli/core/entry_point.rb +0 -64
- package/assets/cli-ruby/lib/shopify_cli/core/executor.rb +0 -23
- package/assets/cli-ruby/lib/shopify_cli/core/finalize.rb +0 -13
- package/assets/cli-ruby/lib/shopify_cli/core/monorail.rb +0 -122
- package/assets/cli-ruby/lib/shopify_cli/core.rb +0 -8
- package/assets/cli-ruby/lib/shopify_cli/db.rb +0 -114
- package/assets/cli-ruby/lib/shopify_cli/environment.rb +0 -217
- package/assets/cli-ruby/lib/shopify_cli/exception_reporter.rb +0 -80
- package/assets/cli-ruby/lib/shopify_cli/feature.rb +0 -95
- package/assets/cli-ruby/lib/shopify_cli/file_system_listener.rb +0 -30
- package/assets/cli-ruby/lib/shopify_cli/form.rb +0 -42
- package/assets/cli-ruby/lib/shopify_cli/git.rb +0 -320
- package/assets/cli-ruby/lib/shopify_cli/github/issue_url_generator.rb +0 -30
- package/assets/cli-ruby/lib/shopify_cli/github.rb +0 -5
- package/assets/cli-ruby/lib/shopify_cli/helpers/haikunator.rb +0 -92
- package/assets/cli-ruby/lib/shopify_cli/helpers.rb +0 -5
- package/assets/cli-ruby/lib/shopify_cli/http_request.rb +0 -43
- package/assets/cli-ruby/lib/shopify_cli/identity_auth/env_auth_token.rb +0 -34
- package/assets/cli-ruby/lib/shopify_cli/identity_auth.rb +0 -332
- package/assets/cli-ruby/lib/shopify_cli/js_system.rb +0 -115
- package/assets/cli-ruby/lib/shopify_cli/lazy_delegator.rb +0 -55
- package/assets/cli-ruby/lib/shopify_cli/messages/messages.rb +0 -863
- package/assets/cli-ruby/lib/shopify_cli/method_object.rb +0 -123
- package/assets/cli-ruby/lib/shopify_cli/migrator/migration.rb +0 -27
- package/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1631709766_noop.rb +0 -13
- package/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1633691650_merge_reporting_configuration.rb +0 -41
- package/assets/cli-ruby/lib/shopify_cli/migrator.rb +0 -46
- package/assets/cli-ruby/lib/shopify_cli/options.rb +0 -40
- package/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions/job.rb +0 -36
- package/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions.rb +0 -46
- package/assets/cli-ruby/lib/shopify_cli/partners_api/organizations.rb +0 -45
- package/assets/cli-ruby/lib/shopify_cli/partners_api.rb +0 -91
- package/assets/cli-ruby/lib/shopify_cli/project.rb +0 -199
- package/assets/cli-ruby/lib/shopify_cli/project_type.rb +0 -66
- package/assets/cli-ruby/lib/shopify_cli/reporting_configuration_controller.rb +0 -29
- package/assets/cli-ruby/lib/shopify_cli/resolve_constant.rb +0 -25
- package/assets/cli-ruby/lib/shopify_cli/resources/env_file.rb +0 -108
- package/assets/cli-ruby/lib/shopify_cli/resources.rb +0 -5
- package/assets/cli-ruby/lib/shopify_cli/result.rb +0 -448
- package/assets/cli-ruby/lib/shopify_cli/shopifolk.rb +0 -82
- package/assets/cli-ruby/lib/shopify_cli/task.rb +0 -20
- package/assets/cli-ruby/lib/shopify_cli/tasks/confirm_store.rb +0 -18
- package/assets/cli-ruby/lib/shopify_cli/tasks/create_api_client.rb +0 -40
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_authenticated.rb +0 -19
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_dev_store.rb +0 -41
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_env.rb +0 -90
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_git_dependency.rb +0 -14
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_loopback_url.rb +0 -20
- package/assets/cli-ruby/lib/shopify_cli/tasks/ensure_project_type.rb +0 -14
- package/assets/cli-ruby/lib/shopify_cli/tasks/select_org_and_shop.rb +0 -81
- package/assets/cli-ruby/lib/shopify_cli/tasks/update_dashboard_urls.rb +0 -57
- package/assets/cli-ruby/lib/shopify_cli/tasks.rb +0 -44
- package/assets/cli-ruby/lib/shopify_cli/theme/backoff_helper.rb +0 -47
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/cdn_fonts.rb +0 -82
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/certificate_manager.rb +0 -79
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/errors.rb +0 -9
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/header_hash.rb +0 -98
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hooks/file_change_hook.rb +0 -77
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_deleter.rb +0 -62
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_reloader.rb +0 -63
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot-reload-no-script.html +0 -27
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot_reload.js +0 -48
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/sse_client.js +0 -43
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme.js +0 -114
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme_extension.js +0 -121
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/script_injector.rb +0 -57
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/sections_index.rb +0 -50
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload.rb +0 -75
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/local_assets.rb +0 -101
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy.rb +0 -313
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy_param_builder.rb +0 -84
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/reload_mode.rb +0 -34
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher/json_files_update_job.rb +0 -35
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher.rb +0 -44
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/sse.rb +0 -75
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/watcher.rb +0 -64
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server/web_server.rb +0 -140
- package/assets/cli-ruby/lib/shopify_cli/theme/dev_server.rb +0 -332
- package/assets/cli-ruby/lib/shopify_cli/theme/development_theme.rb +0 -101
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/app_extension.rb +0 -40
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hooks/file_change_hook.rb +0 -76
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload/script_injector.rb +0 -30
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload.rb +0 -13
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/local_assets.rb +0 -31
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/proxy_param_builder.rb +0 -94
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/watcher.rb +0 -49
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server.rb +0 -175
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/host_theme.rb +0 -109
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/ignore_helper.rb +0 -35
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/extension_serve_job.rb +0 -120
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/operation.rb +0 -25
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer.rb +0 -100
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_progress_bar.rb +0 -35
- package/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_raw_progress_bar.rb +0 -40
- package/assets/cli-ruby/lib/shopify_cli/theme/file.rb +0 -133
- package/assets/cli-ruby/lib/shopify_cli/theme/filter/path_matcher.rb +0 -38
- package/assets/cli-ruby/lib/shopify_cli/theme/ignore_filter.rb +0 -112
- package/assets/cli-ruby/lib/shopify_cli/theme/ignore_helper.rb +0 -37
- package/assets/cli-ruby/lib/shopify_cli/theme/include_filter.rb +0 -67
- package/assets/cli-ruby/lib/shopify_cli/theme/mime_type.rb +0 -34
- package/assets/cli-ruby/lib/shopify_cli/theme/notifier.rb +0 -52
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/api.rb +0 -109
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_dev_server.rb +0 -93
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_middleware.rb +0 -97
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/remote_evaluator.rb +0 -166
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/success.html +0 -78
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/template.liquid +0 -15
- package/assets/cli-ruby/lib/shopify_cli/theme/repl/snippet.rb +0 -81
- package/assets/cli-ruby/lib/shopify_cli/theme/repl.rb +0 -88
- package/assets/cli-ruby/lib/shopify_cli/theme/root.rb +0 -62
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/checksums.rb +0 -66
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/downloader.rb +0 -63
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/error_reporter.rb +0 -45
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/merger.rb +0 -53
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/operation.rb +0 -49
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/standard_reporter.rb +0 -32
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/unsupported_script_warning.rb +0 -90
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk.rb +0 -133
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_item.rb +0 -64
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_job.rb +0 -139
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_request.rb +0 -30
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all.rb +0 -41
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all_form.rb +0 -37
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/base_strategy_form.rb +0 -64
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_delete_strategy.rb +0 -29
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_update_strategy.rb +0 -30
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_delete_handler.rb +0 -49
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_update_handler.rb +0 -71
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader.rb +0 -231
- package/assets/cli-ruby/lib/shopify_cli/theme/syncer.rb +0 -391
- package/assets/cli-ruby/lib/shopify_cli/theme/theme.rb +0 -212
- package/assets/cli-ruby/lib/shopify_cli/theme/theme_access_api.rb +0 -89
- package/assets/cli-ruby/lib/shopify_cli/theme/theme_admin_api.rb +0 -101
- package/assets/cli-ruby/lib/shopify_cli/thread_pool/job.rb +0 -35
- package/assets/cli-ruby/lib/shopify_cli/thread_pool.rb +0 -49
- package/assets/cli-ruby/lib/shopify_cli/transform_data_structure.rb +0 -87
- package/assets/cli-ruby/lib/shopify_cli/utilities.rb +0 -21
- package/assets/cli-ruby/lib/shopify_cli/version.rb +0 -3
- package/assets/cli-ruby/lib/shopify_cli.rb +0 -182
- package/assets/cli-ruby/shipit.rubygems.yml +0 -3
- package/assets/cli-ruby/shopify-cli.gemspec +0 -46
- package/assets/cli-ruby/shopify-dev +0 -16
- package/assets/cli-ruby/test/minitest_ext.rb +0 -115
- package/assets/cli-ruby/test/project_types/extension/extension_test_helpers.rb +0 -70
- package/assets/cli-ruby/test/shopify-cli/migrator/migrations/migration_helper.rb +0 -20
- package/assets/cli-ruby/test/test_helpers.rb +0 -16
- package/assets/cli-ruby/utilities/constants.rb +0 -7
- package/assets/cli-ruby/utilities/docker/container.rb +0 -104
- package/assets/cli-ruby/utilities/docker.rb +0 -89
- package/assets/cli-ruby/utilities/utilities.rb +0 -6
- package/assets/cli-ruby/vendor/deps/cli-kit/REVISION +0 -1
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/autocall.rb +0 -21
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/base_command.rb +0 -49
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/command_registry.rb +0 -94
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/config.rb +0 -133
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb +0 -123
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/executor.rb +0 -79
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ini.rb +0 -102
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/levenshtein.rb +0 -82
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/logger.rb +0 -82
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/resolver.rb +0 -60
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ruby_backports/enumerable.rb +0 -6
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support/test_helper.rb +0 -244
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support.rb +0 -9
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/system.rb +0 -243
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/util.rb +0 -193
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/version.rb +0 -5
- package/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit.rb +0 -60
- package/assets/cli-ruby/vendor/deps/cli-ui/REVISION +0 -1
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/ansi.rb +0 -157
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/color.rb +0 -84
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/formatter.rb +0 -193
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_stack.rb +0 -98
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/box.rb +0 -166
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/bracket.rb +0 -139
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style.rb +0 -120
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame.rb +0 -269
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/glyph.rb +0 -84
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/os.rb +0 -73
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/printer.rb +0 -59
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress.rb +0 -90
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress_plain.rb +0 -50
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/interactive_options.rb +0 -484
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/options_handler.rb +0 -29
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt.rb +0 -282
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/async.rb +0 -40
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/spin_group.rb +0 -263
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner.rb +0 -66
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb +0 -232
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/terminal.rb +0 -46
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/truncater.rb +0 -102
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/version.rb +0 -5
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/base.rb +0 -27
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/status.rb +0 -61
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets.rb +0 -77
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/wrap.rb +0 -56
- package/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui.rb +0 -234
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/LICENSE +0 -22
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/README.md +0 -67
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/Rakefile +0 -54
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/lib/ruby2_keywords.rb +0 -57
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/ruby2_keywords.gemspec +0 -18
- package/assets/cli-ruby/vendor/deps/ruby2_keywords/test/test_keyword.rb +0 -41
- package/assets/cli-ruby/vendor/deps/smart_properties/REVISION +0 -1
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/errors.rb +0 -114
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property.rb +0 -168
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property_collection.rb +0 -83
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations/ancestor.rb +0 -27
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations.rb +0 -8
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/version.rb +0 -3
- package/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties.rb +0 -174
- package/assets/cli-ruby/vendor/deps/webrick/Gemfile +0 -3
- package/assets/cli-ruby/vendor/deps/webrick/LICENSE.txt +0 -22
- package/assets/cli-ruby/vendor/deps/webrick/README.md +0 -61
- package/assets/cli-ruby/vendor/deps/webrick/Rakefile +0 -10
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/accesslog.rb +0 -157
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cgi.rb +0 -313
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/compat.rb +0 -36
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/config.rb +0 -158
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cookie.rb +0 -172
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/htmlutils.rb +0 -30
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/authenticator.rb +0 -117
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/basicauth.rb +0 -116
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/digestauth.rb +0 -395
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htdigest.rb +0 -132
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htgroup.rb +0 -97
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htpasswd.rb +0 -158
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/userdb.rb +0 -53
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth.rb +0 -96
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpproxy.rb +0 -354
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httprequest.rb +0 -636
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpresponse.rb +0 -564
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/https.rb +0 -152
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpserver.rb +0 -294
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/abstract.rb +0 -152
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgi_runner.rb +0 -47
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgihandler.rb +0 -126
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/erbhandler.rb +0 -88
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/filehandler.rb +0 -552
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/prochandler.rb +0 -47
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet.rb +0 -23
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpstatus.rb +0 -194
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httputils.rb +0 -512
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpversion.rb +0 -76
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/log.rb +0 -156
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/server.rb +0 -381
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/ssl.rb +0 -215
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/utils.rb +0 -265
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick/version.rb +0 -18
- package/assets/cli-ruby/vendor/deps/webrick/lib/webrick.rb +0 -232
- package/assets/cli-ruby/vendor/deps/webrick/webrick.gemspec +0 -74
- package/assets/cli-ruby/vendor/gen/lib/gen/commands/help.rb +0 -20
- package/assets/cli-ruby/vendor/gen/lib/gen/commands/new.rb +0 -21
- package/assets/cli-ruby/vendor/gen/lib/gen/commands.rb +0 -18
- package/assets/cli-ruby/vendor/gen/lib/gen/entry_point.rb +0 -10
- package/assets/cli-ruby/vendor/gen/lib/gen/generator.rb +0 -165
- package/assets/cli-ruby/vendor/gen/lib/gen.rb +0 -39
- package/assets/cli-ruby/vendor/gen/template/Gemfile +0 -10
- package/assets/cli-ruby/vendor/gen/template/README.md +0 -1
- package/assets/cli-ruby/vendor/gen/template/bin/testunit +0 -23
- package/assets/cli-ruby/vendor/gen/template/bin/update-deps +0 -97
- package/assets/cli-ruby/vendor/gen/template/dev-gems.yml +0 -3
- package/assets/cli-ruby/vendor/gen/template/dev-vendor.yml +0 -4
- package/assets/cli-ruby/vendor/gen/template/exe/__app__-gems +0 -17
- package/assets/cli-ruby/vendor/gen/template/exe/__app__-vendor +0 -18
- package/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/example.rb +0 -19
- package/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/help.rb +0 -21
- package/assets/cli-ruby/vendor/gen/template/lib/__app__/commands.rb +0 -18
- package/assets/cli-ruby/vendor/gen/template/lib/__app__/entry_point.rb +0 -10
- package/assets/cli-ruby/vendor/gen/template/lib/__app__.rb +0 -33
- package/assets/cli-ruby/vendor/gen/template/test/example_test.rb +0 -17
- package/assets/cli-ruby/vendor/gen/template/test/test_helper.rb +0 -22
- package/assets/cli-ruby/vendor/lib/semantic/LICENSE +0 -20
- package/assets/cli-ruby/vendor/lib/semantic/semantic.rb +0 -4
- package/assets/cli-ruby/vendor/lib/semantic/version.rb +0 -179
- package/dist/private/node/demo-recorder.d.ts +0 -17
- package/dist/private/node/demo-recorder.js +0 -121
- package/dist/private/node/demo-recorder.js.map +0 -1
- package/dist/public/node/ruby.d.ts +0 -38
- package/dist/public/node/ruby.js +0 -327
- package/dist/public/node/ruby.js.map +0 -1
|
@@ -1,863 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module ShopifyCLI
|
|
4
|
-
module Messages
|
|
5
|
-
MESSAGES = {
|
|
6
|
-
apps: {
|
|
7
|
-
create: {
|
|
8
|
-
info: {
|
|
9
|
-
created: "{{v}} {{green:%s}} was created in the organization's Partner Dashboard {{underline:%s}}",
|
|
10
|
-
serve: "{{*}} Change directories to your new project folder {{green:%s}} and run "\
|
|
11
|
-
"{{command:%s app serve}} to start a local server",
|
|
12
|
-
install: "{{*}} Then, visit {{underline:%s/test}} to install {{green:%s}} on your Dev Store",
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
core: {
|
|
17
|
-
errors: {
|
|
18
|
-
missing_node: "Node.js is required to continue. Install Node.js here: https://nodejs.org/en/download.",
|
|
19
|
-
missing_npm: "npm is required to continue. Install npm here: https://www.npmjs.com/get-npm.",
|
|
20
|
-
missing_ruby: "Ruby is required to continue. Install Ruby here: https://www.ruby-lang.org/en/downloads.",
|
|
21
|
-
bundle_info_failure: "Error getting version for %s gem",
|
|
22
|
-
option_parser: {
|
|
23
|
-
invalid_option: "The option {{command:%s}} is not supported.",
|
|
24
|
-
invalid_option_store_equals: <<~MESSAGE,
|
|
25
|
-
The option {{command:%s}} isn't recognized.
|
|
26
|
-
|
|
27
|
-
Try this:
|
|
28
|
-
{{command:--store=%s}}.
|
|
29
|
-
MESSAGE
|
|
30
|
-
missing_argument: "The required argument {{command:%s}} is missing.",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
app: {
|
|
34
|
-
help: <<~HELP,
|
|
35
|
-
Suite of commands for developing apps. See {{command:%1$s app <command> --help}} for usage of each command.
|
|
36
|
-
Usage: {{command:%1$s app [ %2$s ]}}
|
|
37
|
-
HELP
|
|
38
|
-
error: {
|
|
39
|
-
type_not_found: <<~MESSAGE,
|
|
40
|
-
Couldn't detect the app type in directory %s. We currently support Rails, PHP, and NodeJS apps.
|
|
41
|
-
MESSAGE
|
|
42
|
-
missing_shopify_cli_yml: <<~MESSAGE,
|
|
43
|
-
Couldn't find a #{Constants::Files::SHOPIFY_CLI_YML} file in the directory %s to determine the app type.
|
|
44
|
-
MESSAGE
|
|
45
|
-
invalid_project_type: <<~MESSAGE,
|
|
46
|
-
The project type %s doesn't represent an app.
|
|
47
|
-
MESSAGE
|
|
48
|
-
},
|
|
49
|
-
create: {
|
|
50
|
-
type_required_error: "",
|
|
51
|
-
invalid_type: "The type %s is not supported. The only supported types are"\
|
|
52
|
-
" {{command:[ rails | node | php ]}}",
|
|
53
|
-
help: <<~HELP,
|
|
54
|
-
{{command:%s app create}}: Creates a new project in a subdirectory.
|
|
55
|
-
Usage: {{command:%s app create [ rails | node | php ]}}
|
|
56
|
-
HELP
|
|
57
|
-
rails: {
|
|
58
|
-
help: <<~HELP,
|
|
59
|
-
{{command:%s app create rails}}: Creates a ruby on rails app.
|
|
60
|
-
Usage: {{command:%s app create rails}}
|
|
61
|
-
Options:
|
|
62
|
-
{{command:--name=NAME}} App name. Any string.
|
|
63
|
-
{{command:--organization-id=ID}} Partner organization ID. Must be an existing organization.
|
|
64
|
-
{{command:--store-domain=MYSHOPIFYDOMAIN }} Development store URL. Must be an existing development store.
|
|
65
|
-
{{command:--db=DB}} Database type. Must be one of: mysql, postgresql, sqlite3, oracle, frontbase, ibm_db, sqlserver, jdbcmysql, jdbcsqlite3, jdbcpostgresql, jdbc.
|
|
66
|
-
{{command:--rails-opts=RAILSOPTS}} Additional options. Must be a string containing one or more valid Rails options, separated by spaces.
|
|
67
|
-
HELP
|
|
68
|
-
|
|
69
|
-
error: {
|
|
70
|
-
invalid_ruby_version: "This project requires a Ruby version ~> 2.5 or Ruby 3.0.",
|
|
71
|
-
dir_exists: "Project directory %s already exists. Please use a different name.",
|
|
72
|
-
install_failure: "Error installing %s gem",
|
|
73
|
-
node_required: "node is required to create a rails project. Download at https://nodejs.org/en/download.",
|
|
74
|
-
node_version_failure: "Failed to get the current node version. Please make sure it is installed as " \
|
|
75
|
-
"per the instructions at https://nodejs.org/en.",
|
|
76
|
-
yarn_required: "yarn is required to create a rails project. Download at " \
|
|
77
|
-
"https://classic.yarnpkg.com/en/docs/install.",
|
|
78
|
-
yarn_version_failure: "Failed to get the current yarn version. Please make sure it is " \
|
|
79
|
-
"installed as per the instructions at https://classic.yarnpkg.com/en/docs/install.",
|
|
80
|
-
},
|
|
81
|
-
|
|
82
|
-
info: {
|
|
83
|
-
open_new_shell: "{{*}} {{yellow:After installing %s, please open a new Command Prompt or PowerShell " \
|
|
84
|
-
"window to continue.}}",
|
|
85
|
-
},
|
|
86
|
-
installing_bundler: "Installing bundler…",
|
|
87
|
-
generating_app: "Generating new rails app project in %s…",
|
|
88
|
-
adding_shopify_gem: "{{v}} Adding shopify_app gem…",
|
|
89
|
-
node_version: "node %s",
|
|
90
|
-
yarn_version: "yarn %s",
|
|
91
|
-
running_bundle_install: "Running bundle install…",
|
|
92
|
-
running_generator: "Running shopify_app generator…",
|
|
93
|
-
running_migrations: "Running migrations…",
|
|
94
|
-
running_webpacker_install: "Running webpacker:install…",
|
|
95
|
-
},
|
|
96
|
-
node: {
|
|
97
|
-
help: <<~HELP,
|
|
98
|
-
{{command:%s app create node}}: Creates an embedded nodejs app.
|
|
99
|
-
Usage: {{command:%s app create node}}
|
|
100
|
-
Options:
|
|
101
|
-
{{command:--name=NAME}} App name. Any string.
|
|
102
|
-
{{command:--organization-id=ID}} Partner organization ID. Must be an existing organization.
|
|
103
|
-
{{command:--store-domain=MYSHOPIFYDOMAIN }} Development store URL. Must be an existing development store.
|
|
104
|
-
HELP
|
|
105
|
-
error: {
|
|
106
|
-
node_required: "node is required to create an app project. Download at https://nodejs.org/en/download.",
|
|
107
|
-
npm_required: "npm is required to create an app project. Download at https://www.npmjs.com/get-npm.",
|
|
108
|
-
npm_version_failure: "Failed to get the current npm version. Please make sure it is installed as per " \
|
|
109
|
-
"the instructions at https://www.npmjs.com/get-npm.",
|
|
110
|
-
},
|
|
111
|
-
node_version: "node %s",
|
|
112
|
-
npm_version: "npm %s",
|
|
113
|
-
},
|
|
114
|
-
php: {
|
|
115
|
-
help: <<~HELP,
|
|
116
|
-
{{command:%s app create php}}: Creates an embedded PHP app.
|
|
117
|
-
Usage: {{command:%s app create php}}
|
|
118
|
-
Options:
|
|
119
|
-
{{command:--name=NAME}} App name. Any string.
|
|
120
|
-
{{command:--organization-id=ID}} Partner organization ID. Must be an existing organization.
|
|
121
|
-
{{command:--store-domain=MYSHOPIFYDOMAIN}} Development store URL. Must be an existing development store.
|
|
122
|
-
{{command:--type=APPTYPE}} Whether this app is public or custom.
|
|
123
|
-
{{command:--verbose}} Output verbose information when installing dependencies.
|
|
124
|
-
HELP
|
|
125
|
-
|
|
126
|
-
error: {
|
|
127
|
-
php_required: <<~VERSION,
|
|
128
|
-
PHP is required to create an app project. For installation instructions, visit:
|
|
129
|
-
{{underline:https://www.php.net/manual/en/install.php}}
|
|
130
|
-
VERSION
|
|
131
|
-
php_version_failure: <<~VERSION,
|
|
132
|
-
Failed to get the current PHP version. Please make sure it is installed as per the instructions at:
|
|
133
|
-
{{underline:https://www.php.net/manual/en/install.php.}}
|
|
134
|
-
VERSION
|
|
135
|
-
php_version_too_low: "Your PHP version is too low. Please use version %s or higher.",
|
|
136
|
-
composer_required: <<~COMPOSER,
|
|
137
|
-
Composer is required to create an app project. Download at:
|
|
138
|
-
{{underline:https://getcomposer.org/download/}}
|
|
139
|
-
COMPOSER
|
|
140
|
-
npm_required: "npm is required to create an app project. Download at https://www.npmjs.com/get-npm.",
|
|
141
|
-
app_setup: "Failed to set up the app",
|
|
142
|
-
},
|
|
143
|
-
|
|
144
|
-
php_version: "PHP %s",
|
|
145
|
-
npm_version: "npm %s",
|
|
146
|
-
app_setting_up: "Setting up app…",
|
|
147
|
-
app_set_up: "App is now set up",
|
|
148
|
-
},
|
|
149
|
-
},
|
|
150
|
-
deploy: {
|
|
151
|
-
help: <<~HELP,
|
|
152
|
-
Deploy the current app to a hosting service. Heroku ({{underline:https://www.heroku.com}}) is currently the only option, but more will be added in the future.
|
|
153
|
-
Usage: {{command:%s app deploy [ heroku ]}}
|
|
154
|
-
HELP
|
|
155
|
-
extended_help: <<~HELP,
|
|
156
|
-
{{bold:Subcommands:}}
|
|
157
|
-
{{cyan:heroku}}: Deploys the current app to Heroku.
|
|
158
|
-
Usage: {{command:%s app deploy heroku}}
|
|
159
|
-
HELP
|
|
160
|
-
error: {
|
|
161
|
-
missing_platform: <<~MESSAGE,
|
|
162
|
-
The platform argument is missing.
|
|
163
|
-
Usage: {{command:%s app deploy [ heroku ]}}
|
|
164
|
-
MESSAGE
|
|
165
|
-
invalid_platform: <<~MESSAGE,
|
|
166
|
-
The platform argument passed {{command:%s}} is not supported.
|
|
167
|
-
Usage: {{command:%s app deploy [ heroku ]}}
|
|
168
|
-
MESSAGE
|
|
169
|
-
},
|
|
170
|
-
heroku: {
|
|
171
|
-
downloading: "Downloading Heroku CLI…",
|
|
172
|
-
downloaded: "Downloaded Heroku CLI",
|
|
173
|
-
installing: "Installing Heroku CLI…",
|
|
174
|
-
installing_windows: "Running Heroku CLI install wizard…",
|
|
175
|
-
installed: "Installed Heroku CLI",
|
|
176
|
-
authenticated_with_account: "{{v}} Authenticated with Heroku as {{green:%s}}",
|
|
177
|
-
authenticating: "Authenticating with Heroku…",
|
|
178
|
-
authenticated: "{{v}} Authenticated with Heroku",
|
|
179
|
-
deploying: "Deploying to Heroku…",
|
|
180
|
-
deployed: "{{v}} Deployed to Heroku",
|
|
181
|
-
php: {
|
|
182
|
-
post_deploy: <<~DEPLOYED,
|
|
183
|
-
{{v}} Deployed to Heroku, you can access your app at {{green:%s}}
|
|
184
|
-
|
|
185
|
-
If you're deploying this app for the first time, make sure to set up your database and your app's environment at {{bold:App dashboard -> Settings -> Config Vars}}.
|
|
186
|
-
|
|
187
|
-
When setting your config vars, don't forget to set up your database and the appropriate Laravel values for it, particularly {{bold:DB_CONNECTION and DB_DATABASE}}.
|
|
188
|
-
DEPLOYED
|
|
189
|
-
error: {
|
|
190
|
-
generate_app_key: "Failed to generate Laravel APP_KEY",
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
rails: {
|
|
194
|
-
db_check: {
|
|
195
|
-
validating: "Validating application…",
|
|
196
|
-
checking: "Checking database type…",
|
|
197
|
-
validated: "Database type \"%s\" validated for platform \"Heroku\"",
|
|
198
|
-
problem: "A problem was encountered while checking your database type.",
|
|
199
|
-
sqlite: <<~SQLITE,
|
|
200
|
-
Heroku does not support deployment using the SQLite database system.
|
|
201
|
-
Change the database type using {{command:rails db:system:change --to=[new_db_type]}}. For more info:
|
|
202
|
-
{{underline:https://gorails.com/episodes/rails-6-db-system-change-command}}
|
|
203
|
-
SQLITE
|
|
204
|
-
},
|
|
205
|
-
},
|
|
206
|
-
git: {
|
|
207
|
-
checking: "Checking git repo…",
|
|
208
|
-
initialized: "Git repo initialized",
|
|
209
|
-
what_branch: "What branch would you like to deploy?",
|
|
210
|
-
branch_selected: "{{v}} Git branch {{green:%s}} selected for deploy",
|
|
211
|
-
},
|
|
212
|
-
app: {
|
|
213
|
-
no_apps_found: "No existing Heroku app found. What would you like to do?",
|
|
214
|
-
name: "What is your Heroku app’s name?",
|
|
215
|
-
select: "Specify an existing Heroku app",
|
|
216
|
-
selecting: "Selecting Heroku app %s…",
|
|
217
|
-
selected: "{{v}} Heroku app {{green:%s}} selected",
|
|
218
|
-
create: "Create a new Heroku app",
|
|
219
|
-
creating: "Creating new Heroku app…",
|
|
220
|
-
created: "{{v}} New Heroku app created",
|
|
221
|
-
setting_configs: "Setting Shopify app configs…",
|
|
222
|
-
configs_set: "{{v}} Shopify app configs set",
|
|
223
|
-
},
|
|
224
|
-
},
|
|
225
|
-
},
|
|
226
|
-
connect: {
|
|
227
|
-
help: <<~HELP,
|
|
228
|
-
{{command:%s app connect}}: Connects an existing app to Shopify CLI. Creates a config file.
|
|
229
|
-
Usage: {{command:%s app connect}}
|
|
230
|
-
HELP
|
|
231
|
-
connected: "Project now connected to {{green:%s}}",
|
|
232
|
-
production_warning: <<~MESSAGE,
|
|
233
|
-
{{yellow:! Warning: if you have connected to an {{bold:app in production}}, running {{command:serve}} may update the app URL and cause an outage.
|
|
234
|
-
MESSAGE
|
|
235
|
-
},
|
|
236
|
-
tunnel: {
|
|
237
|
-
help: <<~HELP,
|
|
238
|
-
Start or stop an http tunnel to your local development app using ngrok.
|
|
239
|
-
Usage: {{command:%s app tunnel [ auth | start | stop ]}}
|
|
240
|
-
HELP
|
|
241
|
-
extended_help: <<~HELP,
|
|
242
|
-
{{bold:Subcommands:}}
|
|
243
|
-
|
|
244
|
-
{{cyan:auth}}: Writes an ngrok auth token to ~/.ngrok2/ngrok.yml to connect with an ngrok account. Visit https://dashboard.ngrok.com/signup to sign up.
|
|
245
|
-
Usage: {{command:%1$s app tunnel auth <token>}}
|
|
246
|
-
|
|
247
|
-
{{cyan:start}}: Starts an ngrok tunnel, will print the URL for an existing tunnel if already running.
|
|
248
|
-
Usage: {{command:%1$s app tunnel start}}
|
|
249
|
-
|
|
250
|
-
{{cyan:stop}}: Stops the ngrok tunnel.
|
|
251
|
-
Usage: {{command:%1$s app tunnel stop}}
|
|
252
|
-
|
|
253
|
-
HELP
|
|
254
|
-
error: {
|
|
255
|
-
token_argument_missing: "{{x}} {{red:auth requires a token argument}}\n\n",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
serve: {
|
|
259
|
-
help: <<~HELP,
|
|
260
|
-
Start a local development server for your project, as well as a public ngrok tunnel to your localhost.
|
|
261
|
-
Usage: {{command:%s app serve}}
|
|
262
|
-
HELP
|
|
263
|
-
extended_help: <<~HELP,
|
|
264
|
-
{{bold:Options:}}
|
|
265
|
-
{{cyan:--host=HOST}}: Bypass running tunnel and use custom host. HOST must be HTTPS url.
|
|
266
|
-
{{cyan:--port=PORT}}: Use custom port.
|
|
267
|
-
{{cyan:--no-update}}: Skips the dashboard URL update step
|
|
268
|
-
HELP
|
|
269
|
-
open_info: <<~MESSAGE,
|
|
270
|
-
{{*}} To install and start using your app, open this URL in your browser:
|
|
271
|
-
{{green:%s}}
|
|
272
|
-
MESSAGE
|
|
273
|
-
running_server: "Running server…",
|
|
274
|
-
error: {
|
|
275
|
-
host_must_be_https: "HOST must be a HTTPS url.",
|
|
276
|
-
invalid_port: "%s is not a valid port.",
|
|
277
|
-
},
|
|
278
|
-
},
|
|
279
|
-
open: {
|
|
280
|
-
help: <<~HELP,
|
|
281
|
-
Open your local development app in the default browser.
|
|
282
|
-
Usage: {{command:%s app open}}
|
|
283
|
-
HELP
|
|
284
|
-
},
|
|
285
|
-
},
|
|
286
|
-
extension: {
|
|
287
|
-
push: {
|
|
288
|
-
web_pixel_extension: {
|
|
289
|
-
error: {
|
|
290
|
-
file_read_error: "There was a problem reading %s",
|
|
291
|
-
missing_config_key_error: "Configuration is missing key: %s",
|
|
292
|
-
invalid_config_value_error: "Configuration value is invalid: %s",
|
|
293
|
-
},
|
|
294
|
-
},
|
|
295
|
-
checkout_ui_extension: {
|
|
296
|
-
localization: {
|
|
297
|
-
error: {
|
|
298
|
-
bundle_too_large: "Total size of all locale files must be less than %s.",
|
|
299
|
-
duplicate_locale_code: "Duplicate locale found: `%s`; locale codes"\
|
|
300
|
-
" should be unique and are case insensitive.",
|
|
301
|
-
file_empty: "Locale file `%s` is empty.",
|
|
302
|
-
file_too_large: "Locale file `%s` too large; size must be less than %s.",
|
|
303
|
-
invalid_file_extension: "Invalid locale filename: `%s`; only .json files are allowed.",
|
|
304
|
-
invalid_locale_code: "Invalid locale filename: `%s`; locale code should be 2 or 3 letters,"\
|
|
305
|
-
" optionally followed by a two-letter region code, e.g. `fr-CA`.",
|
|
306
|
-
invalid_file_encoding: "Invalid file encoding for `%s`; file encoding should be UTF-8.",
|
|
307
|
-
single_default_locale: "There must be one and only one locale identified as the default locale,"\
|
|
308
|
-
" e.g. `en.default.json`",
|
|
309
|
-
},
|
|
310
|
-
},
|
|
311
|
-
},
|
|
312
|
-
},
|
|
313
|
-
},
|
|
314
|
-
error_reporting: {
|
|
315
|
-
unhandled_error: {
|
|
316
|
-
message: "{{x}} {{red:An unexpected error occurred.}}",
|
|
317
|
-
issue_message: "{{red:\tTo \e]8;;%s\e\\submit an issue\e]8;;\e\\"\
|
|
318
|
-
" include the stack trace.}}",
|
|
319
|
-
stacktrace_message: "{{red:\tTo print the stack trace, add the environment variable %s.}}",
|
|
320
|
-
},
|
|
321
|
-
report_error: {
|
|
322
|
-
question: "Send an anonymized error report to Shopify?",
|
|
323
|
-
yes: "Yes, send",
|
|
324
|
-
no: "No, don't send",
|
|
325
|
-
},
|
|
326
|
-
},
|
|
327
|
-
analytics: {
|
|
328
|
-
enable_prompt: {
|
|
329
|
-
uncaught_error: {
|
|
330
|
-
question: "Automatically send reports from now on?",
|
|
331
|
-
yes: "Yes, automatically send anonymized reports to Shopify",
|
|
332
|
-
no: "No, don't send",
|
|
333
|
-
},
|
|
334
|
-
usage: {
|
|
335
|
-
question: "Automatically send anonymized usage and error reports to Shopify? We use these"\
|
|
336
|
-
" to make development on Shopify better.",
|
|
337
|
-
yes: "Yes, automatically send anonymized reports to Shopify",
|
|
338
|
-
no: "No, don't send",
|
|
339
|
-
},
|
|
340
|
-
},
|
|
341
|
-
},
|
|
342
|
-
connect: {
|
|
343
|
-
already_connected_warning: "{{yellow:! This app appears to be already connected}}",
|
|
344
|
-
project_type_select: "What type of project would you like to connect?",
|
|
345
|
-
cli_yml_saved: ".shopify-cli.yml saved to project root",
|
|
346
|
-
},
|
|
347
|
-
|
|
348
|
-
context: {
|
|
349
|
-
open_url: <<~OPEN,
|
|
350
|
-
Please open this URL in your browser:
|
|
351
|
-
{{green:%s}}
|
|
352
|
-
OPEN
|
|
353
|
-
},
|
|
354
|
-
|
|
355
|
-
env_file: {
|
|
356
|
-
saving_header: "writing %s file…",
|
|
357
|
-
saving: "writing %s file",
|
|
358
|
-
saved: "%s saved to project root",
|
|
359
|
-
},
|
|
360
|
-
|
|
361
|
-
config: {
|
|
362
|
-
help: <<~HELP,
|
|
363
|
-
Change configuration of how the CLI operates
|
|
364
|
-
Usage: {{command:%s config [ feature | analytics ] }}
|
|
365
|
-
HELP
|
|
366
|
-
feature: {
|
|
367
|
-
help: <<~HELP,
|
|
368
|
-
Change configuration of various features
|
|
369
|
-
Usage: {{command:%s config [ feature ] [ feature_name ] }}
|
|
370
|
-
HELP
|
|
371
|
-
enabled: "{{v}} feature {{green:%s}} has been enabled",
|
|
372
|
-
disabled: "{{v}} feature {{green:%s}} has been disabled",
|
|
373
|
-
is_enabled: "{{v}} feature {{green:%s}} is currently enabled",
|
|
374
|
-
is_disabled: "{{v}} feature {{green:%s}} is currently disabled",
|
|
375
|
-
},
|
|
376
|
-
analytics: {
|
|
377
|
-
help: <<~HELP,
|
|
378
|
-
Opt in/out of anonymous usage reporting
|
|
379
|
-
Usage: {{command:%s config [ analytics ] }}
|
|
380
|
-
HELP
|
|
381
|
-
enabled: "{{v}} analytics have been enabled",
|
|
382
|
-
disabled: "{{v}} analytics have been disabled",
|
|
383
|
-
is_enabled: "{{v}} analytics are currently enabled",
|
|
384
|
-
is_disabled: "{{v}} analytics are currently disabled",
|
|
385
|
-
},
|
|
386
|
-
},
|
|
387
|
-
|
|
388
|
-
git: {
|
|
389
|
-
error: {
|
|
390
|
-
directory_exists: "Project directory already exists. Please create a project with a new name.",
|
|
391
|
-
no_branches_found: "Could not find any git branches",
|
|
392
|
-
nonexistent: "Git needs to be installed: https://git-scm.com/download",
|
|
393
|
-
repo_not_initiated:
|
|
394
|
-
"Git repo is not initiated. Please run {{command:git init}} and make at least one commit.",
|
|
395
|
-
no_commits_made: "No git commits have been made. Please make at least one commit.",
|
|
396
|
-
remote_not_added: "Remote could not be added.",
|
|
397
|
-
sparse_checkout_not_enabled: "Sparse checkout could not be enabled.",
|
|
398
|
-
sparse_checkout_not_set: "Sparse checkout set command failed.",
|
|
399
|
-
pull_failed: "Pull failed.",
|
|
400
|
-
pull_failed_bad_branch: "Pull failed. Branch %s cannot be found. Check the branch name and try again.",
|
|
401
|
-
merge_failed: "The file %s merge failed.",
|
|
402
|
-
},
|
|
403
|
-
|
|
404
|
-
cloning: "Cloning %s into %s…",
|
|
405
|
-
cloned: "{{v}} Cloned into %s",
|
|
406
|
-
pulling_from_to: "Pulling %s into %s…",
|
|
407
|
-
pulling: "Pulling…",
|
|
408
|
-
pulled: "Pulled into %s",
|
|
409
|
-
},
|
|
410
|
-
|
|
411
|
-
help: {
|
|
412
|
-
error: {
|
|
413
|
-
command_not_found: "Command %s not found.",
|
|
414
|
-
},
|
|
415
|
-
|
|
416
|
-
preamble: <<~MESSAGE,
|
|
417
|
-
Use {{command:%s help <command>}} to display detailed information about a specific command.
|
|
418
|
-
|
|
419
|
-
MESSAGE
|
|
420
|
-
},
|
|
421
|
-
|
|
422
|
-
heroku: {
|
|
423
|
-
error: {
|
|
424
|
-
authentication: "Could not authenticate with Heroku",
|
|
425
|
-
creation: "Heroku app could not be created",
|
|
426
|
-
deploy: "Could not deploy to Heroku",
|
|
427
|
-
download: "Heroku CLI could not be downloaded",
|
|
428
|
-
install: "Could not install Heroku CLI",
|
|
429
|
-
could_not_select_app: "Heroku app {{green:%s}} could not be selected",
|
|
430
|
-
set_config: "Failed to set config %s to %s in Heroku app",
|
|
431
|
-
add_buildpacks: "Failed to add buildpacks in Heroku app",
|
|
432
|
-
},
|
|
433
|
-
},
|
|
434
|
-
|
|
435
|
-
js_deps: {
|
|
436
|
-
error: {
|
|
437
|
-
missing_package: "expected to have a file at: %s",
|
|
438
|
-
invalid_package: "{{info:%s}} was not valid JSON. Fix this then try again",
|
|
439
|
-
install_spinner_error: "Unable to install all %d dependencies",
|
|
440
|
-
install_error: "An error occurred while installing dependencies",
|
|
441
|
-
},
|
|
442
|
-
|
|
443
|
-
installing: "Installing dependencies with %s…",
|
|
444
|
-
installed: "Dependencies installed",
|
|
445
|
-
npm_installing_deps: "Installing %d dependencies…",
|
|
446
|
-
npm_installed_deps: "%d npm dependencies installed",
|
|
447
|
-
},
|
|
448
|
-
|
|
449
|
-
login: {
|
|
450
|
-
help: <<~HELP,
|
|
451
|
-
Log in to the Shopify CLI by authenticating with a store or partner organization
|
|
452
|
-
Usage: {{command:%s login [--store/-s STORE]}}
|
|
453
|
-
HELP
|
|
454
|
-
invalid_shop: <<~MESSAGE,
|
|
455
|
-
Invalid store provided (%s). Please provide the store in the following format: my-store.myshopify.com
|
|
456
|
-
MESSAGE
|
|
457
|
-
shop_prompt: <<~PROMPT,
|
|
458
|
-
What store are you connecting to? (e.g. my-store.myshopify.com; do {{bold:NOT}} include protocol part, e.g., https://)
|
|
459
|
-
PROMPT
|
|
460
|
-
spinner: {
|
|
461
|
-
initiating: "Initiating authentication",
|
|
462
|
-
finalizing: "Finalizing authentication",
|
|
463
|
-
loading_organizations: "Loading available partner organizations",
|
|
464
|
-
},
|
|
465
|
-
},
|
|
466
|
-
|
|
467
|
-
logout: {
|
|
468
|
-
help: <<~HELP,
|
|
469
|
-
Log out of an authenticated partner organization and store, or clear invalid credentials
|
|
470
|
-
Usage: {{command:%s logout}}
|
|
471
|
-
HELP
|
|
472
|
-
|
|
473
|
-
success: "Successfully logged out of your account",
|
|
474
|
-
},
|
|
475
|
-
|
|
476
|
-
switch: {
|
|
477
|
-
help: <<~HELP,
|
|
478
|
-
Switch between development stores in your partner organization
|
|
479
|
-
Usage: {{command:%s switch [--store/-s STORE]}}
|
|
480
|
-
HELP
|
|
481
|
-
disabled_as_shopify_org: "Can't switch development stores logged in as {{green:Shopify partners org}}",
|
|
482
|
-
success: "Switched development store to {{green:%s}}",
|
|
483
|
-
},
|
|
484
|
-
identity_auth: {
|
|
485
|
-
error: {
|
|
486
|
-
timeout: "Timed out while waiting for response from Shopify",
|
|
487
|
-
local_identity_not_running: "Identity needs to be running locally in order to proceed.",
|
|
488
|
-
reauthenticate: "Please login again",
|
|
489
|
-
invalid_destination: "The store %s doesn't exist. Please log out and try again.",
|
|
490
|
-
},
|
|
491
|
-
|
|
492
|
-
location: {
|
|
493
|
-
admin: "development store",
|
|
494
|
-
partner: "Shopify Partners account",
|
|
495
|
-
shopifolk: "{{green:Shopify Employee account}}",
|
|
496
|
-
},
|
|
497
|
-
authentication_required:
|
|
498
|
-
"{{i}} Authentication required. Login to the URL below with your %s credentials to continue.",
|
|
499
|
-
|
|
500
|
-
servlet: {
|
|
501
|
-
success_response: "You've successfully logged into the Shopify CLI!",
|
|
502
|
-
invalid_request_response: "Invalid request: %s",
|
|
503
|
-
invalid_state_response: "The anti-forgery state token does not match the initial request.",
|
|
504
|
-
},
|
|
505
|
-
login_prompt: "Please ensure you've logged in with {{command:%s login}} and try again",
|
|
506
|
-
token_authentication: "%s environment variable. We'll authenticate using its value as a token.",
|
|
507
|
-
},
|
|
508
|
-
|
|
509
|
-
options: {
|
|
510
|
-
help_text: "Print help for command",
|
|
511
|
-
},
|
|
512
|
-
|
|
513
|
-
partners_api: {
|
|
514
|
-
org_name_and_id: "%s (%s)",
|
|
515
|
-
error: {
|
|
516
|
-
account_not_found: <<~MESSAGE,
|
|
517
|
-
{{x}} error: Your account was not found. Please sign up at https://partners.shopify.com/signup
|
|
518
|
-
For authentication issues, run {{command:%s logout}} to clear invalid credentials
|
|
519
|
-
MESSAGE
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
|
|
523
|
-
php_deps: {
|
|
524
|
-
error: {
|
|
525
|
-
missing_package: "Expected to have a file at: %s",
|
|
526
|
-
invalid_package: "{{info:%s}} was not valid JSON. Fix this then try again",
|
|
527
|
-
install: "Failed to install %s packages",
|
|
528
|
-
install_spinner_error: "Unable to install all %d dependencies",
|
|
529
|
-
install_error: "An error occurred while installing dependencies",
|
|
530
|
-
},
|
|
531
|
-
|
|
532
|
-
installing: "Installing Composer dependencies…",
|
|
533
|
-
installed: "Dependencies installed",
|
|
534
|
-
installed_count: "%d dependencies installed",
|
|
535
|
-
},
|
|
536
|
-
|
|
537
|
-
api: {
|
|
538
|
-
error: {
|
|
539
|
-
failed_auth: "Failed to authenticate with Shopify. Please try again later.",
|
|
540
|
-
failed_auth_debugging: "{{red:Please provide this information with your report:}}\n%s\n\n",
|
|
541
|
-
forbidden: <<~FORBIDDEN,
|
|
542
|
-
Command not allowed with current login. Please check your login details with {{command:%s whoami}}. You may need to request additional permissions for this action.
|
|
543
|
-
FORBIDDEN
|
|
544
|
-
theme_access_invalid_password: "Invalid password. Please check that it was generated from Theme Access app"\
|
|
545
|
-
" for the current store.",
|
|
546
|
-
theme_access_no_store: "No store found. Please pass it through the environment variable SHOPIFY_SHOP",
|
|
547
|
-
internal_server_error: "{{red:{{x}} An unexpected error occurred on Shopify.}}",
|
|
548
|
-
internal_server_error_debug: "\n{{red:Response details:}}\n%s\n\n",
|
|
549
|
-
invalid_url: "Invalid URL: %s",
|
|
550
|
-
},
|
|
551
|
-
},
|
|
552
|
-
|
|
553
|
-
populate: {
|
|
554
|
-
help: <<~HELP,
|
|
555
|
-
Populate a Shopify store with example customers, orders, or products.
|
|
556
|
-
Usage: {{command:%s populate [ customers | draftorders | products ]}}
|
|
557
|
-
HELP
|
|
558
|
-
|
|
559
|
-
extended_help: <<~HELP,
|
|
560
|
-
{{bold:Subcommands:}}
|
|
561
|
-
|
|
562
|
-
{{cyan:customers [options]}}: Add dummy customers to the specified store.
|
|
563
|
-
Usage: {{command:%1$s populate customers}}
|
|
564
|
-
|
|
565
|
-
{{cyan:draftorders [options]}}: Add dummy orders to the specified store.
|
|
566
|
-
Usage: {{command:%1$s populate draftorders}}
|
|
567
|
-
|
|
568
|
-
{{cyan:products [options]}}: Add dummy products to the specified store.
|
|
569
|
-
Usage: {{command:%1$s populate products}}
|
|
570
|
-
|
|
571
|
-
{{bold:Options:}}
|
|
572
|
-
|
|
573
|
-
{{cyan:--count [integer]}}: The number of dummy items to populate. Defaults to 5.
|
|
574
|
-
{{cyan:--silent}}: Silence the populate output.
|
|
575
|
-
{{cyan:--help}}: Display more options specific to each subcommand.
|
|
576
|
-
|
|
577
|
-
{{bold:Examples:}}
|
|
578
|
-
|
|
579
|
-
{{command:%1$s populate products}}
|
|
580
|
-
Populate your store with 5 additional products.
|
|
581
|
-
|
|
582
|
-
{{command:%1$s populate customers --count 30}}
|
|
583
|
-
Populate your store with 30 additional customers.
|
|
584
|
-
|
|
585
|
-
{{command:%1$s populate draftorders}}
|
|
586
|
-
Populate your store with 5 additional orders.
|
|
587
|
-
|
|
588
|
-
{{command:%1$s populate products --help}}
|
|
589
|
-
Display the list of options available to customize the {{command:%1$s populate products}} command.
|
|
590
|
-
HELP
|
|
591
|
-
|
|
592
|
-
error: {
|
|
593
|
-
no_shop: "No store found. Please run {{command:%s login --store/-s STORE}} to login to a specific store",
|
|
594
|
-
},
|
|
595
|
-
|
|
596
|
-
customer: {
|
|
597
|
-
added: "%s added to {{green:%s}} at {{underline:%scustomers/%d}}",
|
|
598
|
-
},
|
|
599
|
-
|
|
600
|
-
draft_order: {
|
|
601
|
-
added: "DraftOrder added to {{green:%s}} at {{underline:%sdraft_orders/%d}}",
|
|
602
|
-
},
|
|
603
|
-
|
|
604
|
-
options: {
|
|
605
|
-
header: "{{bold:{{cyan:%s}} options:}}",
|
|
606
|
-
count_help: "Number of resources to generate",
|
|
607
|
-
},
|
|
608
|
-
|
|
609
|
-
populating: "Populating %d %ss…",
|
|
610
|
-
|
|
611
|
-
completion_message: <<~COMPLETION_MESSAGE,
|
|
612
|
-
Successfully added %d %s to {{green:%s}}
|
|
613
|
-
{{*}} View all %ss at {{underline:%s%ss}}
|
|
614
|
-
COMPLETION_MESSAGE
|
|
615
|
-
|
|
616
|
-
product: {
|
|
617
|
-
added: "%s added to {{green:%s}} at {{underline:%sproducts/%d}}",
|
|
618
|
-
},
|
|
619
|
-
},
|
|
620
|
-
|
|
621
|
-
project: {
|
|
622
|
-
error: {
|
|
623
|
-
not_in_project: <<~MESSAGE,
|
|
624
|
-
{{x}} You are not in a Shopify app project
|
|
625
|
-
{{yellow:{{*}}}}{{reset: Run}}{{cyan: shopify app create}}{{reset: to create your app}}
|
|
626
|
-
MESSAGE
|
|
627
|
-
},
|
|
628
|
-
},
|
|
629
|
-
|
|
630
|
-
yaml: {
|
|
631
|
-
error: {
|
|
632
|
-
not_hash: "{{x}} %s was not a proper YAML file. Expecting a hash.",
|
|
633
|
-
invalid: "{{x}} %s contains invalid YAML: %s",
|
|
634
|
-
not_found: "{{x}} %s not found",
|
|
635
|
-
},
|
|
636
|
-
},
|
|
637
|
-
|
|
638
|
-
project_type: {
|
|
639
|
-
error: {
|
|
640
|
-
cannot_override_core: "Can't register duplicate core command '%s' from %s",
|
|
641
|
-
},
|
|
642
|
-
},
|
|
643
|
-
|
|
644
|
-
system: {
|
|
645
|
-
help: <<~HELP,
|
|
646
|
-
Print details about the development system.
|
|
647
|
-
Usage: {{command:%s system [all]}}
|
|
648
|
-
|
|
649
|
-
{{cyan:all}}: displays more details about development system and environment
|
|
650
|
-
|
|
651
|
-
HELP
|
|
652
|
-
|
|
653
|
-
error: {
|
|
654
|
-
unknown_option: "{{x}} {{red:unknown option '%s'}}",
|
|
655
|
-
},
|
|
656
|
-
|
|
657
|
-
header: "{{bold:Shopify CLI}}",
|
|
658
|
-
shop_header: "{{bold:Current Shop}}",
|
|
659
|
-
const: "%17s = %s",
|
|
660
|
-
ruby_header: <<~RUBY_MESSAGE,
|
|
661
|
-
{{bold:Ruby (via RbConfig)}}
|
|
662
|
-
%s
|
|
663
|
-
RUBY_MESSAGE
|
|
664
|
-
rb_config: "%-25s - RbConfig[\"%s\"]",
|
|
665
|
-
command_header: "{{bold:Commands}}",
|
|
666
|
-
command_with_path: "{{v}} %s, %s",
|
|
667
|
-
command_not_found: "{{x}} %s",
|
|
668
|
-
ngrok_available: "{{v}} ngrok, %s",
|
|
669
|
-
ngrok_not_available: "{{x}} ngrok NOT available",
|
|
670
|
-
project: {
|
|
671
|
-
header: "{{bold:In a {{cyan:%s}} project directory}}",
|
|
672
|
-
command_with_path: "{{v}} %s, %s, version %s",
|
|
673
|
-
command_not_found: "{{x}} %s",
|
|
674
|
-
env_header: "{{bold:Project environment}}",
|
|
675
|
-
env_not_set: "not set",
|
|
676
|
-
env: "%-18s = %s",
|
|
677
|
-
no_env: "{{x}} .env file not present",
|
|
678
|
-
},
|
|
679
|
-
environment_header: "{{bold:Environment}}",
|
|
680
|
-
env: "%-17s = %s",
|
|
681
|
-
identity_header: "{{bold:Identity}}",
|
|
682
|
-
identity_is_shopifolk: "{{v}} Checked user settings: you’re Shopify staff!",
|
|
683
|
-
},
|
|
684
|
-
|
|
685
|
-
store: {
|
|
686
|
-
help: <<~HELP,
|
|
687
|
-
Display current store.
|
|
688
|
-
Usage: {{command:%s store}}
|
|
689
|
-
HELP
|
|
690
|
-
shop: "You're currently logged into {{green:%s}}",
|
|
691
|
-
},
|
|
692
|
-
|
|
693
|
-
tasks: {
|
|
694
|
-
confirm_store: {
|
|
695
|
-
prompt: "You are currently logged into {{green:%s}}. Do you want to proceed using this store?",
|
|
696
|
-
confirmation: "Proceeding using {{green:%s}}",
|
|
697
|
-
cancelling: "Cancelling…",
|
|
698
|
-
},
|
|
699
|
-
ensure_env: {
|
|
700
|
-
organization_select: "To which partner organization does this project belong?",
|
|
701
|
-
no_development_stores: <<~MESSAGE,
|
|
702
|
-
No development stores available.
|
|
703
|
-
Visit {{underline:https://partners.shopify.com/%d/stores}} to create one
|
|
704
|
-
MESSAGE
|
|
705
|
-
development_store_select: "Which development store would you like to use?",
|
|
706
|
-
app_select: "To which app does this project belong?",
|
|
707
|
-
no_apps: "You have no apps to connect to, creating a new app.",
|
|
708
|
-
app_name: "App name",
|
|
709
|
-
app_type: {
|
|
710
|
-
select: "What type of app are you building?",
|
|
711
|
-
select_public: "Public: An app built for a wide merchant audience.",
|
|
712
|
-
select_custom: "Custom: An app custom built for a single client.",
|
|
713
|
-
selected: "App type {{green:%s}}",
|
|
714
|
-
},
|
|
715
|
-
},
|
|
716
|
-
ensure_dev_store: {
|
|
717
|
-
could_not_verify_store: "Couldn't verify your store. If you don't have a development store set up, "\
|
|
718
|
-
"please create one in your Partners dashboard and run `shopify app connect`.",
|
|
719
|
-
convert_to_dev_store: <<~MESSAGE,
|
|
720
|
-
Do you want to convert %s to a development store?
|
|
721
|
-
Doing this will allow you to install your app, but the store will become {{bold:transfer-disabled}}.
|
|
722
|
-
Learn more: https://shopify.dev/tutorials/transfer-a-development-store-to-a-merchant#transfer-disabled-stores
|
|
723
|
-
MESSAGE
|
|
724
|
-
transfer_disabled: "{{v}} Transfer has been disabled on %s.",
|
|
725
|
-
},
|
|
726
|
-
ensure_project_type: {
|
|
727
|
-
wrong_project_type: "This command can only be run within %s projects.",
|
|
728
|
-
},
|
|
729
|
-
update_dashboard_urls: {
|
|
730
|
-
updated: "{{v}} Whitelist URLS updated in Partners Dashboard}}",
|
|
731
|
-
update_error:
|
|
732
|
-
"{{x}} error: For authentication issues, run {{command:%s logout}} to clear invalid credentials",
|
|
733
|
-
},
|
|
734
|
-
select_org_and_shop: {
|
|
735
|
-
authentication_issue: "For authentication issues, run {{command:%s logout}} to clear invalid credentials",
|
|
736
|
-
create_store: "Visit {{underline:https://partners.shopify.com/%s/stores}} to create one",
|
|
737
|
-
development_store: "Using development store {{green:%s}}",
|
|
738
|
-
development_store_select: "Select a development store",
|
|
739
|
-
error: {
|
|
740
|
-
no_development_stores: "{{x}} No Development Stores available.",
|
|
741
|
-
no_organizations: "No partner organizations available.",
|
|
742
|
-
organization_not_found: "Cannot find a partner organization with that ID",
|
|
743
|
-
shopifolk_notice: <<~MESSAGE,
|
|
744
|
-
{{i}} As a {{green:Shopify}} employee, the authentication should take you to the Shopify Okta login,
|
|
745
|
-
NOT the partner account login. Please run {{command:%s logout}} and try again.
|
|
746
|
-
MESSAGE
|
|
747
|
-
},
|
|
748
|
-
first_party: "Are you working on a {{green:Shopify project}} on behalf of the"\
|
|
749
|
-
" {{green:Shopify partners org}}?",
|
|
750
|
-
identified_as_shopify: "We've identified you as a {{green:Shopify}} employee.",
|
|
751
|
-
organization: "Partner organization {{green:%s (%s)}}",
|
|
752
|
-
organization_select: "Select partner organization",
|
|
753
|
-
},
|
|
754
|
-
},
|
|
755
|
-
|
|
756
|
-
tunnel: {
|
|
757
|
-
error: {
|
|
758
|
-
stop: "ngrok tunnel could not be stopped. Try running {{command:killall -9 ngrok}}",
|
|
759
|
-
url_fetch_failure: "Unable to fetch external url",
|
|
760
|
-
prereq_command_required: "%1$s is required for installing ngrok. Please install %1$s using the appropriate"\
|
|
761
|
-
" package manager for your system.",
|
|
762
|
-
ngrok: "Something went wrong with ngrok installation,"\
|
|
763
|
-
"please make sure %s exists within %s before trying again",
|
|
764
|
-
signup_required: "A free ngrok account is required: {{underline:https://ngrok.com/signup}}. After you "\
|
|
765
|
-
"signup, install your personal authorization token using {{command:%s app tunnel auth <token>}}.",
|
|
766
|
-
},
|
|
767
|
-
installing: "Installing ngrok…",
|
|
768
|
-
not_running: "{{green:x}} ngrok tunnel not running",
|
|
769
|
-
prereq_command_location: "%s @ %s",
|
|
770
|
-
start_with_account: "{{v}} ngrok tunnel running at {{underline:%s}}, with account %s",
|
|
771
|
-
stopped: "{{green:x}} ngrok tunnel stopped",
|
|
772
|
-
timed_out: "{{x}} ngrok tunnel has timed out, restarting…",
|
|
773
|
-
will_timeout: "{{*}} This tunnel will timeout in {{red:%s}}",
|
|
774
|
-
},
|
|
775
|
-
|
|
776
|
-
version: {
|
|
777
|
-
help: <<~HELP,
|
|
778
|
-
Prints version number.
|
|
779
|
-
Usage: {{command:%s version}}
|
|
780
|
-
HELP
|
|
781
|
-
},
|
|
782
|
-
|
|
783
|
-
warning: {
|
|
784
|
-
development_version: <<~DEVELOPMENT,
|
|
785
|
-
{{*}} {{yellow:You are running a development version of the CLI at:}}
|
|
786
|
-
{{yellow:%s}}
|
|
787
|
-
|
|
788
|
-
DEVELOPMENT
|
|
789
|
-
|
|
790
|
-
new_version: <<~MESSAGE,
|
|
791
|
-
{{*}} {{yellow:A new version of Shopify CLI is available! You have version %s and the latest version is %s.
|
|
792
|
-
|
|
793
|
-
To upgrade, follow the instructions for the package manager you’re using:
|
|
794
|
-
{{underline:https://shopify.dev/themes/tools/cli/upgrade-uninstall}}}}
|
|
795
|
-
|
|
796
|
-
MESSAGE
|
|
797
|
-
|
|
798
|
-
in_3_0_directory: <<~MESSAGE,
|
|
799
|
-
{{*}} {{yellow:You appear to be working with a CLI 3.0 project, but running a CLI 2.0 command. New syntax documentation: https://shopify.dev/apps/tools/cli/commands#command-syntax}}
|
|
800
|
-
|
|
801
|
-
For more information on CLI 3.0, see the documentation:
|
|
802
|
-
{{underline:https://shopify.dev/apps/tools/cli}}
|
|
803
|
-
|
|
804
|
-
Already have CLI 3.0 installed? Run it using your node package manager, as explained here:
|
|
805
|
-
{{underline:https://shopify.dev/apps/tools/cli/cli-2#running-shopify-cli-2-x-and-3-x-in-the-same-environment}}
|
|
806
|
-
MESSAGE
|
|
807
|
-
|
|
808
|
-
sunset: <<~MESSAGE,
|
|
809
|
-
{{*}} {{yellow:Note that CLI 2.x will be sunset on May 31, 2023.}}
|
|
810
|
-
MESSAGE
|
|
811
|
-
|
|
812
|
-
sunset_create_app: <<~MESSAGE,
|
|
813
|
-
{{*}} {{yellow:Note that this CLI 2.x command will be sunset on April 28, 2023. Check here for instructions on how to migrate over to CLI 3.x: {{underline:https://shopify.dev/apps/tools/cli/migrate}}.}}
|
|
814
|
-
MESSAGE
|
|
815
|
-
|
|
816
|
-
sunset_app: <<~MESSAGE,
|
|
817
|
-
{{*}} {{yellow:Note that CLI 2.x will be sunset on May 31, 2023. Check here for instructions on how to migrate over to CLI 3.x: {{underline:https://shopify.dev/apps/tools/cli/migrate}}.}}
|
|
818
|
-
MESSAGE
|
|
819
|
-
|
|
820
|
-
sunset_theme: <<~MESSAGE,
|
|
821
|
-
{{*}} {{yellow:Note that CLI 2.x will be sunset on May 31, 2023. Check here for instructions on how to migrate over to CLI 3.x: {{underline:https://shopify.dev/themes/tools/cli/migrate}}.}}
|
|
822
|
-
MESSAGE
|
|
823
|
-
},
|
|
824
|
-
reporting: {
|
|
825
|
-
help: <<~HELP,
|
|
826
|
-
Turns anonymous reporting on or off.
|
|
827
|
-
Usage: {{command:%s reporting on}}
|
|
828
|
-
HELP
|
|
829
|
-
invalid_argument: <<~MESSAGE,
|
|
830
|
-
{{command:%s reporting %s}} is not supported. The valid values are {{command:on}} or {{command:off}}
|
|
831
|
-
MESSAGE
|
|
832
|
-
missing_argument: <<~MESSAGE,
|
|
833
|
-
{{command:%s reporting}} expects an argument {{command:on}} or {{command:off}}
|
|
834
|
-
MESSAGE
|
|
835
|
-
turned_on_message: <<~MESSAGE,
|
|
836
|
-
Anonymized reports will be sent to Shopify.
|
|
837
|
-
MESSAGE
|
|
838
|
-
turned_off_message: <<~MESSAGE,
|
|
839
|
-
Turn on automatic reporting later with {{command:%s reporting on}}.
|
|
840
|
-
MESSAGE
|
|
841
|
-
},
|
|
842
|
-
whoami: {
|
|
843
|
-
help: <<~HELP,
|
|
844
|
-
Identifies which partner organization or store you are currently logged into.
|
|
845
|
-
Usage: {{command:%s whoami}}
|
|
846
|
-
HELP
|
|
847
|
-
not_logged_in: <<~MESSAGE,
|
|
848
|
-
It doesn't appear that you're logged in. You must log into a partner organization or a store staff account.
|
|
849
|
-
|
|
850
|
-
If trying to log into a store staff account, please use {{command:%s login --store/-s STORE}} to log in.
|
|
851
|
-
MESSAGE
|
|
852
|
-
logged_in_shop_only: <<~MESSAGE,
|
|
853
|
-
Logged into store {{green:%s}} as staff (no partner organizations available for this login)
|
|
854
|
-
MESSAGE
|
|
855
|
-
logged_in_partner_only: "Logged into partner organization {{green:%s}}",
|
|
856
|
-
logged_in_partner_and_shop: "Logged into store {{green:%s}} in partner organization {{green:%s}}",
|
|
857
|
-
},
|
|
858
|
-
error: "Error",
|
|
859
|
-
try_this: "Try this",
|
|
860
|
-
},
|
|
861
|
-
}.freeze
|
|
862
|
-
end
|
|
863
|
-
end
|