shopify-cli 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +12 -12
- data/Rakefile +32 -30
- data/bin/load_shopify.rb +6 -6
- data/bin/shopify +2 -2
- data/ext/shopify-cli/extconf.rb +7 -7
- data/lib/docgen/markdown.rb +11 -11
- data/lib/{project_types/extension/graphql → graphql}/get_app_by_api_key.graphql +0 -0
- data/lib/project_types/extension/cli.rb +52 -45
- data/lib/project_types/extension/commands/build.rb +3 -3
- data/lib/project_types/extension/commands/create.rb +16 -9
- data/lib/project_types/extension/commands/extension_command.rb +8 -5
- data/lib/project_types/extension/commands/push.rb +8 -8
- data/lib/project_types/extension/commands/register.rb +19 -30
- data/lib/project_types/extension/commands/serve.rb +2 -2
- data/lib/project_types/extension/commands/tunnel.rb +12 -12
- data/lib/project_types/extension/extension_project.rb +4 -4
- data/lib/project_types/extension/extension_project_keys.rb +4 -4
- data/lib/project_types/extension/features/argo.rb +13 -13
- data/lib/project_types/extension/features/argo_config.rb +5 -5
- data/lib/project_types/extension/features/argo_dependencies.rb +5 -5
- data/lib/project_types/extension/features/argo_setup.rb +2 -2
- data/lib/project_types/extension/features/argo_setup_steps.rb +4 -4
- data/lib/project_types/extension/forms/create.rb +28 -34
- data/lib/project_types/extension/forms/questions/ask_app.rb +53 -0
- data/lib/project_types/extension/forms/questions/ask_name.rb +40 -0
- data/lib/project_types/extension/forms/questions/ask_type.rb +36 -0
- data/lib/project_types/extension/messages/messages.rb +53 -52
- data/lib/project_types/extension/models/lazy_specification_handler.rb +12 -0
- data/lib/project_types/extension/models/specification_handlers/checkout_post_purchase.rb +1 -1
- data/lib/project_types/extension/models/specification_handlers/default.rb +2 -2
- data/lib/project_types/extension/models/specifications.rb +3 -3
- data/lib/project_types/extension/tasks/configure_features.rb +4 -4
- data/lib/project_types/extension/tasks/converters/app_converter.rb +6 -6
- data/lib/project_types/extension/tasks/converters/registration_converter.rb +6 -6
- data/lib/project_types/extension/tasks/converters/validation_error_converter.rb +4 -4
- data/lib/project_types/extension/tasks/converters/version_converter.rb +7 -7
- data/lib/project_types/extension/tasks/create_extension.rb +4 -4
- data/lib/project_types/extension/tasks/fetch_specifications.rb +4 -4
- data/lib/project_types/extension/tasks/get_app.rb +4 -4
- data/lib/project_types/extension/tasks/get_apps.rb +3 -3
- data/lib/project_types/extension/tasks/update_draft.rb +4 -4
- data/lib/project_types/extension/tasks/user_errors.rb +4 -4
- data/lib/project_types/node/cli.rb +19 -19
- data/lib/project_types/node/commands/connect.rb +3 -3
- data/lib/project_types/node/commands/create.rb +40 -38
- data/lib/project_types/node/commands/deploy.rb +4 -4
- data/lib/project_types/node/commands/deploy/heroku.rb +24 -24
- data/lib/project_types/node/commands/generate.rb +8 -8
- data/lib/project_types/node/commands/open.rb +2 -2
- data/lib/project_types/node/commands/populate.rb +6 -6
- data/lib/project_types/node/commands/populate/customer.rb +5 -5
- data/lib/project_types/node/commands/populate/draft_order.rb +5 -5
- data/lib/project_types/node/commands/populate/product.rb +5 -5
- data/lib/project_types/node/commands/serve.rb +9 -9
- data/lib/project_types/node/commands/tunnel.rb +7 -7
- data/lib/project_types/node/forms/create.rb +7 -7
- data/lib/project_types/node/messages/messages.rb +3 -3
- data/lib/project_types/rails/cli.rb +21 -21
- data/lib/project_types/rails/commands/connect.rb +3 -3
- data/lib/project_types/rails/commands/create.rb +51 -48
- data/lib/project_types/rails/commands/deploy.rb +4 -4
- data/lib/project_types/rails/commands/deploy/heroku.rb +30 -30
- data/lib/project_types/rails/commands/generate.rb +7 -7
- data/lib/project_types/rails/commands/generate/webhook.rb +6 -6
- data/lib/project_types/rails/commands/open.rb +2 -2
- data/lib/project_types/rails/commands/populate.rb +6 -6
- data/lib/project_types/rails/commands/populate/customer.rb +5 -5
- data/lib/project_types/rails/commands/populate/draft_order.rb +5 -5
- data/lib/project_types/rails/commands/populate/product.rb +5 -5
- data/lib/project_types/rails/commands/serve.rb +11 -11
- data/lib/project_types/rails/commands/tunnel.rb +7 -7
- data/lib/project_types/rails/forms/create.rb +23 -23
- data/lib/project_types/rails/gem.rb +23 -23
- data/lib/project_types/rails/messages/messages.rb +4 -4
- data/lib/project_types/rails/ruby.rb +2 -2
- data/lib/project_types/script/cli.rb +40 -40
- data/lib/project_types/script/commands/create.rb +9 -8
- data/lib/project_types/script/commands/disable.rb +3 -3
- data/lib/project_types/script/commands/enable.rb +9 -7
- data/lib/project_types/script/commands/push.rb +5 -4
- data/lib/project_types/script/errors.rb +17 -0
- data/lib/project_types/script/forms/create.rb +5 -5
- data/lib/project_types/script/graphql/app_script_update_or_create.graphql +2 -0
- data/lib/project_types/script/layers/application/build_script.rb +6 -8
- data/lib/project_types/script/layers/application/create_script.rb +2 -2
- data/lib/project_types/script/layers/application/disable_script.rb +2 -2
- data/lib/project_types/script/layers/application/enable_script.rb +2 -2
- data/lib/project_types/script/layers/application/project_dependencies.rb +4 -4
- data/lib/project_types/script/layers/application/push_script.rb +4 -12
- data/lib/project_types/script/layers/domain/push_package.rb +5 -1
- data/lib/project_types/script/layers/infrastructure/assemblyscript_project_creator.rb +3 -3
- data/lib/project_types/script/layers/infrastructure/assemblyscript_task_runner.rb +10 -10
- data/lib/project_types/script/layers/infrastructure/errors.rb +1 -1
- data/lib/project_types/script/layers/infrastructure/extension_point_repository.rb +2 -2
- data/lib/project_types/script/layers/infrastructure/push_package_repository.rb +12 -17
- data/lib/project_types/script/layers/infrastructure/rust_project_creator.rb +4 -4
- data/lib/project_types/script/layers/infrastructure/rust_task_runner.rb +1 -1
- data/lib/project_types/script/layers/infrastructure/script_service.rb +18 -16
- data/lib/project_types/script/messages/messages.rb +14 -8
- data/lib/project_types/script/script_project.rb +27 -5
- data/lib/project_types/script/ui/error_handler.rb +80 -68
- data/lib/project_types/script/ui/printing_spinner.rb +1 -1
- data/lib/project_types/script/ui/strict_spinner.rb +1 -1
- data/lib/project_types/theme/cli.rb +19 -19
- data/lib/project_types/theme/commands/connect.rb +12 -12
- data/lib/project_types/theme/commands/create.rb +11 -11
- data/lib/project_types/theme/commands/deploy.rb +8 -8
- data/lib/project_types/theme/commands/generate.rb +3 -3
- data/lib/project_types/theme/commands/generate/env.rb +15 -15
- data/lib/project_types/theme/commands/push.rb +15 -15
- data/lib/project_types/theme/commands/serve.rb +5 -5
- data/lib/project_types/theme/forms/connect.rb +4 -4
- data/lib/project_types/theme/forms/create.rb +5 -5
- data/lib/project_types/theme/tasks/ensure_themekit_installed.rb +22 -22
- data/lib/project_types/theme/themekit.rb +15 -15
- data/lib/rubygems_plugin.rb +3 -3
- data/lib/shopify-cli/admin_api.rb +11 -11
- data/lib/shopify-cli/admin_api/populate_resource_command.rb +17 -17
- data/lib/shopify-cli/admin_api/schema.rb +3 -3
- data/lib/shopify-cli/api.rb +10 -10
- data/lib/shopify-cli/command.rb +1 -1
- data/lib/shopify-cli/commands.rb +9 -9
- data/lib/shopify-cli/commands/config.rb +28 -52
- data/lib/shopify-cli/commands/connect.rb +10 -10
- data/lib/shopify-cli/commands/create.rb +5 -5
- data/lib/shopify-cli/commands/help.rb +6 -6
- data/lib/shopify-cli/commands/logout.rb +3 -3
- data/lib/shopify-cli/commands/system.rb +32 -32
- data/lib/shopify-cli/commands/version.rb +2 -2
- data/lib/shopify-cli/context.rb +23 -23
- data/lib/shopify-cli/core.rb +4 -4
- data/lib/shopify-cli/core/entry_point.rb +5 -5
- data/lib/shopify-cli/core/executor.rb +1 -1
- data/lib/shopify-cli/core/help_resolver.rb +2 -2
- data/lib/shopify-cli/core/monorail.rb +16 -16
- data/lib/shopify-cli/db.rb +2 -2
- data/lib/shopify-cli/feature.rb +1 -1
- data/lib/shopify-cli/form.rb +1 -1
- data/lib/shopify-cli/git.rb +17 -17
- data/lib/shopify-cli/helpers.rb +1 -1
- data/lib/shopify-cli/helpers/haikunator.rb +1 -1
- data/lib/shopify-cli/heroku.rb +28 -28
- data/lib/shopify-cli/http_request.rb +2 -2
- data/lib/shopify-cli/js_deps.rb +12 -12
- data/lib/shopify-cli/js_system.rb +5 -5
- data/lib/shopify-cli/lazy_delegator.rb +55 -0
- data/lib/shopify-cli/messages/messages.rb +4 -14
- data/lib/shopify-cli/oauth.rb +25 -25
- data/lib/shopify-cli/oauth/servlet.rb +9 -9
- data/lib/shopify-cli/options.rb +3 -3
- data/lib/shopify-cli/packager.rb +24 -24
- data/lib/shopify-cli/partners_api.rb +16 -16
- data/lib/shopify-cli/partners_api/organizations.rb +10 -10
- data/lib/shopify-cli/process_supervision.rb +7 -7
- data/lib/shopify-cli/project.rb +16 -16
- data/lib/shopify-cli/project_type.rb +3 -3
- data/lib/shopify-cli/resources.rb +1 -1
- data/lib/shopify-cli/resources/env_file.rb +9 -9
- data/lib/shopify-cli/result.rb +8 -8
- data/lib/shopify-cli/shopifolk.rb +6 -9
- data/lib/shopify-cli/sub_command.rb +1 -1
- data/lib/shopify-cli/task.rb +3 -3
- data/lib/shopify-cli/tasks.rb +7 -7
- data/lib/shopify-cli/tasks/create_api_client.rb +5 -5
- data/lib/shopify-cli/tasks/ensure_dev_store.rb +11 -11
- data/lib/shopify-cli/tasks/ensure_env.rb +15 -15
- data/lib/shopify-cli/tasks/ensure_loopback_url.rb +4 -4
- data/lib/shopify-cli/tasks/select_org_and_shop.rb +19 -19
- data/lib/shopify-cli/tasks/update_dashboard_urls.rb +10 -10
- data/lib/shopify-cli/transform_data_structure.rb +86 -0
- data/lib/shopify-cli/tunnel.rb +30 -30
- data/lib/shopify-cli/version.rb +1 -1
- data/lib/shopify_cli.rb +56 -54
- data/shopify-cli.gemspec +6 -6
- data/vendor/gen/template/bin/update-deps +9 -9
- metadata +9 -4
- data/lib/project_types/extension/forms/register.rb +0 -47
@@ -3,38 +3,38 @@ module Theme
|
|
3
3
|
class Project < ShopifyCli::ProjectType
|
4
4
|
hidden_feature
|
5
5
|
|
6
|
-
title(
|
7
|
-
creator(
|
8
|
-
connector(
|
6
|
+
title("Theme")
|
7
|
+
creator("Theme::Commands::Create")
|
8
|
+
connector("Theme::Commands::Connect")
|
9
9
|
|
10
|
-
register_command(
|
11
|
-
register_command(
|
12
|
-
register_command(
|
13
|
-
register_command(
|
10
|
+
register_command("Theme::Commands::Deploy", "deploy")
|
11
|
+
register_command("Theme::Commands::Generate", "generate")
|
12
|
+
register_command("Theme::Commands::Push", "push")
|
13
|
+
register_command("Theme::Commands::Serve", "serve")
|
14
14
|
|
15
|
-
register_task(
|
15
|
+
register_task("Theme::Tasks::EnsureThemekitInstalled", :ensure_themekit_installed)
|
16
16
|
|
17
|
-
require Project.project_filepath(
|
17
|
+
require Project.project_filepath("messages/messages")
|
18
18
|
register_messages(Theme::Messages::MESSAGES)
|
19
19
|
end
|
20
20
|
|
21
21
|
module Commands
|
22
|
-
autoload :Connect, Project.project_filepath(
|
23
|
-
autoload :Create, Project.project_filepath(
|
24
|
-
autoload :Deploy, Project.project_filepath(
|
25
|
-
autoload :Generate, Project.project_filepath(
|
26
|
-
autoload :Push, Project.project_filepath(
|
27
|
-
autoload :Serve, Project.project_filepath(
|
22
|
+
autoload :Connect, Project.project_filepath("commands/connect")
|
23
|
+
autoload :Create, Project.project_filepath("commands/create")
|
24
|
+
autoload :Deploy, Project.project_filepath("commands/deploy")
|
25
|
+
autoload :Generate, Project.project_filepath("commands/generate")
|
26
|
+
autoload :Push, Project.project_filepath("commands/push")
|
27
|
+
autoload :Serve, Project.project_filepath("commands/serve")
|
28
28
|
end
|
29
29
|
|
30
30
|
module Tasks
|
31
|
-
autoload :EnsureThemekitInstalled, Project.project_filepath(
|
31
|
+
autoload :EnsureThemekitInstalled, Project.project_filepath("tasks/ensure_themekit_installed")
|
32
32
|
end
|
33
33
|
|
34
34
|
module Forms
|
35
|
-
autoload :Create, Project.project_filepath(
|
36
|
-
autoload :Connect, Project.project_filepath(
|
35
|
+
autoload :Create, Project.project_filepath("forms/create")
|
36
|
+
autoload :Connect, Project.project_filepath("forms/connect")
|
37
37
|
end
|
38
38
|
|
39
|
-
autoload :Themekit, Project.project_filepath(
|
39
|
+
autoload :Themekit, Project.project_filepath("themekit")
|
40
40
|
end
|
@@ -5,15 +5,15 @@ module Theme
|
|
5
5
|
prerequisite_task :ensure_themekit_installed
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
10
|
-
parser.on(
|
11
|
-
parser.on(
|
8
|
+
parser.on("--store=STORE") { |url| flags[:store] = url }
|
9
|
+
parser.on("--password=PASSWORD") { |p| flags[:password] = p }
|
10
|
+
parser.on("--themeid=THEME_ID") { |id| flags[:themeid] = id }
|
11
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
12
12
|
end
|
13
13
|
|
14
14
|
def call(args, _name)
|
15
15
|
if ShopifyCli::Project.has_current?
|
16
|
-
@ctx.abort(@ctx.message(
|
16
|
+
@ctx.abort(@ctx.message("theme.connect.inside_project"))
|
17
17
|
end
|
18
18
|
|
19
19
|
form = Forms::Connect.ask(@ctx, args, options.flags)
|
@@ -21,31 +21,31 @@ module Theme
|
|
21
21
|
|
22
22
|
build(form.store, form.password, form.themeid, form.name, form.env)
|
23
23
|
ShopifyCli::Project.write(@ctx,
|
24
|
-
project_type:
|
24
|
+
project_type: "theme",
|
25
25
|
organization_id: nil)
|
26
26
|
|
27
|
-
@ctx.done(@ctx.message(
|
27
|
+
@ctx.done(@ctx.message("theme.connect.connected", form.name, form.store, @ctx.root))
|
28
28
|
end
|
29
29
|
|
30
30
|
def self.help
|
31
|
-
ShopifyCli::Context.message(
|
31
|
+
ShopifyCli::Context.message("theme.connect.help", ShopifyCli::TOOL_NAME, ShopifyCli::TOOL_NAME)
|
32
32
|
end
|
33
33
|
|
34
34
|
private
|
35
35
|
|
36
36
|
def build(store, password, themeid, name, env)
|
37
37
|
if @ctx.dir_exist?(name)
|
38
|
-
@ctx.abort(@ctx.message(
|
38
|
+
@ctx.abort(@ctx.message("theme.connect.duplicate"))
|
39
39
|
end
|
40
40
|
|
41
41
|
@ctx.mkdir_p(name)
|
42
42
|
@ctx.chdir(name)
|
43
43
|
|
44
|
-
CLI::UI::Frame.open(@ctx.message(
|
44
|
+
CLI::UI::Frame.open(@ctx.message("theme.connect.connect")) do
|
45
45
|
unless Themekit.connect(@ctx, store: store, password: password, themeid: themeid, env: env)
|
46
|
-
@ctx.chdir(
|
46
|
+
@ctx.chdir("..")
|
47
47
|
@ctx.rm_rf(name)
|
48
|
-
@ctx.abort(@ctx.message(
|
48
|
+
@ctx.abort(@ctx.message("theme.connect.failed"))
|
49
49
|
end
|
50
50
|
end
|
51
51
|
end
|
@@ -5,10 +5,10 @@ module Theme
|
|
5
5
|
prerequisite_task :ensure_themekit_installed
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
10
|
-
parser.on(
|
11
|
-
parser.on(
|
8
|
+
parser.on("--name=NAME") { |t| flags[:title] = t }
|
9
|
+
parser.on("--password=PASSWORD") { |p| flags[:password] = p }
|
10
|
+
parser.on("--store=STORE") { |url| flags[:store] = url }
|
11
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
12
12
|
end
|
13
13
|
|
14
14
|
def call(args, _name)
|
@@ -17,29 +17,29 @@ module Theme
|
|
17
17
|
|
18
18
|
build(form.name, form.password, form.store, form.env)
|
19
19
|
ShopifyCli::Project.write(@ctx,
|
20
|
-
project_type:
|
20
|
+
project_type: "theme",
|
21
21
|
organization_id: nil) # private apps are different
|
22
22
|
|
23
|
-
@ctx.done(@ctx.message(
|
23
|
+
@ctx.done(@ctx.message("theme.create.info.created", form.name, form.store, @ctx.root))
|
24
24
|
end
|
25
25
|
|
26
26
|
def self.help
|
27
|
-
ShopifyCli::Context.message(
|
27
|
+
ShopifyCli::Context.message("theme.create.help", ShopifyCli::TOOL_NAME, ShopifyCli::TOOL_NAME)
|
28
28
|
end
|
29
29
|
|
30
30
|
private
|
31
31
|
|
32
32
|
def build(name, password, store, env)
|
33
|
-
@ctx.abort(@ctx.message(
|
33
|
+
@ctx.abort(@ctx.message("theme.create.duplicate_theme")) if @ctx.dir_exist?(name)
|
34
34
|
|
35
35
|
@ctx.mkdir_p(name)
|
36
36
|
@ctx.chdir(name)
|
37
37
|
|
38
|
-
CLI::UI::Frame.open(@ctx.message(
|
38
|
+
CLI::UI::Frame.open(@ctx.message("theme.create.creating_theme", name)) do
|
39
39
|
unless Themekit.create(@ctx, name: name, password: password, store: store, env: env)
|
40
|
-
@ctx.chdir(
|
40
|
+
@ctx.chdir("..")
|
41
41
|
@ctx.rm_rf(name)
|
42
|
-
@ctx.abort(@ctx.message(
|
42
|
+
@ctx.abort(@ctx.message("theme.create.failed"))
|
43
43
|
end
|
44
44
|
end
|
45
45
|
end
|
@@ -5,14 +5,14 @@ module Theme
|
|
5
5
|
prerequisite_task :ensure_themekit_installed
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
8
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
9
|
+
parser.on("--allow-live") { flags["allow_live"] = true }
|
10
10
|
end
|
11
11
|
|
12
12
|
def call(*)
|
13
|
-
CLI::UI::Frame.open(@ctx.message(
|
14
|
-
unless CLI::UI::Prompt.confirm(@ctx.message(
|
15
|
-
@ctx.abort(@ctx.message(
|
13
|
+
CLI::UI::Frame.open(@ctx.message("theme.deploy.deploying")) do
|
14
|
+
unless CLI::UI::Prompt.confirm(@ctx.message("theme.deploy.confirmation"))
|
15
|
+
@ctx.abort(@ctx.message("theme.deploy.abort"))
|
16
16
|
end
|
17
17
|
|
18
18
|
if options.flags[:env]
|
@@ -23,15 +23,15 @@ module Theme
|
|
23
23
|
flags = Themekit.add_flags(options.flags)
|
24
24
|
|
25
25
|
unless Themekit.deploy(@ctx, flags: flags, env: env)
|
26
|
-
@ctx.abort(@ctx.message(
|
26
|
+
@ctx.abort(@ctx.message("theme.deploy.error"))
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
@ctx.done(@ctx.message(
|
30
|
+
@ctx.done(@ctx.message("theme.deploy.info.deployed"))
|
31
31
|
end
|
32
32
|
|
33
33
|
def self.help
|
34
|
-
ShopifyCli::Context.message(
|
34
|
+
ShopifyCli::Context.message("theme.deploy.help", ShopifyCli::TOOL_NAME, ShopifyCli::TOOL_NAME)
|
35
35
|
end
|
36
36
|
end
|
37
37
|
end
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
|
-
require
|
2
|
+
require "shopify_cli"
|
3
3
|
|
4
4
|
module Theme
|
5
5
|
module Commands
|
6
6
|
class Generate < ShopifyCli::Command
|
7
7
|
prerequisite_task :ensure_themekit_installed
|
8
8
|
|
9
|
-
subcommand :Env,
|
9
|
+
subcommand :Env, "env", Project.project_filepath("commands/generate/env")
|
10
10
|
|
11
11
|
def call(*)
|
12
12
|
@ctx.puts(self.class.help)
|
13
13
|
end
|
14
14
|
|
15
15
|
def self.help
|
16
|
-
ShopifyCli::Context.message(
|
16
|
+
ShopifyCli::Context.message("theme.generate.help", ShopifyCli::TOOL_NAME)
|
17
17
|
end
|
18
18
|
end
|
19
19
|
end
|
@@ -3,10 +3,10 @@ module Theme
|
|
3
3
|
class Generate
|
4
4
|
class Env < ShopifyCli::SubCommand
|
5
5
|
options do |parser, flags|
|
6
|
-
parser.on(
|
7
|
-
parser.on(
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
6
|
+
parser.on("--store=STORE") { |url| flags[:store] = url }
|
7
|
+
parser.on("--password=PASSWORD") { |p| flags[:password] = p }
|
8
|
+
parser.on("--themeid=THEME_ID") { |id| flags[:themeid] = id }
|
9
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
10
10
|
end
|
11
11
|
|
12
12
|
def call(*)
|
@@ -20,19 +20,19 @@ module Theme
|
|
20
20
|
end
|
21
21
|
|
22
22
|
def self.help
|
23
|
-
ShopifyCli::Context.message(
|
23
|
+
ShopifyCli::Context.message("theme.generate.env.help", ShopifyCli::TOOL_NAME)
|
24
24
|
end
|
25
25
|
|
26
26
|
private
|
27
27
|
|
28
28
|
def fetch_credentials
|
29
|
-
unless File.exist?(
|
29
|
+
unless File.exist?("config.yml")
|
30
30
|
return nil
|
31
31
|
end
|
32
32
|
|
33
|
-
config = YAML.load_file(
|
34
|
-
store = config[
|
35
|
-
password = config[
|
33
|
+
config = YAML.load_file("config.yml")
|
34
|
+
store = config["development"]["store"]
|
35
|
+
password = config["development"]["password"]
|
36
36
|
|
37
37
|
[store, password]
|
38
38
|
end
|
@@ -40,9 +40,9 @@ module Theme
|
|
40
40
|
def ask_store(default)
|
41
41
|
store = options.flags[:store] ||
|
42
42
|
if default
|
43
|
-
CLI::UI::Prompt.ask(@ctx.message(
|
43
|
+
CLI::UI::Prompt.ask(@ctx.message("theme.generate.env.ask_store_default", default))
|
44
44
|
else
|
45
|
-
CLI::UI::Prompt.ask(@ctx.message(
|
45
|
+
CLI::UI::Prompt.ask(@ctx.message("theme.generate.env.ask_store"), allow_empty: false)
|
46
46
|
end
|
47
47
|
return nil if store.empty?
|
48
48
|
store
|
@@ -51,9 +51,9 @@ module Theme
|
|
51
51
|
def ask_password(default)
|
52
52
|
password = options.flags[:password] ||
|
53
53
|
if default
|
54
|
-
CLI::UI::Prompt.ask(@ctx.message(
|
54
|
+
CLI::UI::Prompt.ask(@ctx.message("theme.generate.env.ask_password_default", default))
|
55
55
|
else
|
56
|
-
CLI::UI::Prompt.ask(@ctx.message(
|
56
|
+
CLI::UI::Prompt.ask(@ctx.message("theme.generate.env.ask_password"), allow_empty: false)
|
57
57
|
end
|
58
58
|
return nil if password.empty?
|
59
59
|
password
|
@@ -65,9 +65,9 @@ module Theme
|
|
65
65
|
|
66
66
|
themes = Themekit.query_themes(@ctx, store: store, password: password)
|
67
67
|
|
68
|
-
@ctx.abort(@ctx.message(
|
68
|
+
@ctx.abort(@ctx.message("theme.generate.env.no_themes", ShopifyCli::TOOL_NAME)) if themes.empty?
|
69
69
|
|
70
|
-
CLI::UI::Prompt.ask(@ctx.message(
|
70
|
+
CLI::UI::Prompt.ask(@ctx.message("theme.generate.env.ask_theme")) do |handler|
|
71
71
|
themes.each do |name, id|
|
72
72
|
handler.option(name) { id }
|
73
73
|
end
|
@@ -5,16 +5,16 @@ module Theme
|
|
5
5
|
prerequisite_task :ensure_themekit_installed
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
10
|
-
parser.on(
|
11
|
-
parser.on(
|
8
|
+
parser.on("--remove") { flags["remove"] = true }
|
9
|
+
parser.on("--nodelete") { flags["nodelete"] = true }
|
10
|
+
parser.on("--allow-live") { flags["allow-live"] = true }
|
11
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
12
12
|
end
|
13
13
|
|
14
14
|
def call(args, _name)
|
15
|
-
if options.flags[
|
15
|
+
if options.flags["remove"]
|
16
16
|
remove = true
|
17
|
-
options.flags.delete(
|
17
|
+
options.flags.delete("remove")
|
18
18
|
end
|
19
19
|
|
20
20
|
if options.flags[:env]
|
@@ -25,30 +25,30 @@ module Theme
|
|
25
25
|
flags = Themekit.add_flags(options.flags)
|
26
26
|
|
27
27
|
if remove
|
28
|
-
CLI::UI::Frame.open(@ctx.message(
|
29
|
-
unless CLI::UI::Prompt.confirm(@ctx.message(
|
30
|
-
@ctx.abort(@ctx.message(
|
28
|
+
CLI::UI::Frame.open(@ctx.message("theme.push.remove")) do
|
29
|
+
unless CLI::UI::Prompt.confirm(@ctx.message("theme.push.remove_confirm"))
|
30
|
+
@ctx.abort(@ctx.message("theme.push.remove_abort"))
|
31
31
|
end
|
32
32
|
|
33
33
|
unless Themekit.push(@ctx, files: args, flags: flags, remove: remove, env: env)
|
34
|
-
@ctx.abort(@ctx.message(
|
34
|
+
@ctx.abort(@ctx.message("theme.push.error.remove_error"))
|
35
35
|
end
|
36
36
|
end
|
37
37
|
|
38
|
-
@ctx.done(@ctx.message(
|
38
|
+
@ctx.done(@ctx.message("theme.push.info.remove", @ctx.root))
|
39
39
|
else
|
40
|
-
CLI::UI::Frame.open(@ctx.message(
|
40
|
+
CLI::UI::Frame.open(@ctx.message("theme.push.push")) do
|
41
41
|
unless Themekit.push(@ctx, files: args, flags: flags, remove: remove, env: env)
|
42
|
-
@ctx.abort(@ctx.message(
|
42
|
+
@ctx.abort(@ctx.message("theme.push.error.push_error"))
|
43
43
|
end
|
44
44
|
end
|
45
45
|
|
46
|
-
@ctx.done(@ctx.message(
|
46
|
+
@ctx.done(@ctx.message("theme.push.info.push", @ctx.root))
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
50
|
def self.help
|
51
|
-
ShopifyCli::Context.message(
|
51
|
+
ShopifyCli::Context.message("theme.push.help", ShopifyCli::TOOL_NAME, ShopifyCli::TOOL_NAME)
|
52
52
|
end
|
53
53
|
end
|
54
54
|
end
|
@@ -5,9 +5,9 @@ module Theme
|
|
5
5
|
prerequisite_task :ensure_themekit_installed
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
parser.on(
|
10
|
-
parser.on(
|
8
|
+
parser.on("--env=ENV") { |env| flags[:env] = env }
|
9
|
+
parser.on("--allow-live") { flags["allow-live"] = true }
|
10
|
+
parser.on("--notify=FILES") { |files| flags["notify"] = files }
|
11
11
|
end
|
12
12
|
|
13
13
|
def call(*)
|
@@ -18,13 +18,13 @@ module Theme
|
|
18
18
|
|
19
19
|
flags = Themekit.add_flags(options.flags)
|
20
20
|
|
21
|
-
CLI::UI::Frame.open(@ctx.message(
|
21
|
+
CLI::UI::Frame.open(@ctx.message("theme.serve.serve")) do
|
22
22
|
Themekit.serve(@ctx, flags: flags, env: env)
|
23
23
|
end
|
24
24
|
end
|
25
25
|
|
26
26
|
def self.help
|
27
|
-
ShopifyCli::Context.message(
|
27
|
+
ShopifyCli::Context.message("theme.serve.help", ShopifyCli::TOOL_NAME)
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
@@ -5,14 +5,14 @@ module Theme
|
|
5
5
|
flag_arguments :themeid, :password, :store, :env
|
6
6
|
|
7
7
|
def ask
|
8
|
-
self.store ||= CLI::UI::Prompt.ask(ctx.message(
|
9
|
-
ctx.puts(ctx.message(
|
10
|
-
self.password ||= CLI::UI::Prompt.ask(ctx.message(
|
8
|
+
self.store ||= CLI::UI::Prompt.ask(ctx.message("theme.forms.ask_store"), allow_empty: false)
|
9
|
+
ctx.puts(ctx.message("theme.forms.connect.private_app", store))
|
10
|
+
self.password ||= CLI::UI::Prompt.ask(ctx.message("theme.forms.ask_password"), allow_empty: false)
|
11
11
|
|
12
12
|
errors = []
|
13
13
|
errors << "store" if store.strip.empty?
|
14
14
|
errors << "password" if password.strip.empty?
|
15
|
-
ctx.abort(ctx.message(
|
15
|
+
ctx.abort(ctx.message("theme.forms.errors", errors.join(", ").capitalize)) unless errors.empty?
|
16
16
|
|
17
17
|
self.themeid, self.name = ask_theme(store: store, password: password, themeid: themeid)
|
18
18
|
end
|
@@ -5,17 +5,17 @@ module Theme
|
|
5
5
|
flag_arguments :title, :password, :store, :env
|
6
6
|
|
7
7
|
def ask
|
8
|
-
self.store ||= CLI::UI::Prompt.ask(ctx.message(
|
9
|
-
ctx.puts(ctx.message(
|
10
|
-
self.password ||= CLI::UI::Prompt.ask(ctx.message(
|
11
|
-
self.title ||= CLI::UI::Prompt.ask(ctx.message(
|
8
|
+
self.store ||= CLI::UI::Prompt.ask(ctx.message("theme.forms.ask_store"), allow_empty: false)
|
9
|
+
ctx.puts(ctx.message("theme.forms.create.private_app", store))
|
10
|
+
self.password ||= CLI::UI::Prompt.ask(ctx.message("theme.forms.ask_password"), allow_empty: false)
|
11
|
+
self.title ||= CLI::UI::Prompt.ask(ctx.message("theme.forms.create.ask_title"), allow_empty: false)
|
12
12
|
self.name = self.title.downcase.split(" ").join("_")
|
13
13
|
|
14
14
|
errors = []
|
15
15
|
errors << "store" if store.strip.empty?
|
16
16
|
errors << "password" if password.strip.empty?
|
17
17
|
errors << "title" if title.strip.empty?
|
18
|
-
ctx.abort(ctx.message(
|
18
|
+
ctx.abort(ctx.message("theme.forms.errors", errors.join(", ").capitalize)) unless errors.empty?
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|