@shopify/cli 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/{dist/assets/cli-ruby/LICENSE → LICENSE} +0 -2
- package/dist/{lib-CPSRXLFM.js → chunk-2HGYYNE5.js} +5 -2
- package/dist/chunk-3AOK7V27.js +3792 -0
- package/dist/{chunk-PNN7RS7Y.js → chunk-3NSN5Z4N.js} +100 -11
- package/dist/{chunk-EJGKAHVK.js → chunk-455HYBGX.js} +3 -3
- package/dist/{chunk-BMTELIUS.js → chunk-4G7SL7SU.js} +4 -4
- package/dist/{chunk-OWCYMR5Y.js → chunk-5F2WGMCL.js} +4 -4
- package/dist/{chunk-2NCWYVM4.js → chunk-5JZ5AGAQ.js} +652 -654
- package/dist/chunk-5OHM64KO.js +104 -0
- package/dist/{chunk-F54UWMGQ.js → chunk-675SL4FV.js} +3 -3
- package/dist/{chunk-WHP4CEBJ.js → chunk-AXNBVGJC.js} +20 -25
- package/dist/{chunk-KM4TMAQ2.js → chunk-BEVHUPQZ.js} +13 -9
- package/dist/{chunk-6XKWVDB6.js → chunk-CBBS4CV7.js} +3 -3
- package/dist/{chunk-YNL4XNMX.js → chunk-GJ7EWRH4.js} +4 -4
- package/dist/{chunk-N3U3EHOE.js → chunk-GV72NRZZ.js} +3 -3
- package/dist/{chunk-ZGHNMRBX.js → chunk-HSTSRNLJ.js} +121 -66
- package/dist/{chunk-ISDSND4L.js → chunk-IGH7XTG6.js} +2 -2
- package/dist/chunk-IJG6JLEF.js +28 -0
- package/dist/chunk-IJSEKDUR.js +28 -0
- package/dist/{chunk-VQ3R5DHS.js → chunk-JTWM7VKM.js} +4 -4
- package/dist/{chunk-VHEJRU4K.js → chunk-K6UZ5NEO.js} +7 -7
- package/dist/{chunk-JHVVETTP.js → chunk-KBDH6IDK.js} +19 -11
- package/dist/{chunk-7B5FNNVB.js → chunk-KJJGDUT2.js} +4 -4
- package/dist/{chunk-334DJQUN.js → chunk-KOHDI3KN.js} +7 -3
- package/dist/{chunk-MX4RJDBM.js → chunk-KYB6A4PE.js} +1 -2
- package/dist/{chunk-ORDEDRCZ.js → chunk-LMK5VFZE.js} +3 -3
- package/dist/{chunk-2JRUKBKX.js → chunk-LSQU4XJZ.js} +32 -218
- package/dist/{chunk-YPWRQ5AU.js → chunk-MG6EVKFQ.js} +3 -3
- package/dist/{chunk-K3GASX6Y.js → chunk-MHLSPYVQ.js} +3 -3
- package/dist/{chunk-27ILOE3X.js → chunk-OJOHMVV7.js} +6 -6
- package/dist/{chunk-7NPDPZ22.js → chunk-PDNTPE4N.js} +4355 -5172
- package/dist/{chunk-Y3MSANL5.js → chunk-RQJF2YRM.js} +2 -2
- package/dist/{chunk-S2IXL3EU.js → chunk-RXYE2GI3.js} +2 -2
- package/dist/chunk-SVWWKVUI.js +165 -0
- package/dist/{chunk-BRO6DC7D.js → chunk-T2BV6JEL.js} +18 -24
- package/dist/{chunk-6IATSQ3X.js → chunk-UDRKRTS4.js} +3 -3
- package/dist/{chunk-RYTZQSHH.js → chunk-VNZQKLLO.js} +2 -2
- package/dist/{chunk-UQUVQV3X.js → chunk-WLNYFGYY.js} +4 -4
- package/dist/{chunk-A3JXD7N7.js → chunk-WNDN5FAY.js} +4 -4
- package/dist/chunk-WZW6P6AO.js +105 -0
- package/dist/{chunk-TLZ4ZBH3.js → chunk-XOSZOZ3F.js} +7 -5
- package/dist/{chunk-TV5WOUSX.js → chunk-YNXUXQFM.js} +2 -2
- package/dist/{chunk-HV364V3E.js → chunk-YZA6BRN3.js} +2 -2
- package/dist/cli/commands/auth/logout.js +20 -20
- package/dist/cli/commands/auth/logout.test.js +22 -22
- package/dist/cli/commands/{demo/print-ai-prompt.d.ts → cache/clear.d.ts} +1 -1
- package/dist/cli/commands/cache/clear.js +33 -0
- package/dist/cli/commands/debug/command-flags.js +19 -19
- package/dist/cli/commands/docs/generate.js +19 -19
- package/dist/cli/commands/docs/generate.test.js +20 -20
- package/dist/cli/commands/help.js +19 -19
- package/dist/cli/commands/kitchen-sink/async.js +20 -20
- package/dist/cli/commands/kitchen-sink/async.test.js +21 -21
- package/dist/cli/commands/kitchen-sink/index.js +22 -22
- package/dist/cli/commands/kitchen-sink/index.test.js +25 -25
- package/dist/cli/commands/kitchen-sink/prompts.js +20 -20
- package/dist/cli/commands/kitchen-sink/prompts.test.js +21 -21
- package/dist/cli/commands/kitchen-sink/static.js +20 -20
- package/dist/cli/commands/kitchen-sink/static.test.js +21 -21
- package/dist/cli/commands/notifications/generate.d.ts +6 -0
- package/dist/cli/commands/notifications/generate.js +34 -0
- package/dist/cli/commands/{demo/catalog.d.ts → notifications/list.d.ts} +1 -1
- package/dist/cli/commands/notifications/list.js +34 -0
- package/dist/cli/commands/search.js +20 -20
- package/dist/cli/commands/upgrade.js +20 -20
- package/dist/cli/commands/upgrade.test.js +1 -2
- package/dist/cli/commands/version.js +20 -20
- package/dist/cli/commands/version.test.js +21 -21
- package/dist/cli/services/commands/notifications.d.ts +2 -0
- package/dist/cli/services/commands/notifications.js +29 -0
- package/dist/cli/services/commands/search.js +9 -10
- package/dist/cli/services/commands/search.test.js +10 -11
- package/dist/cli/services/commands/version.js +10 -11
- package/dist/cli/services/commands/version.test.js +12 -13
- package/dist/cli/services/kitchen-sink/async.js +9 -10
- package/dist/cli/services/kitchen-sink/prompts.js +9 -10
- package/dist/cli/services/kitchen-sink/static.js +9 -10
- package/dist/cli/services/upgrade.js +10 -11
- package/dist/cli/services/upgrade.test.js +15 -16
- package/dist/configs/all.yml +15 -0
- package/dist/configs/recommended.yml +9 -0
- package/dist/{custom-oclif-loader-TBU3GENB.js → custom-oclif-loader-U43F5H7M.js} +13 -14
- package/dist/data/filters.json +137 -19
- package/dist/data/latest.json +1 -1
- package/dist/data/manifest_theme.json +1 -0
- package/dist/data/objects.json +203 -1625
- package/dist/data/preset_blocks.json +78 -0
- package/dist/data/section.json +1 -42
- package/dist/data/shopify_system_translations.json +58 -2
- package/dist/data/tags.json +10 -0
- package/dist/data/theme_block.json +1 -19
- package/dist/{del-7ZS2Z64N.js → del-K5ZJEWTD.js} +3 -3
- package/dist/{error-handler-IL72ACEX.js → error-handler-GSXEX5NX.js} +17 -18
- package/dist/hooks/postrun.js +14 -15
- package/dist/hooks/prerun.js +16 -19
- package/dist/index.js +34605 -31345
- package/dist/lib-PPXZBVZX.js +6 -0
- package/dist/{lib-JHUCJTHS.js → lib-XYCLX35G.js} +5 -5
- package/dist/{local-OE2I46PA.js → local-STC6NEOC.js} +11 -10
- package/dist/{morph-UIXWG2S7.js → morph-SEECJQ2W.js} +3 -3
- package/dist/{node-SDBKEHIV.js → node-I54BR73K.js} +21 -21
- package/dist/{node-package-manager-LPDV6HZY.js → node-package-manager-DUWCXRNZ.js} +10 -11
- package/dist/{out-ZDSLKX4N.js → out-MHEKZJWS.js} +2 -2
- package/dist/{path-T2RCZTRE.js → path-5SZGULBR.js} +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-WB42ZV4M.js → ui-GZXRHEXO.js} +9 -10
- package/dist/{workerd-YWTPL4SF.js → workerd-WQ2CUXFS.js} +23 -23
- package/oclif.manifest.json +393 -223
- package/package.json +7 -8
- package/assets/demo-catalog.json +0 -655
- package/dist/assets/cli-ruby/.devcontainer.json +0 -5
- package/dist/assets/cli-ruby/.rubocop.yml +0 -102
- package/dist/assets/cli-ruby/.rubocop_todo.yml +0 -24
- package/dist/assets/cli-ruby/CHANGELOG.md +0 -634
- package/dist/assets/cli-ruby/CONTRIBUTING.md +0 -3
- package/dist/assets/cli-ruby/Codespace.dockerfile +0 -35
- package/dist/assets/cli-ruby/Gemfile +0 -32
- package/dist/assets/cli-ruby/README.md +0 -30
- package/dist/assets/cli-ruby/Rakefile +0 -167
- package/dist/assets/cli-ruby/SECURITY.md +0 -59
- package/dist/assets/cli-ruby/Tests.dockerfile +0 -35
- package/dist/assets/cli-ruby/assets/logo.png +0 -0
- package/dist/assets/cli-ruby/bin/console +0 -11
- package/dist/assets/cli-ruby/bin/load_shopify.rb +0 -22
- package/dist/assets/cli-ruby/bin/shopify +0 -67
- package/dist/assets/cli-ruby/bin/shopify.bat +0 -3
- package/dist/assets/cli-ruby/bin/update-deps +0 -97
- package/dist/assets/cli-ruby/dev.yml +0 -29
- package/dist/assets/cli-ruby/docs/README.md +0 -13
- package/dist/assets/cli-ruby/docs/contributors/testing.md +0 -27
- package/dist/assets/cli-ruby/docs/users/installation.md +0 -3
- package/dist/assets/cli-ruby/docs/users/migrate-from-themekit.md +0 -18
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-arm-macos-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-linux-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-macos-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.1.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.2.1.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/hashes/javy-x86_64-windows-v0.3.0.gz.sha256 +0 -1
- package/dist/assets/cli-ruby/ext/javy/javy.rb +0 -204
- package/dist/assets/cli-ruby/ext/javy/version +0 -1
- package/dist/assets/cli-ruby/ext/shopify-extensions/extconf.rb +0 -21
- package/dist/assets/cli-ruby/ext/shopify-extensions/shopify_extensions.rb +0 -152
- package/dist/assets/cli-ruby/ext/shopify-extensions/version +0 -1
- package/dist/assets/cli-ruby/features/support/assertions.rb +0 -17
- package/dist/assets/cli-ruby/features/support/cli.rb +0 -7
- package/dist/assets/cli-ruby/features/support/process.rb +0 -27
- package/dist/assets/cli-ruby/features/support/requires.rb +0 -3
- package/dist/assets/cli-ruby/lib/docgen/class_template.md.erb +0 -81
- package/dist/assets/cli-ruby/lib/docgen/index_template.md.erb +0 -5
- package/dist/assets/cli-ruby/lib/docgen/markdown.rb +0 -101
- package/dist/assets/cli-ruby/lib/graphql/admin_introspection.graphql +0 -87
- package/dist/assets/cli-ruby/lib/graphql/all_organizations.graphql +0 -19
- package/dist/assets/cli-ruby/lib/graphql/all_orgs_with_apps.graphql +0 -30
- package/dist/assets/cli-ruby/lib/graphql/api_versions.graphql +0 -6
- package/dist/assets/cli-ruby/lib/graphql/convert_dev_to_test_store.graphql +0 -10
- package/dist/assets/cli-ruby/lib/graphql/create_app.graphql +0 -20
- package/dist/assets/cli-ruby/lib/graphql/create_customer.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/create_draft_order.graphql +0 -8
- package/dist/assets/cli-ruby/lib/graphql/create_product.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/extension_create.graphql +0 -37
- package/dist/assets/cli-ruby/lib/graphql/extension_update_draft.graphql +0 -19
- package/dist/assets/cli-ruby/lib/graphql/fetch_specifications.graphql +0 -14
- package/dist/assets/cli-ruby/lib/graphql/find_organization.graphql +0 -18
- package/dist/assets/cli-ruby/lib/graphql/find_organization_with_apps.graphql +0 -20
- package/dist/assets/cli-ruby/lib/graphql/get_app_by_api_key.graphql +0 -9
- package/dist/assets/cli-ruby/lib/graphql/get_app_urls.graphql +0 -6
- package/dist/assets/cli-ruby/lib/graphql/get_extension_registrations.graphql +0 -28
- package/dist/assets/cli-ruby/lib/graphql/get_variant_id.graphql +0 -16
- package/dist/assets/cli-ruby/lib/graphql/update_dashboard_urls.graphql +0 -8
- package/dist/assets/cli-ruby/lib/project_types/extension/cli.rb +0 -75
- package/dist/assets/cli-ruby/lib/project_types/extension/commands/extension_command.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/commands/serve.rb +0 -164
- package/dist/assets/cli-ruby/lib/project_types/extension/errors.rb +0 -9
- package/dist/assets/cli-ruby/lib/project_types/extension/extension_project.rb +0 -151
- package/dist/assets/cli-ruby/lib/project_types/extension/extension_project_keys.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo.rb +0 -50
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_config.rb +0 -59
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_dependencies.rb +0 -28
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_runtime.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_serve.rb +0 -115
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup.rb +0 -54
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup_step.rb +0 -31
- package/dist/assets/cli-ruby/lib/project_types/extension/features/argo_setup_steps.rb +0 -51
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/admin.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/base.rb +0 -19
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_post_purchase.rb +0 -23
- package/dist/assets/cli-ruby/lib/project_types/extension/features/runtimes/checkout_ui_extension.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/extension/loaders/project.rb +0 -50
- package/dist/assets/cli-ruby/lib/project_types/extension/loaders/specification_handler.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/extension/messages/message_loading.rb +0 -34
- package/dist/assets/cli-ruby/lib/project_types/extension/messages/messages.rb +0 -320
- package/dist/assets/cli-ruby/lib/project_types/extension/models/app.rb +0 -14
- package/dist/assets/cli-ruby/lib/project_types/extension/models/lazy_specification_handler.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification.rb +0 -41
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/default.rb +0 -145
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specification_handlers/theme_app_extension.rb +0 -134
- package/dist/assets/cli-ruby/lib/project_types/extension/models/specifications.rb +0 -91
- package/dist/assets/cli-ruby/lib/project_types/extension/models/validation_error.rb +0 -17
- package/dist/assets/cli-ruby/lib/project_types/extension/models/version.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/configure_features.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/configure_options.rb +0 -21
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/converters/validation_error_converter.rb +0 -25
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/converters/version_converter.rb +0 -28
- package/dist/assets/cli-ruby/lib/project_types/extension/tasks/fetch_specifications.rb +0 -21
- package/dist/assets/cli-ruby/lib/project_types/node/cli.rb +0 -12
- package/dist/assets/cli-ruby/lib/project_types/node/forms/create.rb +0 -45
- package/dist/assets/cli-ruby/lib/project_types/node/messages/messages.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/php/cli.rb +0 -16
- package/dist/assets/cli-ruby/lib/project_types/php/forms/create.rb +0 -44
- package/dist/assets/cli-ruby/lib/project_types/php/messages/messages.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/rails/cli.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/rails/forms/create.rb +0 -75
- package/dist/assets/cli-ruby/lib/project_types/rails/gem.rb +0 -110
- package/dist/assets/cli-ruby/lib/project_types/rails/messages/messages.rb +0 -101
- package/dist/assets/cli-ruby/lib/project_types/script/cli.rb +0 -27
- package/dist/assets/cli-ruby/lib/project_types/script/commands/connect.rb +0 -16
- package/dist/assets/cli-ruby/lib/project_types/script/commands/create.rb +0 -24
- package/dist/assets/cli-ruby/lib/project_types/script/commands/javy.rb +0 -24
- package/dist/assets/cli-ruby/lib/project_types/script/commands/push.rb +0 -26
- package/dist/assets/cli-ruby/lib/project_types/script/loaders/project.rb +0 -46
- package/dist/assets/cli-ruby/lib/project_types/script/loaders/specification_handler.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/script/messages/messages.rb +0 -11
- package/dist/assets/cli-ruby/lib/project_types/theme/cli.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/common/root_helper.rb +0 -94
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/common/shop_helper.rb +0 -13
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/console.rb +0 -23
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/delete.rb +0 -70
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/init.rb +0 -46
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/list.rb +0 -33
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/open.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/package.rb +0 -73
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/publish.rb +0 -49
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/pull.rb +0 -118
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/push.rb +0 -160
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/serve.rb +0 -91
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/share.rb +0 -62
- package/dist/assets/cli-ruby/lib/project_types/theme/commands/token.rb +0 -22
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/base_glob.rb +0 -65
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/ignore_glob.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/conversions/include_glob.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/forms/confirm_store.rb +0 -15
- package/dist/assets/cli-ruby/lib/project_types/theme/forms/select.rb +0 -34
- package/dist/assets/cli-ruby/lib/project_types/theme/messages/messages.rb +0 -429
- package/dist/assets/cli-ruby/lib/project_types/theme/models/specification_handlers/theme.rb +0 -19
- package/dist/assets/cli-ruby/lib/project_types/theme/presenters/theme_presenter.rb +0 -48
- package/dist/assets/cli-ruby/lib/project_types/theme/presenters/themes_presenter.rb +0 -29
- package/dist/assets/cli-ruby/lib/project_types/theme/ui/sync_progress_bar.rb +0 -20
- package/dist/assets/cli-ruby/lib/rubygems_plugin.rb +0 -26
- package/dist/assets/cli-ruby/lib/shopify_cli/admin_api.rb +0 -160
- package/dist/assets/cli-ruby/lib/shopify_cli/api.rb +0 -130
- package/dist/assets/cli-ruby/lib/shopify_cli/command/project_command.rb +0 -31
- package/dist/assets/cli-ruby/lib/shopify_cli/command/sub_command.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/command.rb +0 -166
- package/dist/assets/cli-ruby/lib/shopify_cli/commands.rb +0 -21
- package/dist/assets/cli-ruby/lib/shopify_cli/constants.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/context.rb +0 -709
- package/dist/assets/cli-ruby/lib/shopify_cli/core/cli_version.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/core/entry_point.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/core/executor.rb +0 -23
- package/dist/assets/cli-ruby/lib/shopify_cli/core/finalize.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/core/monorail.rb +0 -122
- package/dist/assets/cli-ruby/lib/shopify_cli/core.rb +0 -8
- package/dist/assets/cli-ruby/lib/shopify_cli/db.rb +0 -114
- package/dist/assets/cli-ruby/lib/shopify_cli/environment.rb +0 -217
- package/dist/assets/cli-ruby/lib/shopify_cli/exception_reporter.rb +0 -80
- package/dist/assets/cli-ruby/lib/shopify_cli/feature.rb +0 -95
- package/dist/assets/cli-ruby/lib/shopify_cli/file_system_listener.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/form.rb +0 -42
- package/dist/assets/cli-ruby/lib/shopify_cli/git.rb +0 -320
- package/dist/assets/cli-ruby/lib/shopify_cli/github/issue_url_generator.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/github.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/helpers/haikunator.rb +0 -92
- package/dist/assets/cli-ruby/lib/shopify_cli/helpers.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/http_request.rb +0 -43
- package/dist/assets/cli-ruby/lib/shopify_cli/identity_auth/env_auth_token.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/identity_auth.rb +0 -332
- package/dist/assets/cli-ruby/lib/shopify_cli/js_system.rb +0 -115
- package/dist/assets/cli-ruby/lib/shopify_cli/lazy_delegator.rb +0 -55
- package/dist/assets/cli-ruby/lib/shopify_cli/messages/messages.rb +0 -863
- package/dist/assets/cli-ruby/lib/shopify_cli/method_object.rb +0 -123
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migration.rb +0 -27
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1631709766_noop.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator/migrations/1633691650_merge_reporting_configuration.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/migrator.rb +0 -46
- package/dist/assets/cli-ruby/lib/shopify_cli/options.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions/job.rb +0 -36
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/app_extensions.rb +0 -46
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api/organizations.rb +0 -45
- package/dist/assets/cli-ruby/lib/shopify_cli/partners_api.rb +0 -91
- package/dist/assets/cli-ruby/lib/shopify_cli/project.rb +0 -199
- package/dist/assets/cli-ruby/lib/shopify_cli/project_type.rb +0 -66
- package/dist/assets/cli-ruby/lib/shopify_cli/reporting_configuration_controller.rb +0 -29
- package/dist/assets/cli-ruby/lib/shopify_cli/resolve_constant.rb +0 -25
- package/dist/assets/cli-ruby/lib/shopify_cli/resources/env_file.rb +0 -108
- package/dist/assets/cli-ruby/lib/shopify_cli/resources.rb +0 -5
- package/dist/assets/cli-ruby/lib/shopify_cli/result.rb +0 -448
- package/dist/assets/cli-ruby/lib/shopify_cli/shopifolk.rb +0 -82
- package/dist/assets/cli-ruby/lib/shopify_cli/task.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/confirm_store.rb +0 -18
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/create_api_client.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_authenticated.rb +0 -19
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_dev_store.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_env.rb +0 -90
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_git_dependency.rb +0 -14
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_loopback_url.rb +0 -20
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/ensure_project_type.rb +0 -14
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/select_org_and_shop.rb +0 -81
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks/update_dashboard_urls.rb +0 -57
- package/dist/assets/cli-ruby/lib/shopify_cli/tasks.rb +0 -44
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/backoff_helper.rb +0 -47
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/cdn_fonts.rb +0 -82
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/certificate_manager.rb +0 -79
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/errors.rb +0 -9
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/header_hash.rb +0 -98
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hooks/file_change_hook.rb +0 -77
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_deleter.rb +0 -62
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/remote_file_reloader.rb +0 -63
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot-reload-no-script.html +0 -27
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/hot_reload.js +0 -48
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/sse_client.js +0 -43
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme.js +0 -114
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/resources/theme_extension.js +0 -121
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/script_injector.rb +0 -57
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload/sections_index.rb +0 -50
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/hot_reload.rb +0 -75
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/local_assets.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy.rb +0 -313
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy_param_builder.rb +0 -84
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/reload_mode.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher/json_files_update_job.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/remote_watcher.rb +0 -44
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/sse.rb +0 -75
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/watcher.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/web_server.rb +0 -140
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server.rb +0 -332
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/development_theme.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/app_extension.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hooks/file_change_hook.rb +0 -76
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload/script_injector.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/hot_reload.rb +0 -13
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/local_assets.rb +0 -31
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/proxy_param_builder.rb +0 -94
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server/watcher.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/dev_server.rb +0 -175
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/host_theme.rb +0 -109
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ignore_helper.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/extension_serve_job.rb +0 -120
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer/operation.rb +0 -25
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/syncer.rb +0 -100
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_progress_bar.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/extension/ui/host_theme_raw_progress_bar.rb +0 -40
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/file.rb +0 -133
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/filter/path_matcher.rb +0 -38
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/ignore_filter.rb +0 -112
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/ignore_helper.rb +0 -37
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/include_filter.rb +0 -67
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/mime_type.rb +0 -34
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/notifier.rb +0 -52
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/api.rb +0 -109
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_dev_server.rb +0 -93
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/auth_middleware.rb +0 -97
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/remote_evaluator.rb +0 -166
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/success.html +0 -78
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/resources/template.liquid +0 -15
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl/snippet.rb +0 -81
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/repl.rb +0 -88
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/root.rb +0 -62
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/checksums.rb +0 -66
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/downloader.rb +0 -63
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/error_reporter.rb +0 -45
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/merger.rb +0 -53
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/operation.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/standard_reporter.rb +0 -32
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/unsupported_script_warning.rb +0 -90
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk.rb +0 -133
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_item.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_job.rb +0 -139
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/bulk_request.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all.rb +0 -41
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/apply_to_all_form.rb +0 -37
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/base_strategy_form.rb +0 -64
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_delete_strategy.rb +0 -29
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/forms/select_update_strategy.rb +0 -30
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_delete_handler.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader/json_update_handler.rb +0 -71
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer/uploader.rb +0 -231
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/syncer.rb +0 -391
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme.rb +0 -212
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme_access_api.rb +0 -89
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/theme_admin_api.rb +0 -101
- package/dist/assets/cli-ruby/lib/shopify_cli/thread_pool/job.rb +0 -35
- package/dist/assets/cli-ruby/lib/shopify_cli/thread_pool.rb +0 -49
- package/dist/assets/cli-ruby/lib/shopify_cli/transform_data_structure.rb +0 -87
- package/dist/assets/cli-ruby/lib/shopify_cli/utilities.rb +0 -21
- package/dist/assets/cli-ruby/lib/shopify_cli/version.rb +0 -3
- package/dist/assets/cli-ruby/lib/shopify_cli.rb +0 -182
- package/dist/assets/cli-ruby/shipit.rubygems.yml +0 -3
- package/dist/assets/cli-ruby/shopify-cli.gemspec +0 -46
- package/dist/assets/cli-ruby/shopify-dev +0 -16
- package/dist/assets/cli-ruby/test/minitest_ext.rb +0 -115
- package/dist/assets/cli-ruby/test/project_types/extension/extension_test_helpers.rb +0 -70
- package/dist/assets/cli-ruby/test/shopify-cli/migrator/migrations/migration_helper.rb +0 -20
- package/dist/assets/cli-ruby/test/test_helpers.rb +0 -16
- package/dist/assets/cli-ruby/utilities/constants.rb +0 -7
- package/dist/assets/cli-ruby/utilities/docker/container.rb +0 -104
- package/dist/assets/cli-ruby/utilities/docker.rb +0 -89
- package/dist/assets/cli-ruby/utilities/utilities.rb +0 -6
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/autocall.rb +0 -21
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/base_command.rb +0 -49
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/command_registry.rb +0 -94
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/config.rb +0 -133
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/error_handler.rb +0 -123
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/executor.rb +0 -79
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ini.rb +0 -102
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/levenshtein.rb +0 -82
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/logger.rb +0 -82
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/resolver.rb +0 -60
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/ruby_backports/enumerable.rb +0 -6
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support/test_helper.rb +0 -244
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/support.rb +0 -9
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/system.rb +0 -243
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/util.rb +0 -193
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit/version.rb +0 -5
- package/dist/assets/cli-ruby/vendor/deps/cli-kit/lib/cli/kit.rb +0 -60
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/ansi.rb +0 -157
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/color.rb +0 -84
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/formatter.rb +0 -193
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_stack.rb +0 -98
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/box.rb +0 -166
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style/bracket.rb +0 -139
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style.rb +0 -120
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/frame.rb +0 -269
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/glyph.rb +0 -84
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/os.rb +0 -73
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/printer.rb +0 -59
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress.rb +0 -90
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/progress_plain.rb +0 -50
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/interactive_options.rb +0 -484
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt/options_handler.rb +0 -29
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/prompt.rb +0 -282
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/async.rb +0 -40
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner/spin_group.rb +0 -263
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/spinner.rb +0 -66
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/stdout_router.rb +0 -232
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/terminal.rb +0 -46
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/truncater.rb +0 -102
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/version.rb +0 -5
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/base.rb +0 -27
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets/status.rb +0 -61
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/widgets.rb +0 -77
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui/wrap.rb +0 -56
- package/dist/assets/cli-ruby/vendor/deps/cli-ui/lib/cli/ui.rb +0 -234
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/LICENSE +0 -22
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/README.md +0 -67
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/Rakefile +0 -54
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/lib/ruby2_keywords.rb +0 -57
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/ruby2_keywords.gemspec +0 -18
- package/dist/assets/cli-ruby/vendor/deps/ruby2_keywords/test/test_keyword.rb +0 -41
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/REVISION +0 -1
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/errors.rb +0 -114
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property.rb +0 -168
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/property_collection.rb +0 -83
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations/ancestor.rb +0 -27
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/validations.rb +0 -8
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties/version.rb +0 -3
- package/dist/assets/cli-ruby/vendor/deps/smart_properties/lib/smart_properties.rb +0 -174
- package/dist/assets/cli-ruby/vendor/deps/webrick/Gemfile +0 -3
- package/dist/assets/cli-ruby/vendor/deps/webrick/LICENSE.txt +0 -22
- package/dist/assets/cli-ruby/vendor/deps/webrick/README.md +0 -61
- package/dist/assets/cli-ruby/vendor/deps/webrick/Rakefile +0 -10
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/accesslog.rb +0 -157
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cgi.rb +0 -313
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/compat.rb +0 -36
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/config.rb +0 -158
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/cookie.rb +0 -172
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/htmlutils.rb +0 -30
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/authenticator.rb +0 -117
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/basicauth.rb +0 -116
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/digestauth.rb +0 -395
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htdigest.rb +0 -132
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htgroup.rb +0 -97
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/htpasswd.rb +0 -158
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth/userdb.rb +0 -53
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpauth.rb +0 -96
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpproxy.rb +0 -354
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httprequest.rb +0 -636
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpresponse.rb +0 -564
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/https.rb +0 -152
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpserver.rb +0 -294
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/abstract.rb +0 -152
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgi_runner.rb +0 -47
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/cgihandler.rb +0 -126
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/erbhandler.rb +0 -88
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/filehandler.rb +0 -552
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet/prochandler.rb +0 -47
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpservlet.rb +0 -23
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpstatus.rb +0 -194
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httputils.rb +0 -512
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/httpversion.rb +0 -76
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/log.rb +0 -156
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/server.rb +0 -381
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/ssl.rb +0 -215
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/utils.rb +0 -265
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick/version.rb +0 -18
- package/dist/assets/cli-ruby/vendor/deps/webrick/lib/webrick.rb +0 -232
- package/dist/assets/cli-ruby/vendor/deps/webrick/webrick.gemspec +0 -74
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands/help.rb +0 -20
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands/new.rb +0 -21
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/commands.rb +0 -18
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/entry_point.rb +0 -10
- package/dist/assets/cli-ruby/vendor/gen/lib/gen/generator.rb +0 -165
- package/dist/assets/cli-ruby/vendor/gen/lib/gen.rb +0 -39
- package/dist/assets/cli-ruby/vendor/gen/template/Gemfile +0 -10
- package/dist/assets/cli-ruby/vendor/gen/template/README.md +0 -1
- package/dist/assets/cli-ruby/vendor/gen/template/bin/testunit +0 -23
- package/dist/assets/cli-ruby/vendor/gen/template/bin/update-deps +0 -97
- package/dist/assets/cli-ruby/vendor/gen/template/dev-gems.yml +0 -3
- package/dist/assets/cli-ruby/vendor/gen/template/dev-vendor.yml +0 -4
- package/dist/assets/cli-ruby/vendor/gen/template/exe/__app__-gems +0 -17
- package/dist/assets/cli-ruby/vendor/gen/template/exe/__app__-vendor +0 -18
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/example.rb +0 -19
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands/help.rb +0 -21
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/commands.rb +0 -18
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__/entry_point.rb +0 -10
- package/dist/assets/cli-ruby/vendor/gen/template/lib/__app__.rb +0 -33
- package/dist/assets/cli-ruby/vendor/gen/template/test/example_test.rb +0 -17
- package/dist/assets/cli-ruby/vendor/gen/template/test/test_helper.rb +0 -22
- package/dist/assets/cli-ruby/vendor/lib/semantic/LICENSE +0 -20
- package/dist/assets/cli-ruby/vendor/lib/semantic/semantic.rb +0 -4
- package/dist/assets/cli-ruby/vendor/lib/semantic/version.rb +0 -179
- package/dist/assets/demo-catalog.json +0 -655
- package/dist/chunk-CPEFXM7T.js +0 -45
- package/dist/chunk-FVUAIT37.js +0 -312
- package/dist/chunk-FWX3KCDM.js +0 -116
- package/dist/chunk-FX2HB3CJ.js +0 -58
- package/dist/chunk-GYP4MV72.js +0 -59
- package/dist/chunk-NLUGD7PZ.js +0 -2731
- package/dist/chunk-P7JUHQKL.js +0 -115
- package/dist/chunk-QSUS3GJF.js +0 -3838
- package/dist/chunk-T2GATXSP.js +0 -112
- package/dist/cli/commands/demo/catalog.js +0 -34
- package/dist/cli/commands/demo/generate-file.d.ts +0 -11
- package/dist/cli/commands/demo/generate-file.js +0 -35
- package/dist/cli/commands/demo/index.d.ts +0 -10
- package/dist/cli/commands/demo/index.js +0 -34
- package/dist/cli/commands/demo/print-ai-prompt.js +0 -35
- package/dist/cli/services/demo.d.ts +0 -26440
- package/dist/cli/services/demo.js +0 -25
- package/dist/cli/services/demo.test.js +0 -42
- package/dist/constants-T7JXE5K7.js +0 -24
- package/dist/system-SGABHAU2.js +0 -29
package/oclif.manifest.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"type": "option"
|
|
23
23
|
},
|
|
24
24
|
"client-id": {
|
|
25
|
-
"description": "
|
|
25
|
+
"description": "The Client ID of your app.",
|
|
26
26
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
27
27
|
"exclusive": [
|
|
28
28
|
"config"
|
|
@@ -60,6 +60,17 @@
|
|
|
60
60
|
"noCacheDefault": true,
|
|
61
61
|
"type": "option"
|
|
62
62
|
},
|
|
63
|
+
"reset": {
|
|
64
|
+
"allowNo": false,
|
|
65
|
+
"description": "Reset all your settings.",
|
|
66
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
67
|
+
"exclusive": [
|
|
68
|
+
"config"
|
|
69
|
+
],
|
|
70
|
+
"hidden": false,
|
|
71
|
+
"name": "reset",
|
|
72
|
+
"type": "boolean"
|
|
73
|
+
},
|
|
63
74
|
"skip-dependencies-installation": {
|
|
64
75
|
"allowNo": false,
|
|
65
76
|
"description": "Skips the installation of dependencies. Deprecated, use workspaces instead.",
|
|
@@ -99,6 +110,9 @@
|
|
|
99
110
|
"client-id": {
|
|
100
111
|
"description": "The Client ID of your app.",
|
|
101
112
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
113
|
+
"exclusive": [
|
|
114
|
+
"config"
|
|
115
|
+
],
|
|
102
116
|
"hasDynamicHelp": false,
|
|
103
117
|
"hidden": false,
|
|
104
118
|
"multiple": false,
|
|
@@ -132,6 +146,17 @@
|
|
|
132
146
|
"noCacheDefault": true,
|
|
133
147
|
"type": "option"
|
|
134
148
|
},
|
|
149
|
+
"reset": {
|
|
150
|
+
"allowNo": false,
|
|
151
|
+
"description": "Reset all your settings.",
|
|
152
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
153
|
+
"exclusive": [
|
|
154
|
+
"config"
|
|
155
|
+
],
|
|
156
|
+
"hidden": false,
|
|
157
|
+
"name": "reset",
|
|
158
|
+
"type": "boolean"
|
|
159
|
+
},
|
|
135
160
|
"verbose": {
|
|
136
161
|
"allowNo": false,
|
|
137
162
|
"description": "Increase the verbosity of the output.",
|
|
@@ -164,6 +189,18 @@
|
|
|
164
189
|
"description": "Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project.",
|
|
165
190
|
"descriptionWithMarkdown": "Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project.",
|
|
166
191
|
"flags": {
|
|
192
|
+
"client-id": {
|
|
193
|
+
"description": "The Client ID of your app.",
|
|
194
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
195
|
+
"exclusive": [
|
|
196
|
+
"config"
|
|
197
|
+
],
|
|
198
|
+
"hasDynamicHelp": false,
|
|
199
|
+
"hidden": false,
|
|
200
|
+
"multiple": false,
|
|
201
|
+
"name": "client-id",
|
|
202
|
+
"type": "option"
|
|
203
|
+
},
|
|
167
204
|
"no-color": {
|
|
168
205
|
"allowNo": false,
|
|
169
206
|
"description": "Disable color output.",
|
|
@@ -183,8 +220,11 @@
|
|
|
183
220
|
},
|
|
184
221
|
"reset": {
|
|
185
222
|
"allowNo": false,
|
|
186
|
-
"description": "Reset
|
|
223
|
+
"description": "Reset all your settings.",
|
|
187
224
|
"env": "SHOPIFY_FLAG_RESET",
|
|
225
|
+
"exclusive": [
|
|
226
|
+
"config"
|
|
227
|
+
],
|
|
188
228
|
"hidden": false,
|
|
189
229
|
"name": "reset",
|
|
190
230
|
"type": "boolean"
|
|
@@ -348,8 +388,8 @@
|
|
|
348
388
|
"args": {
|
|
349
389
|
},
|
|
350
390
|
"customPluginName": "@shopify/app",
|
|
351
|
-
"description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a \"development store\" (https://shopify.dev/docs/apps/tools/development-stores) or \"Plus sandbox store\" (https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving \"GraphiQL for the Admin API\" (https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the
|
|
352
|
-
"descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a [development store](https://shopify.dev/docs/apps/tools/development-stores) or [Plus sandbox store](https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving [GraphiQL for the Admin API](https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the
|
|
391
|
+
"description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a \"development store\" (https://shopify.dev/docs/apps/tools/development-stores) or \"Plus sandbox store\" (https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving \"GraphiQL for the Admin API\" (https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the Ruby app template, then you need to complete the following steps outlined in the \"README\" (https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app) before you can preview your app for the first time.\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a \"staff account\" (https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
|
|
392
|
+
"descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a [development store](https://shopify.dev/docs/apps/tools/development-stores) or [Plus sandbox store](https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving [GraphiQL for the Admin API](https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the Ruby app template, then you need to complete the following steps outlined in the [README](https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app) before you can preview your app for the first time.\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a [staff account](https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
|
|
353
393
|
"flags": {
|
|
354
394
|
"api-key": {
|
|
355
395
|
"description": "The API key of your app.",
|
|
@@ -555,6 +595,18 @@
|
|
|
555
595
|
"description": "Creates or updates an `.env` files that contains app and app extension environment variables.\n\n When an existing `.env` file is updated, changes to the variables are displayed in the terminal output. Existing variables and commented variables are preserved.",
|
|
556
596
|
"descriptionWithMarkdown": "Creates or updates an `.env` files that contains app and app extension environment variables.\n\n When an existing `.env` file is updated, changes to the variables are displayed in the terminal output. Existing variables and commented variables are preserved.",
|
|
557
597
|
"flags": {
|
|
598
|
+
"client-id": {
|
|
599
|
+
"description": "The Client ID of your app.",
|
|
600
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
601
|
+
"exclusive": [
|
|
602
|
+
"config"
|
|
603
|
+
],
|
|
604
|
+
"hasDynamicHelp": false,
|
|
605
|
+
"hidden": false,
|
|
606
|
+
"multiple": false,
|
|
607
|
+
"name": "client-id",
|
|
608
|
+
"type": "option"
|
|
609
|
+
},
|
|
558
610
|
"config": {
|
|
559
611
|
"char": "c",
|
|
560
612
|
"description": "The name of the app configuration.",
|
|
@@ -591,6 +643,17 @@
|
|
|
591
643
|
"noCacheDefault": true,
|
|
592
644
|
"type": "option"
|
|
593
645
|
},
|
|
646
|
+
"reset": {
|
|
647
|
+
"allowNo": false,
|
|
648
|
+
"description": "Reset all your settings.",
|
|
649
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
650
|
+
"exclusive": [
|
|
651
|
+
"config"
|
|
652
|
+
],
|
|
653
|
+
"hidden": false,
|
|
654
|
+
"name": "reset",
|
|
655
|
+
"type": "boolean"
|
|
656
|
+
},
|
|
594
657
|
"verbose": {
|
|
595
658
|
"allowNo": false,
|
|
596
659
|
"description": "Increase the verbosity of the output.",
|
|
@@ -619,6 +682,18 @@
|
|
|
619
682
|
"description": "Displays environment variables that can be used to deploy apps and app extensions.",
|
|
620
683
|
"descriptionWithMarkdown": "Displays environment variables that can be used to deploy apps and app extensions.",
|
|
621
684
|
"flags": {
|
|
685
|
+
"client-id": {
|
|
686
|
+
"description": "The Client ID of your app.",
|
|
687
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
688
|
+
"exclusive": [
|
|
689
|
+
"config"
|
|
690
|
+
],
|
|
691
|
+
"hasDynamicHelp": false,
|
|
692
|
+
"hidden": false,
|
|
693
|
+
"multiple": false,
|
|
694
|
+
"name": "client-id",
|
|
695
|
+
"type": "option"
|
|
696
|
+
},
|
|
622
697
|
"config": {
|
|
623
698
|
"char": "c",
|
|
624
699
|
"description": "The name of the app configuration.",
|
|
@@ -646,6 +721,17 @@
|
|
|
646
721
|
"noCacheDefault": true,
|
|
647
722
|
"type": "option"
|
|
648
723
|
},
|
|
724
|
+
"reset": {
|
|
725
|
+
"allowNo": false,
|
|
726
|
+
"description": "Reset all your settings.",
|
|
727
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
728
|
+
"exclusive": [
|
|
729
|
+
"config"
|
|
730
|
+
],
|
|
731
|
+
"hidden": false,
|
|
732
|
+
"name": "reset",
|
|
733
|
+
"type": "boolean"
|
|
734
|
+
},
|
|
649
735
|
"verbose": {
|
|
650
736
|
"allowNo": false,
|
|
651
737
|
"description": "Increase the verbosity of the output.",
|
|
@@ -674,6 +760,18 @@
|
|
|
674
760
|
"description": "Compiles the function in your current directory to WebAssembly (Wasm) for testing purposes.",
|
|
675
761
|
"descriptionWithMarkdown": "Compiles the function in your current directory to WebAssembly (Wasm) for testing purposes.",
|
|
676
762
|
"flags": {
|
|
763
|
+
"client-id": {
|
|
764
|
+
"description": "The Client ID of your app.",
|
|
765
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
766
|
+
"exclusive": [
|
|
767
|
+
"config"
|
|
768
|
+
],
|
|
769
|
+
"hasDynamicHelp": false,
|
|
770
|
+
"hidden": false,
|
|
771
|
+
"multiple": false,
|
|
772
|
+
"name": "client-id",
|
|
773
|
+
"type": "option"
|
|
774
|
+
},
|
|
677
775
|
"config": {
|
|
678
776
|
"char": "c",
|
|
679
777
|
"description": "The name of the app configuration.",
|
|
@@ -702,6 +800,17 @@
|
|
|
702
800
|
"noCacheDefault": true,
|
|
703
801
|
"type": "option"
|
|
704
802
|
},
|
|
803
|
+
"reset": {
|
|
804
|
+
"allowNo": false,
|
|
805
|
+
"description": "Reset all your settings.",
|
|
806
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
807
|
+
"exclusive": [
|
|
808
|
+
"config"
|
|
809
|
+
],
|
|
810
|
+
"hidden": false,
|
|
811
|
+
"name": "reset",
|
|
812
|
+
"type": "boolean"
|
|
813
|
+
},
|
|
705
814
|
"verbose": {
|
|
706
815
|
"allowNo": false,
|
|
707
816
|
"description": "Increase the verbosity of the output.",
|
|
@@ -743,7 +852,7 @@
|
|
|
743
852
|
"type": "option"
|
|
744
853
|
},
|
|
745
854
|
"client-id": {
|
|
746
|
-
"description": "
|
|
855
|
+
"description": "The Client ID of your app.",
|
|
747
856
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
748
857
|
"exclusive": [
|
|
749
858
|
"config"
|
|
@@ -767,7 +876,7 @@
|
|
|
767
876
|
"json": {
|
|
768
877
|
"allowNo": false,
|
|
769
878
|
"char": "j",
|
|
770
|
-
"description": "Output the
|
|
879
|
+
"description": "Output the result as JSON.",
|
|
771
880
|
"env": "SHOPIFY_FLAG_JSON",
|
|
772
881
|
"hidden": false,
|
|
773
882
|
"name": "json",
|
|
@@ -800,6 +909,17 @@
|
|
|
800
909
|
"noCacheDefault": true,
|
|
801
910
|
"type": "option"
|
|
802
911
|
},
|
|
912
|
+
"reset": {
|
|
913
|
+
"allowNo": false,
|
|
914
|
+
"description": "Reset all your settings.",
|
|
915
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
916
|
+
"exclusive": [
|
|
917
|
+
"config"
|
|
918
|
+
],
|
|
919
|
+
"hidden": false,
|
|
920
|
+
"name": "reset",
|
|
921
|
+
"type": "boolean"
|
|
922
|
+
},
|
|
803
923
|
"verbose": {
|
|
804
924
|
"allowNo": false,
|
|
805
925
|
"description": "Increase the verbosity of the output.",
|
|
@@ -837,6 +957,18 @@
|
|
|
837
957
|
"description": "Runs the function from your current directory for \"testing purposes\" (https://shopify.dev/docs/apps/functions/testing-and-debugging). To learn how you can monitor and debug functions when errors occur, refer to \"Shopify Functions error handling\" (https://shopify.dev/docs/api/functions/errors).",
|
|
838
958
|
"descriptionWithMarkdown": "Runs the function from your current directory for [testing purposes](https://shopify.dev/docs/apps/functions/testing-and-debugging). To learn how you can monitor and debug functions when errors occur, refer to [Shopify Functions error handling](https://shopify.dev/docs/api/functions/errors).",
|
|
839
959
|
"flags": {
|
|
960
|
+
"client-id": {
|
|
961
|
+
"description": "The Client ID of your app.",
|
|
962
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
963
|
+
"exclusive": [
|
|
964
|
+
"config"
|
|
965
|
+
],
|
|
966
|
+
"hasDynamicHelp": false,
|
|
967
|
+
"hidden": false,
|
|
968
|
+
"multiple": false,
|
|
969
|
+
"name": "client-id",
|
|
970
|
+
"type": "option"
|
|
971
|
+
},
|
|
840
972
|
"config": {
|
|
841
973
|
"char": "c",
|
|
842
974
|
"description": "The name of the app configuration.",
|
|
@@ -869,7 +1001,7 @@
|
|
|
869
1001
|
"json": {
|
|
870
1002
|
"allowNo": false,
|
|
871
1003
|
"char": "j",
|
|
872
|
-
"description": "
|
|
1004
|
+
"description": "Output the result as JSON.",
|
|
873
1005
|
"env": "SHOPIFY_FLAG_JSON",
|
|
874
1006
|
"hidden": false,
|
|
875
1007
|
"name": "json",
|
|
@@ -893,6 +1025,17 @@
|
|
|
893
1025
|
"noCacheDefault": true,
|
|
894
1026
|
"type": "option"
|
|
895
1027
|
},
|
|
1028
|
+
"reset": {
|
|
1029
|
+
"allowNo": false,
|
|
1030
|
+
"description": "Reset all your settings.",
|
|
1031
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1032
|
+
"exclusive": [
|
|
1033
|
+
"config"
|
|
1034
|
+
],
|
|
1035
|
+
"hidden": false,
|
|
1036
|
+
"name": "reset",
|
|
1037
|
+
"type": "boolean"
|
|
1038
|
+
},
|
|
896
1039
|
"verbose": {
|
|
897
1040
|
"allowNo": false,
|
|
898
1041
|
"description": "Increase the verbosity of the output.",
|
|
@@ -934,7 +1077,7 @@
|
|
|
934
1077
|
"type": "option"
|
|
935
1078
|
},
|
|
936
1079
|
"client-id": {
|
|
937
|
-
"description": "The Client ID
|
|
1080
|
+
"description": "The Client ID of your app.",
|
|
938
1081
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
939
1082
|
"exclusive": [
|
|
940
1083
|
"config"
|
|
@@ -973,6 +1116,17 @@
|
|
|
973
1116
|
"noCacheDefault": true,
|
|
974
1117
|
"type": "option"
|
|
975
1118
|
},
|
|
1119
|
+
"reset": {
|
|
1120
|
+
"allowNo": false,
|
|
1121
|
+
"description": "Reset all your settings.",
|
|
1122
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1123
|
+
"exclusive": [
|
|
1124
|
+
"config"
|
|
1125
|
+
],
|
|
1126
|
+
"hidden": false,
|
|
1127
|
+
"name": "reset",
|
|
1128
|
+
"type": "boolean"
|
|
1129
|
+
},
|
|
976
1130
|
"stdout": {
|
|
977
1131
|
"allowNo": false,
|
|
978
1132
|
"description": "Output the schema to stdout instead of writing to a file.",
|
|
@@ -1009,6 +1163,18 @@
|
|
|
1009
1163
|
"description": "Creates GraphQL types based on your \"input query\" (https://shopify.dev/docs/apps/functions/input-output#input) for a function written in JavaScript.",
|
|
1010
1164
|
"descriptionWithMarkdown": "Creates GraphQL types based on your [input query](https://shopify.dev/docs/apps/functions/input-output#input) for a function written in JavaScript.",
|
|
1011
1165
|
"flags": {
|
|
1166
|
+
"client-id": {
|
|
1167
|
+
"description": "The Client ID of your app.",
|
|
1168
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1169
|
+
"exclusive": [
|
|
1170
|
+
"config"
|
|
1171
|
+
],
|
|
1172
|
+
"hasDynamicHelp": false,
|
|
1173
|
+
"hidden": false,
|
|
1174
|
+
"multiple": false,
|
|
1175
|
+
"name": "client-id",
|
|
1176
|
+
"type": "option"
|
|
1177
|
+
},
|
|
1012
1178
|
"config": {
|
|
1013
1179
|
"char": "c",
|
|
1014
1180
|
"description": "The name of the app configuration.",
|
|
@@ -1037,6 +1203,17 @@
|
|
|
1037
1203
|
"noCacheDefault": true,
|
|
1038
1204
|
"type": "option"
|
|
1039
1205
|
},
|
|
1206
|
+
"reset": {
|
|
1207
|
+
"allowNo": false,
|
|
1208
|
+
"description": "Reset all your settings.",
|
|
1209
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1210
|
+
"exclusive": [
|
|
1211
|
+
"config"
|
|
1212
|
+
],
|
|
1213
|
+
"hidden": false,
|
|
1214
|
+
"name": "reset",
|
|
1215
|
+
"type": "boolean"
|
|
1216
|
+
},
|
|
1040
1217
|
"verbose": {
|
|
1041
1218
|
"allowNo": false,
|
|
1042
1219
|
"description": "Increase the verbosity of the output.",
|
|
@@ -1231,7 +1408,7 @@
|
|
|
1231
1408
|
"type": "option"
|
|
1232
1409
|
},
|
|
1233
1410
|
"client-id": {
|
|
1234
|
-
"description": "The Client ID
|
|
1411
|
+
"description": "The Client ID of your app.",
|
|
1235
1412
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1236
1413
|
"exclusive": [
|
|
1237
1414
|
"config"
|
|
@@ -1270,6 +1447,17 @@
|
|
|
1270
1447
|
"noCacheDefault": true,
|
|
1271
1448
|
"type": "option"
|
|
1272
1449
|
},
|
|
1450
|
+
"reset": {
|
|
1451
|
+
"allowNo": false,
|
|
1452
|
+
"description": "Reset all your settings.",
|
|
1453
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1454
|
+
"exclusive": [
|
|
1455
|
+
"config"
|
|
1456
|
+
],
|
|
1457
|
+
"hidden": false,
|
|
1458
|
+
"name": "reset",
|
|
1459
|
+
"type": "boolean"
|
|
1460
|
+
},
|
|
1273
1461
|
"stdout": {
|
|
1274
1462
|
"allowNo": false,
|
|
1275
1463
|
"description": "Output the schema to stdout instead of writing to a file.",
|
|
@@ -1344,6 +1532,17 @@
|
|
|
1344
1532
|
"noCacheDefault": true,
|
|
1345
1533
|
"type": "option"
|
|
1346
1534
|
},
|
|
1535
|
+
"reset": {
|
|
1536
|
+
"allowNo": false,
|
|
1537
|
+
"description": "Reset all your settings.",
|
|
1538
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1539
|
+
"exclusive": [
|
|
1540
|
+
"config"
|
|
1541
|
+
],
|
|
1542
|
+
"hidden": false,
|
|
1543
|
+
"name": "reset",
|
|
1544
|
+
"type": "boolean"
|
|
1545
|
+
},
|
|
1347
1546
|
"verbose": {
|
|
1348
1547
|
"allowNo": false,
|
|
1349
1548
|
"description": "Increase the verbosity of the output.",
|
|
@@ -1371,6 +1570,18 @@
|
|
|
1371
1570
|
"description": "The information returned includes the following:\n\n - The app and development store or Plus sandbox store that's used when you run the \"dev\" (https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using \"`dev --reset`\" (https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The \"structure\" (https://shopify.dev/docs/apps/tools/cli/structure) of your app project.\n - The \"access scopes\" (https://shopify.dev/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
|
|
1372
1571
|
"descriptionWithMarkdown": "The information returned includes the following:\n\n - The app and development store or Plus sandbox store that's used when you run the [dev](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [`dev --reset`](https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The [structure](https://shopify.dev/docs/apps/tools/cli/structure) of your app project.\n - The [access scopes](https://shopify.dev/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
|
|
1373
1572
|
"flags": {
|
|
1573
|
+
"client-id": {
|
|
1574
|
+
"description": "The Client ID of your app.",
|
|
1575
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1576
|
+
"exclusive": [
|
|
1577
|
+
"config"
|
|
1578
|
+
],
|
|
1579
|
+
"hasDynamicHelp": false,
|
|
1580
|
+
"hidden": false,
|
|
1581
|
+
"multiple": false,
|
|
1582
|
+
"name": "client-id",
|
|
1583
|
+
"type": "option"
|
|
1584
|
+
},
|
|
1374
1585
|
"config": {
|
|
1375
1586
|
"char": "c",
|
|
1376
1587
|
"description": "The name of the app configuration.",
|
|
@@ -1383,7 +1594,8 @@
|
|
|
1383
1594
|
},
|
|
1384
1595
|
"json": {
|
|
1385
1596
|
"allowNo": false,
|
|
1386
|
-
"
|
|
1597
|
+
"char": "j",
|
|
1598
|
+
"description": "Output the result as JSON.",
|
|
1387
1599
|
"env": "SHOPIFY_FLAG_JSON",
|
|
1388
1600
|
"hidden": false,
|
|
1389
1601
|
"name": "json",
|
|
@@ -1406,6 +1618,17 @@
|
|
|
1406
1618
|
"noCacheDefault": true,
|
|
1407
1619
|
"type": "option"
|
|
1408
1620
|
},
|
|
1621
|
+
"reset": {
|
|
1622
|
+
"allowNo": false,
|
|
1623
|
+
"description": "Reset all your settings.",
|
|
1624
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1625
|
+
"exclusive": [
|
|
1626
|
+
"config"
|
|
1627
|
+
],
|
|
1628
|
+
"hidden": false,
|
|
1629
|
+
"name": "reset",
|
|
1630
|
+
"type": "boolean"
|
|
1631
|
+
},
|
|
1409
1632
|
"verbose": {
|
|
1410
1633
|
"allowNo": false,
|
|
1411
1634
|
"description": "Increase the verbosity of the output.",
|
|
@@ -1583,8 +1806,9 @@
|
|
|
1583
1806
|
"json": {
|
|
1584
1807
|
"allowNo": false,
|
|
1585
1808
|
"char": "j",
|
|
1586
|
-
"description": "
|
|
1809
|
+
"description": "Output the result as JSON.",
|
|
1587
1810
|
"env": "SHOPIFY_FLAG_JSON",
|
|
1811
|
+
"hidden": false,
|
|
1588
1812
|
"name": "json",
|
|
1589
1813
|
"type": "boolean"
|
|
1590
1814
|
},
|
|
@@ -1673,6 +1897,18 @@
|
|
|
1673
1897
|
"description": "The output source names can be used with the `--source` argument of `shopify app logs` to filter log output. Currently only function extensions are supported as sources.",
|
|
1674
1898
|
"descriptionWithMarkdown": "The output source names can be used with the `--source` argument of `shopify app logs` to filter log output. Currently only function extensions are supported as sources.",
|
|
1675
1899
|
"flags": {
|
|
1900
|
+
"client-id": {
|
|
1901
|
+
"description": "The Client ID of your app.",
|
|
1902
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1903
|
+
"exclusive": [
|
|
1904
|
+
"config"
|
|
1905
|
+
],
|
|
1906
|
+
"hasDynamicHelp": false,
|
|
1907
|
+
"hidden": false,
|
|
1908
|
+
"multiple": false,
|
|
1909
|
+
"name": "client-id",
|
|
1910
|
+
"type": "option"
|
|
1911
|
+
},
|
|
1676
1912
|
"config": {
|
|
1677
1913
|
"char": "c",
|
|
1678
1914
|
"description": "The name of the app configuration.",
|
|
@@ -1700,6 +1936,17 @@
|
|
|
1700
1936
|
"noCacheDefault": true,
|
|
1701
1937
|
"type": "option"
|
|
1702
1938
|
},
|
|
1939
|
+
"reset": {
|
|
1940
|
+
"allowNo": false,
|
|
1941
|
+
"description": "Reset all your settings.",
|
|
1942
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1943
|
+
"exclusive": [
|
|
1944
|
+
"config"
|
|
1945
|
+
],
|
|
1946
|
+
"hidden": false,
|
|
1947
|
+
"name": "reset",
|
|
1948
|
+
"type": "boolean"
|
|
1949
|
+
},
|
|
1703
1950
|
"verbose": {
|
|
1704
1951
|
"allowNo": false,
|
|
1705
1952
|
"description": "Increase the verbosity of the output.",
|
|
@@ -1792,6 +2039,9 @@
|
|
|
1792
2039
|
"allowNo": false,
|
|
1793
2040
|
"description": "Reset all your settings.",
|
|
1794
2041
|
"env": "SHOPIFY_FLAG_RESET",
|
|
2042
|
+
"exclusive": [
|
|
2043
|
+
"config"
|
|
2044
|
+
],
|
|
1795
2045
|
"hidden": false,
|
|
1796
2046
|
"name": "reset",
|
|
1797
2047
|
"type": "boolean"
|
|
@@ -1854,7 +2104,7 @@
|
|
|
1854
2104
|
"type": "option"
|
|
1855
2105
|
},
|
|
1856
2106
|
"client-id": {
|
|
1857
|
-
"description": "The Client ID
|
|
2107
|
+
"description": "The Client ID of your app.",
|
|
1858
2108
|
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1859
2109
|
"exclusive": [
|
|
1860
2110
|
"config"
|
|
@@ -1877,8 +2127,10 @@
|
|
|
1877
2127
|
},
|
|
1878
2128
|
"json": {
|
|
1879
2129
|
"allowNo": false,
|
|
1880
|
-
"
|
|
2130
|
+
"char": "j",
|
|
2131
|
+
"description": "Output the result as JSON.",
|
|
1881
2132
|
"env": "SHOPIFY_FLAG_JSON",
|
|
2133
|
+
"hidden": false,
|
|
1882
2134
|
"name": "json",
|
|
1883
2135
|
"type": "boolean"
|
|
1884
2136
|
},
|
|
@@ -1899,6 +2151,17 @@
|
|
|
1899
2151
|
"noCacheDefault": true,
|
|
1900
2152
|
"type": "option"
|
|
1901
2153
|
},
|
|
2154
|
+
"reset": {
|
|
2155
|
+
"allowNo": false,
|
|
2156
|
+
"description": "Reset all your settings.",
|
|
2157
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
2158
|
+
"exclusive": [
|
|
2159
|
+
"config"
|
|
2160
|
+
],
|
|
2161
|
+
"hidden": false,
|
|
2162
|
+
"name": "reset",
|
|
2163
|
+
"type": "boolean"
|
|
2164
|
+
},
|
|
1902
2165
|
"verbose": {
|
|
1903
2166
|
"allowNo": false,
|
|
1904
2167
|
"description": "Increase the verbosity of the output.",
|
|
@@ -2012,6 +2275,17 @@
|
|
|
2012
2275
|
"noCacheDefault": true,
|
|
2013
2276
|
"type": "option"
|
|
2014
2277
|
},
|
|
2278
|
+
"reset": {
|
|
2279
|
+
"allowNo": false,
|
|
2280
|
+
"description": "Reset all your settings.",
|
|
2281
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
2282
|
+
"exclusive": [
|
|
2283
|
+
"config"
|
|
2284
|
+
],
|
|
2285
|
+
"hidden": false,
|
|
2286
|
+
"name": "reset",
|
|
2287
|
+
"type": "boolean"
|
|
2288
|
+
},
|
|
2015
2289
|
"shared-secret": {
|
|
2016
2290
|
"description": "Deprecated. Please use client-secret.",
|
|
2017
2291
|
"env": "SHOPIFY_FLAG_SHARED_SECRET",
|
|
@@ -2061,6 +2335,25 @@
|
|
|
2061
2335
|
"pluginType": "core",
|
|
2062
2336
|
"strict": true
|
|
2063
2337
|
},
|
|
2338
|
+
"cache:clear": {
|
|
2339
|
+
"aliases": [
|
|
2340
|
+
],
|
|
2341
|
+
"args": {
|
|
2342
|
+
},
|
|
2343
|
+
"description": "Clear the CLI cache, used to store some API responses and handle notifications status",
|
|
2344
|
+
"enableJsonFlag": false,
|
|
2345
|
+
"flags": {
|
|
2346
|
+
},
|
|
2347
|
+
"hasDynamicHelp": false,
|
|
2348
|
+
"hidden": true,
|
|
2349
|
+
"hiddenAliases": [
|
|
2350
|
+
],
|
|
2351
|
+
"id": "cache:clear",
|
|
2352
|
+
"pluginAlias": "@shopify/cli",
|
|
2353
|
+
"pluginName": "@shopify/cli",
|
|
2354
|
+
"pluginType": "core",
|
|
2355
|
+
"strict": true
|
|
2356
|
+
},
|
|
2064
2357
|
"commands": {
|
|
2065
2358
|
"aliases": [
|
|
2066
2359
|
],
|
|
@@ -2278,130 +2571,25 @@
|
|
|
2278
2571
|
"pluginType": "core",
|
|
2279
2572
|
"strict": true
|
|
2280
2573
|
},
|
|
2281
|
-
"demo": {
|
|
2282
|
-
"aliases": [
|
|
2283
|
-
],
|
|
2284
|
-
"args": {
|
|
2285
|
-
},
|
|
2286
|
-
"description": "Demo a command design defined in a file",
|
|
2287
|
-
"enableJsonFlag": false,
|
|
2288
|
-
"flags": {
|
|
2289
|
-
"file": {
|
|
2290
|
-
"default": ".",
|
|
2291
|
-
"description": "The name of the demo file.",
|
|
2292
|
-
"env": "SHOPIFY_FLAG_PATH",
|
|
2293
|
-
"hasDynamicHelp": false,
|
|
2294
|
-
"hidden": false,
|
|
2295
|
-
"multiple": false,
|
|
2296
|
-
"name": "file",
|
|
2297
|
-
"type": "option"
|
|
2298
|
-
},
|
|
2299
|
-
"path": {
|
|
2300
|
-
"default": ".",
|
|
2301
|
-
"description": "The directory where the demo file is located. Defaults to the current directory.",
|
|
2302
|
-
"env": "SHOPIFY_FLAG_PATH",
|
|
2303
|
-
"hasDynamicHelp": false,
|
|
2304
|
-
"hidden": false,
|
|
2305
|
-
"multiple": false,
|
|
2306
|
-
"name": "path",
|
|
2307
|
-
"type": "option"
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
|
-
"hasDynamicHelp": false,
|
|
2311
|
-
"hidden": true,
|
|
2312
|
-
"hiddenAliases": [
|
|
2313
|
-
],
|
|
2314
|
-
"id": "demo",
|
|
2315
|
-
"pluginAlias": "@shopify/cli",
|
|
2316
|
-
"pluginName": "@shopify/cli",
|
|
2317
|
-
"pluginType": "core",
|
|
2318
|
-
"strict": true
|
|
2319
|
-
},
|
|
2320
|
-
"demo:catalog": {
|
|
2321
|
-
"aliases": [
|
|
2322
|
-
],
|
|
2323
|
-
"args": {
|
|
2324
|
-
},
|
|
2325
|
-
"description": "Browse the catalog for steps",
|
|
2326
|
-
"enableJsonFlag": false,
|
|
2327
|
-
"flags": {
|
|
2328
|
-
},
|
|
2329
|
-
"hasDynamicHelp": false,
|
|
2330
|
-
"hidden": true,
|
|
2331
|
-
"hiddenAliases": [
|
|
2332
|
-
],
|
|
2333
|
-
"id": "demo:catalog",
|
|
2334
|
-
"pluginAlias": "@shopify/cli",
|
|
2335
|
-
"pluginName": "@shopify/cli",
|
|
2336
|
-
"pluginType": "core",
|
|
2337
|
-
"strict": true
|
|
2338
|
-
},
|
|
2339
|
-
"demo:generate-file": {
|
|
2574
|
+
"demo:watcher": {
|
|
2340
2575
|
"aliases": [
|
|
2341
2576
|
],
|
|
2342
2577
|
"args": {
|
|
2343
2578
|
},
|
|
2344
|
-
"
|
|
2345
|
-
"enableJsonFlag": false,
|
|
2579
|
+
"customPluginName": "@shopify/app",
|
|
2346
2580
|
"flags": {
|
|
2347
|
-
"
|
|
2348
|
-
"description": "The
|
|
2349
|
-
"env": "
|
|
2581
|
+
"client-id": {
|
|
2582
|
+
"description": "The Client ID of your app.",
|
|
2583
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
2584
|
+
"exclusive": [
|
|
2585
|
+
"config"
|
|
2586
|
+
],
|
|
2350
2587
|
"hasDynamicHelp": false,
|
|
2351
2588
|
"hidden": false,
|
|
2352
2589
|
"multiple": false,
|
|
2353
|
-
"name": "
|
|
2354
|
-
"required": true,
|
|
2590
|
+
"name": "client-id",
|
|
2355
2591
|
"type": "option"
|
|
2356
2592
|
},
|
|
2357
|
-
"path": {
|
|
2358
|
-
"default": ".",
|
|
2359
|
-
"description": "The directory for generating the demo file.",
|
|
2360
|
-
"env": "SHOPIFY_FLAG_PATH",
|
|
2361
|
-
"hasDynamicHelp": false,
|
|
2362
|
-
"hidden": false,
|
|
2363
|
-
"multiple": false,
|
|
2364
|
-
"name": "path",
|
|
2365
|
-
"type": "option"
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
"hasDynamicHelp": false,
|
|
2369
|
-
"hidden": true,
|
|
2370
|
-
"hiddenAliases": [
|
|
2371
|
-
],
|
|
2372
|
-
"id": "demo:generate-file",
|
|
2373
|
-
"pluginAlias": "@shopify/cli",
|
|
2374
|
-
"pluginName": "@shopify/cli",
|
|
2375
|
-
"pluginType": "core",
|
|
2376
|
-
"strict": true,
|
|
2377
|
-
"summary": "Creates a JSON file alongside a JSON schema that will validate it"
|
|
2378
|
-
},
|
|
2379
|
-
"demo:print-ai-prompt": {
|
|
2380
|
-
"aliases": [
|
|
2381
|
-
],
|
|
2382
|
-
"args": {
|
|
2383
|
-
},
|
|
2384
|
-
"description": "Prints the prompts for a chat-enabled LLM to generate a demo",
|
|
2385
|
-
"enableJsonFlag": false,
|
|
2386
|
-
"flags": {
|
|
2387
|
-
},
|
|
2388
|
-
"hasDynamicHelp": false,
|
|
2389
|
-
"hidden": true,
|
|
2390
|
-
"hiddenAliases": [
|
|
2391
|
-
],
|
|
2392
|
-
"id": "demo:print-ai-prompt",
|
|
2393
|
-
"pluginAlias": "@shopify/cli",
|
|
2394
|
-
"pluginName": "@shopify/cli",
|
|
2395
|
-
"pluginType": "core",
|
|
2396
|
-
"strict": true
|
|
2397
|
-
},
|
|
2398
|
-
"demo:watcher": {
|
|
2399
|
-
"aliases": [
|
|
2400
|
-
],
|
|
2401
|
-
"args": {
|
|
2402
|
-
},
|
|
2403
|
-
"customPluginName": "@shopify/app",
|
|
2404
|
-
"flags": {
|
|
2405
2593
|
"config": {
|
|
2406
2594
|
"char": "c",
|
|
2407
2595
|
"description": "The name of the app configuration.",
|
|
@@ -2429,6 +2617,17 @@
|
|
|
2429
2617
|
"noCacheDefault": true,
|
|
2430
2618
|
"type": "option"
|
|
2431
2619
|
},
|
|
2620
|
+
"reset": {
|
|
2621
|
+
"allowNo": false,
|
|
2622
|
+
"description": "Reset all your settings.",
|
|
2623
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
2624
|
+
"exclusive": [
|
|
2625
|
+
"config"
|
|
2626
|
+
],
|
|
2627
|
+
"hidden": false,
|
|
2628
|
+
"name": "reset",
|
|
2629
|
+
"type": "boolean"
|
|
2630
|
+
},
|
|
2432
2631
|
"verbose": {
|
|
2433
2632
|
"allowNo": false,
|
|
2434
2633
|
"description": "Increase the verbosity of the output.",
|
|
@@ -4233,6 +4432,44 @@
|
|
|
4233
4432
|
"pluginType": "core",
|
|
4234
4433
|
"strict": true
|
|
4235
4434
|
},
|
|
4435
|
+
"notifications:generate": {
|
|
4436
|
+
"aliases": [
|
|
4437
|
+
],
|
|
4438
|
+
"args": {
|
|
4439
|
+
},
|
|
4440
|
+
"description": "Generate a notifications.json file for the the CLI, appending a new notification to the current file.",
|
|
4441
|
+
"enableJsonFlag": false,
|
|
4442
|
+
"flags": {
|
|
4443
|
+
},
|
|
4444
|
+
"hasDynamicHelp": false,
|
|
4445
|
+
"hidden": true,
|
|
4446
|
+
"hiddenAliases": [
|
|
4447
|
+
],
|
|
4448
|
+
"id": "notifications:generate",
|
|
4449
|
+
"pluginAlias": "@shopify/cli",
|
|
4450
|
+
"pluginName": "@shopify/cli",
|
|
4451
|
+
"pluginType": "core",
|
|
4452
|
+
"strict": true
|
|
4453
|
+
},
|
|
4454
|
+
"notifications:list": {
|
|
4455
|
+
"aliases": [
|
|
4456
|
+
],
|
|
4457
|
+
"args": {
|
|
4458
|
+
},
|
|
4459
|
+
"description": "List current notifications configured for the CLI.",
|
|
4460
|
+
"enableJsonFlag": false,
|
|
4461
|
+
"flags": {
|
|
4462
|
+
},
|
|
4463
|
+
"hasDynamicHelp": false,
|
|
4464
|
+
"hidden": true,
|
|
4465
|
+
"hiddenAliases": [
|
|
4466
|
+
],
|
|
4467
|
+
"id": "notifications:list",
|
|
4468
|
+
"pluginAlias": "@shopify/cli",
|
|
4469
|
+
"pluginName": "@shopify/cli",
|
|
4470
|
+
"pluginType": "core",
|
|
4471
|
+
"strict": true
|
|
4472
|
+
},
|
|
4236
4473
|
"plugins": {
|
|
4237
4474
|
"aliases": [
|
|
4238
4475
|
],
|
|
@@ -4902,20 +5139,6 @@
|
|
|
4902
5139
|
],
|
|
4903
5140
|
"args": {
|
|
4904
5141
|
},
|
|
4905
|
-
"cli2Flags": [
|
|
4906
|
-
"host",
|
|
4907
|
-
"live-reload",
|
|
4908
|
-
"poll",
|
|
4909
|
-
"theme-editor-sync",
|
|
4910
|
-
"overwrite-json",
|
|
4911
|
-
"port",
|
|
4912
|
-
"theme",
|
|
4913
|
-
"nodelete",
|
|
4914
|
-
"only",
|
|
4915
|
-
"ignore",
|
|
4916
|
-
"force",
|
|
4917
|
-
"notify"
|
|
4918
|
-
],
|
|
4919
5142
|
"customPluginName": "@shopify/theme",
|
|
4920
5143
|
"description": "\n Uploads the current theme as the specified theme, or a \"development theme\" (https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the \"editor\" (https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should \"share\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or \"push\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the \"default Shopify theme folder structure\" (https://shopify.dev/docs/themes/tools/cli#directory-structure).",
|
|
4921
5144
|
"descriptionWithMarkdown": "\n Uploads the current theme as the specified theme, or a [development theme](https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the [editor](https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should [share](https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or [push](https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the [default Shopify theme folder structure](https://shopify.dev/docs/themes/tools/cli#directory-structure).",
|
|
@@ -4955,22 +5178,6 @@
|
|
|
4955
5178
|
"name": "ignore",
|
|
4956
5179
|
"type": "option"
|
|
4957
5180
|
},
|
|
4958
|
-
"legacy": {
|
|
4959
|
-
"allowNo": false,
|
|
4960
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
|
|
4961
|
-
"env": "SHOPIFY_FLAG_LEGACY",
|
|
4962
|
-
"hidden": true,
|
|
4963
|
-
"name": "legacy",
|
|
4964
|
-
"type": "boolean"
|
|
4965
|
-
},
|
|
4966
|
-
"legacy-3.66": {
|
|
4967
|
-
"allowNo": false,
|
|
4968
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
|
|
4969
|
-
"env": "SHOPIFY_FLAG_LEGACY_3_66",
|
|
4970
|
-
"hidden": true,
|
|
4971
|
-
"name": "legacy-3.66",
|
|
4972
|
-
"type": "boolean"
|
|
4973
|
-
},
|
|
4974
5181
|
"live-reload": {
|
|
4975
5182
|
"default": "hot-reload",
|
|
4976
5183
|
"description": "The live reload mode switches the server behavior when a file is modified:\n- hot-reload Hot reloads local changes to CSS and sections (default)\n- full-page Always refreshes the entire page\n- off Deactivate live reload",
|
|
@@ -5137,8 +5344,10 @@
|
|
|
5137
5344
|
},
|
|
5138
5345
|
"json": {
|
|
5139
5346
|
"allowNo": false,
|
|
5140
|
-
"
|
|
5347
|
+
"char": "j",
|
|
5348
|
+
"description": "Output the result as JSON.",
|
|
5141
5349
|
"env": "SHOPIFY_FLAG_JSON",
|
|
5350
|
+
"hidden": false,
|
|
5142
5351
|
"name": "json",
|
|
5143
5352
|
"type": "boolean"
|
|
5144
5353
|
},
|
|
@@ -5326,8 +5535,10 @@
|
|
|
5326
5535
|
},
|
|
5327
5536
|
"json": {
|
|
5328
5537
|
"allowNo": false,
|
|
5329
|
-
"
|
|
5538
|
+
"char": "j",
|
|
5539
|
+
"description": "Output the result as JSON.",
|
|
5330
5540
|
"env": "SHOPIFY_FLAG_JSON",
|
|
5541
|
+
"hidden": false,
|
|
5331
5542
|
"name": "json",
|
|
5332
5543
|
"type": "boolean"
|
|
5333
5544
|
},
|
|
@@ -5677,7 +5888,7 @@
|
|
|
5677
5888
|
"nodelete": {
|
|
5678
5889
|
"allowNo": false,
|
|
5679
5890
|
"char": "n",
|
|
5680
|
-
"description": "
|
|
5891
|
+
"description": "Prevent deleting local files that don't exist remotely.",
|
|
5681
5892
|
"env": "SHOPIFY_FLAG_NODELETE",
|
|
5682
5893
|
"name": "nodelete",
|
|
5683
5894
|
"type": "boolean"
|
|
@@ -5750,20 +5961,6 @@
|
|
|
5750
5961
|
],
|
|
5751
5962
|
"args": {
|
|
5752
5963
|
},
|
|
5753
|
-
"cli2Flags": [
|
|
5754
|
-
"theme",
|
|
5755
|
-
"development",
|
|
5756
|
-
"live",
|
|
5757
|
-
"unpublished",
|
|
5758
|
-
"nodelete",
|
|
5759
|
-
"only",
|
|
5760
|
-
"ignore",
|
|
5761
|
-
"json",
|
|
5762
|
-
"allow-live",
|
|
5763
|
-
"publish",
|
|
5764
|
-
"force",
|
|
5765
|
-
"development-theme-id"
|
|
5766
|
-
],
|
|
5767
5964
|
"customPluginName": "@shopify/theme",
|
|
5768
5965
|
"description": "Uploads your local theme files to Shopify, overwriting the remote version if specified.\n\n If no theme is specified, then you're prompted to select the theme to overwrite from the list of the themes in your store.\n\n You can run this command only in a directory that matches the \"default Shopify theme folder structure\" (https://shopify.dev/docs/themes/tools/cli#directory-structure).\n\n This command returns the following information:\n\n - A link to the \"editor\" (https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n - A \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with others.\n\n If you use the `--json` flag, then theme information is returned in JSON format, which can be used as a machine-readable input for scripts or continuous integration.\n\n Sample output:\n\n ```json\n {\n \"theme\": {\n \"id\": 108267175958,\n \"name\": \"MyTheme\",\n \"role\": \"unpublished\",\n \"shop\": \"mystore.myshopify.com\",\n \"editor_url\": \"https://mystore.myshopify.com/admin/themes/108267175958/editor\",\n \"preview_url\": \"https://mystore.myshopify.com/?preview_theme_id=108267175958\"\n }\n }\n ```\n ",
|
|
5769
5966
|
"descriptionWithMarkdown": "Uploads your local theme files to Shopify, overwriting the remote version if specified.\n\n If no theme is specified, then you're prompted to select the theme to overwrite from the list of the themes in your store.\n\n You can run this command only in a directory that matches the [default Shopify theme folder structure](https://shopify.dev/docs/themes/tools/cli#directory-structure).\n\n This command returns the following information:\n\n - A link to the [editor](https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n - A [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with others.\n\n If you use the `--json` flag, then theme information is returned in JSON format, which can be used as a machine-readable input for scripts or continuous integration.\n\n Sample output:\n\n ```json\n {\n \"theme\": {\n \"id\": 108267175958,\n \"name\": \"MyTheme\",\n \"role\": \"unpublished\",\n \"shop\": \"mystore.myshopify.com\",\n \"editor_url\": \"https://mystore.myshopify.com/admin/themes/108267175958/editor\",\n \"preview_url\": \"https://mystore.myshopify.com/?preview_theme_id=108267175958\"\n }\n }\n ```\n ",
|
|
@@ -5814,27 +6011,12 @@
|
|
|
5814
6011
|
"json": {
|
|
5815
6012
|
"allowNo": false,
|
|
5816
6013
|
"char": "j",
|
|
5817
|
-
"description": "Output
|
|
6014
|
+
"description": "Output the result as JSON.",
|
|
5818
6015
|
"env": "SHOPIFY_FLAG_JSON",
|
|
6016
|
+
"hidden": false,
|
|
5819
6017
|
"name": "json",
|
|
5820
6018
|
"type": "boolean"
|
|
5821
6019
|
},
|
|
5822
|
-
"legacy": {
|
|
5823
|
-
"allowNo": false,
|
|
5824
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme push` command.",
|
|
5825
|
-
"env": "SHOPIFY_FLAG_LEGACY",
|
|
5826
|
-
"hidden": true,
|
|
5827
|
-
"name": "legacy",
|
|
5828
|
-
"type": "boolean"
|
|
5829
|
-
},
|
|
5830
|
-
"legacy-3.66": {
|
|
5831
|
-
"allowNo": false,
|
|
5832
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme push` command.",
|
|
5833
|
-
"env": "SHOPIFY_FLAG_LEGACY_3_66",
|
|
5834
|
-
"hidden": true,
|
|
5835
|
-
"name": "legacy-3.66",
|
|
5836
|
-
"type": "boolean"
|
|
5837
|
-
},
|
|
5838
6020
|
"live": {
|
|
5839
6021
|
"allowNo": false,
|
|
5840
6022
|
"char": "l",
|
|
@@ -5854,7 +6036,7 @@
|
|
|
5854
6036
|
"nodelete": {
|
|
5855
6037
|
"allowNo": false,
|
|
5856
6038
|
"char": "n",
|
|
5857
|
-
"description": "
|
|
6039
|
+
"description": "Prevent deleting remote files that don't exist locally.",
|
|
5858
6040
|
"env": "SHOPIFY_FLAG_NODELETE",
|
|
5859
6041
|
"name": "nodelete",
|
|
5860
6042
|
"type": "boolean"
|
|
@@ -5902,6 +6084,13 @@
|
|
|
5902
6084
|
"name": "store",
|
|
5903
6085
|
"type": "option"
|
|
5904
6086
|
},
|
|
6087
|
+
"strict": {
|
|
6088
|
+
"allowNo": false,
|
|
6089
|
+
"description": "Require theme check to pass without errors before pushing. Warnings are allowed.",
|
|
6090
|
+
"env": "SHOPIFY_FLAG_STRICT_PUSH",
|
|
6091
|
+
"name": "strict",
|
|
6092
|
+
"type": "boolean"
|
|
6093
|
+
},
|
|
5905
6094
|
"theme": {
|
|
5906
6095
|
"char": "t",
|
|
5907
6096
|
"description": "Theme ID or name of the remote theme.",
|
|
@@ -6044,20 +6233,6 @@
|
|
|
6044
6233
|
],
|
|
6045
6234
|
"args": {
|
|
6046
6235
|
},
|
|
6047
|
-
"cli2Flags": [
|
|
6048
|
-
"host",
|
|
6049
|
-
"live-reload",
|
|
6050
|
-
"poll",
|
|
6051
|
-
"theme-editor-sync",
|
|
6052
|
-
"overwrite-json",
|
|
6053
|
-
"port",
|
|
6054
|
-
"theme",
|
|
6055
|
-
"nodelete",
|
|
6056
|
-
"only",
|
|
6057
|
-
"ignore",
|
|
6058
|
-
"force",
|
|
6059
|
-
"notify"
|
|
6060
|
-
],
|
|
6061
6236
|
"customPluginName": "@shopify/theme",
|
|
6062
6237
|
"description": "\n Uploads the current theme as the specified theme, or a \"development theme\" (https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the \"editor\" (https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should \"share\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or \"push\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the \"default Shopify theme folder structure\" (https://shopify.dev/docs/themes/tools/cli#directory-structure).",
|
|
6063
6238
|
"descriptionWithMarkdown": "\n Uploads the current theme as the specified theme, or a [development theme](https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the [editor](https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should [share](https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or [push](https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the [default Shopify theme folder structure](https://shopify.dev/docs/themes/tools/cli#directory-structure).",
|
|
@@ -6097,22 +6272,6 @@
|
|
|
6097
6272
|
"name": "ignore",
|
|
6098
6273
|
"type": "option"
|
|
6099
6274
|
},
|
|
6100
|
-
"legacy": {
|
|
6101
|
-
"allowNo": false,
|
|
6102
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
|
|
6103
|
-
"env": "SHOPIFY_FLAG_LEGACY",
|
|
6104
|
-
"hidden": true,
|
|
6105
|
-
"name": "legacy",
|
|
6106
|
-
"type": "boolean"
|
|
6107
|
-
},
|
|
6108
|
-
"legacy-3.66": {
|
|
6109
|
-
"allowNo": false,
|
|
6110
|
-
"description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
|
|
6111
|
-
"env": "SHOPIFY_FLAG_LEGACY_3_66",
|
|
6112
|
-
"hidden": true,
|
|
6113
|
-
"name": "legacy-3.66",
|
|
6114
|
-
"type": "boolean"
|
|
6115
|
-
},
|
|
6116
6275
|
"live-reload": {
|
|
6117
6276
|
"default": "hot-reload",
|
|
6118
6277
|
"description": "The live reload mode switches the server behavior when a file is modified:\n- hot-reload Hot reloads local changes to CSS and sections (default)\n- full-page Always refreshes the entire page\n- off Deactivate live reload",
|
|
@@ -6467,6 +6626,17 @@
|
|
|
6467
6626
|
"noCacheDefault": true,
|
|
6468
6627
|
"type": "option"
|
|
6469
6628
|
},
|
|
6629
|
+
"reset": {
|
|
6630
|
+
"allowNo": false,
|
|
6631
|
+
"description": "Reset all your settings.",
|
|
6632
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
6633
|
+
"exclusive": [
|
|
6634
|
+
"config"
|
|
6635
|
+
],
|
|
6636
|
+
"hidden": false,
|
|
6637
|
+
"name": "reset",
|
|
6638
|
+
"type": "boolean"
|
|
6639
|
+
},
|
|
6470
6640
|
"shared-secret": {
|
|
6471
6641
|
"description": "Deprecated. Please use client-secret.",
|
|
6472
6642
|
"env": "SHOPIFY_FLAG_SHARED_SECRET",
|
|
@@ -6499,5 +6669,5 @@
|
|
|
6499
6669
|
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
|
|
6500
6670
|
}
|
|
6501
6671
|
},
|
|
6502
|
-
"version": "3.
|
|
6672
|
+
"version": "3.71.0"
|
|
6503
6673
|
}
|