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
@@ -1,21 +1,21 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
|
-
require
|
2
|
+
require "shopify_cli"
|
3
3
|
|
4
4
|
module Node
|
5
5
|
module Commands
|
6
6
|
class Deploy < ShopifyCli::Command
|
7
|
-
subcommand :Heroku,
|
7
|
+
subcommand :Heroku, "heroku", Project.project_filepath("commands/deploy/heroku")
|
8
8
|
|
9
9
|
def call(*)
|
10
10
|
@ctx.puts(self.class.help)
|
11
11
|
end
|
12
12
|
|
13
13
|
def self.help
|
14
|
-
ShopifyCli::Context.message(
|
14
|
+
ShopifyCli::Context.message("node.deploy.help", ShopifyCli::TOOL_NAME)
|
15
15
|
end
|
16
16
|
|
17
17
|
def self.extended_help
|
18
|
-
ShopifyCli::Context.message(
|
18
|
+
ShopifyCli::Context.message("node.deploy.extended_help", ShopifyCli::TOOL_NAME)
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
@@ -1,70 +1,70 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
|
-
require
|
2
|
+
require "shopify_cli"
|
3
3
|
|
4
4
|
module Node
|
5
5
|
module Commands
|
6
6
|
class Deploy
|
7
7
|
class Heroku < ShopifyCli::SubCommand
|
8
8
|
def self.help
|
9
|
-
ShopifyCli::Context.message(
|
9
|
+
ShopifyCli::Context.message("node.deploy.heroku.help", ShopifyCli::TOOL_NAME)
|
10
10
|
end
|
11
11
|
|
12
12
|
def call(*)
|
13
13
|
spin_group = CLI::UI::SpinGroup.new
|
14
14
|
heroku_service = ShopifyCli::Heroku.new(@ctx)
|
15
15
|
|
16
|
-
spin_group.add(@ctx.message(
|
16
|
+
spin_group.add(@ctx.message("node.deploy.heroku.downloading")) do |spinner|
|
17
17
|
heroku_service.download
|
18
|
-
spinner.update_title(@ctx.message(
|
18
|
+
spinner.update_title(@ctx.message("node.deploy.heroku.downloaded"))
|
19
19
|
end
|
20
20
|
spin_group.wait
|
21
21
|
|
22
22
|
install_message = @ctx.message(
|
23
|
-
@ctx.windows? ?
|
23
|
+
@ctx.windows? ? "node.deploy.heroku.installing_windows" : "node.deploy.heroku.installing"
|
24
24
|
)
|
25
25
|
spin_group.add(install_message) do |spinner|
|
26
26
|
heroku_service.install
|
27
|
-
spinner.update_title(@ctx.message(
|
27
|
+
spinner.update_title(@ctx.message("node.deploy.heroku.installed"))
|
28
28
|
end
|
29
29
|
spin_group.wait
|
30
30
|
|
31
|
-
spin_group.add(@ctx.message(
|
31
|
+
spin_group.add(@ctx.message("node.deploy.heroku.git.checking")) do |spinner|
|
32
32
|
ShopifyCli::Git.init(@ctx)
|
33
|
-
spinner.update_title(@ctx.message(
|
33
|
+
spinner.update_title(@ctx.message("node.deploy.heroku.git.initialized"))
|
34
34
|
end
|
35
35
|
spin_group.wait
|
36
36
|
|
37
37
|
if (account = heroku_service.whoami)
|
38
|
-
@ctx.puts(@ctx.message(
|
38
|
+
@ctx.puts(@ctx.message("node.deploy.heroku.authenticated_with_account", account))
|
39
39
|
else
|
40
40
|
CLI::UI::Frame.open(
|
41
|
-
@ctx.message(
|
42
|
-
success_text: @ctx.message(
|
41
|
+
@ctx.message("node.deploy.heroku.authenticating"),
|
42
|
+
success_text: @ctx.message("node.deploy.heroku.authenticated")
|
43
43
|
) do
|
44
44
|
heroku_service.authenticate
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
48
|
if (app_name = heroku_service.app)
|
49
|
-
@ctx.puts(@ctx.message(
|
49
|
+
@ctx.puts(@ctx.message("node.deploy.heroku.app.selected", app_name))
|
50
50
|
else
|
51
|
-
app_type = CLI::UI::Prompt.ask(@ctx.message(
|
52
|
-
handler.option(@ctx.message(
|
53
|
-
handler.option(@ctx.message(
|
51
|
+
app_type = CLI::UI::Prompt.ask(@ctx.message("node.deploy.heroku.app.no_apps_found")) do |handler|
|
52
|
+
handler.option(@ctx.message("node.deploy.heroku.app.create")) { :new }
|
53
|
+
handler.option(@ctx.message("node.deploy.heroku.app.select")) { :existing }
|
54
54
|
end
|
55
55
|
|
56
56
|
if app_type == :existing
|
57
|
-
app_name = CLI::UI::Prompt.ask(@ctx.message(
|
57
|
+
app_name = CLI::UI::Prompt.ask(@ctx.message("node.deploy.heroku.app.name"))
|
58
58
|
CLI::UI::Frame.open(
|
59
|
-
@ctx.message(
|
60
|
-
success_text: @ctx.message(
|
59
|
+
@ctx.message("node.deploy.heroku.app.selecting", app_name),
|
60
|
+
success_text: @ctx.message("node.deploy.heroku.app.selected", app_name)
|
61
61
|
) do
|
62
62
|
heroku_service.select_existing_app(app_name)
|
63
63
|
end
|
64
64
|
elsif app_type == :new
|
65
65
|
CLI::UI::Frame.open(
|
66
|
-
@ctx.message(
|
67
|
-
success_text: @ctx.message(
|
66
|
+
@ctx.message("node.deploy.heroku.app.creating"),
|
67
|
+
success_text: @ctx.message("node.deploy.heroku.app.created")
|
68
68
|
) do
|
69
69
|
heroku_service.create_new_app
|
70
70
|
end
|
@@ -74,9 +74,9 @@ module Node
|
|
74
74
|
branches = ShopifyCli::Git.branches(@ctx)
|
75
75
|
if branches.length == 1
|
76
76
|
branch_to_deploy = branches[0]
|
77
|
-
@ctx.puts(@ctx.message(
|
77
|
+
@ctx.puts(@ctx.message("node.deploy.heroku.git.branch_selected", branch_to_deploy))
|
78
78
|
else
|
79
|
-
branch_to_deploy = CLI::UI::Prompt.ask(@ctx.message(
|
79
|
+
branch_to_deploy = CLI::UI::Prompt.ask(@ctx.message("node.deploy.heroku.git.what_branch")) do |handler|
|
80
80
|
branches.each do |branch|
|
81
81
|
handler.option(branch) { branch }
|
82
82
|
end
|
@@ -84,8 +84,8 @@ module Node
|
|
84
84
|
end
|
85
85
|
|
86
86
|
CLI::UI::Frame.open(
|
87
|
-
@ctx.message(
|
88
|
-
success_text: @ctx.message(
|
87
|
+
@ctx.message("node.deploy.heroku.deploying"),
|
88
|
+
success_text: @ctx.message("node.deploy.heroku.deployed")
|
89
89
|
) do
|
90
90
|
heroku_service.deploy(branch_to_deploy)
|
91
91
|
end
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
|
-
require
|
2
|
+
require "shopify_cli"
|
3
3
|
|
4
4
|
module Node
|
5
5
|
module Commands
|
6
6
|
class Generate < ShopifyCli::Command
|
7
|
-
subcommand :Page,
|
8
|
-
subcommand :Billing,
|
9
|
-
subcommand :Webhook,
|
7
|
+
subcommand :Page, "page", Project.project_filepath("commands/generate/page")
|
8
|
+
subcommand :Billing, "billing", Project.project_filepath("commands/generate/billing")
|
9
|
+
subcommand :Webhook, "webhook", Project.project_filepath("commands/generate/webhook")
|
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("node.generate.help")
|
17
17
|
end
|
18
18
|
|
19
19
|
def self.extended_help
|
@@ -30,11 +30,11 @@ module Node
|
|
30
30
|
def self.response(code, name, ctx)
|
31
31
|
case code
|
32
32
|
when 1
|
33
|
-
ctx.message(
|
33
|
+
ctx.message("node.generate.error.generic", name)
|
34
34
|
when 2
|
35
|
-
ctx.message(
|
35
|
+
ctx.message("node.generate.error.name_exists", name)
|
36
36
|
else
|
37
|
-
ctx.message(
|
37
|
+
ctx.message("node.error.generic")
|
38
38
|
end
|
39
39
|
end
|
40
40
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require "shopify_cli"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Commands
|
@@ -9,7 +9,7 @@ module Node
|
|
9
9
|
end
|
10
10
|
|
11
11
|
def self.help
|
12
|
-
ShopifyCli::Context.message(
|
12
|
+
ShopifyCli::Context.message("node.open.help", ShopifyCli::TOOL_NAME)
|
13
13
|
end
|
14
14
|
end
|
15
15
|
end
|
@@ -1,22 +1,22 @@
|
|
1
|
-
require
|
1
|
+
require "shopify_cli"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Commands
|
5
5
|
class Populate < ShopifyCli::Command
|
6
|
-
subcommand :Customer,
|
7
|
-
subcommand :DraftOrder,
|
8
|
-
subcommand :Product,
|
6
|
+
subcommand :Customer, "customers", Project.project_filepath("commands/populate/customer")
|
7
|
+
subcommand :DraftOrder, "draftorders", Project.project_filepath("commands/populate/draft_order")
|
8
|
+
subcommand :Product, "products", Project.project_filepath("commands/populate/product")
|
9
9
|
|
10
10
|
def call(_args, _name)
|
11
11
|
@ctx.puts(self.class.help)
|
12
12
|
end
|
13
13
|
|
14
14
|
def self.help
|
15
|
-
ShopifyCli::Context.message(
|
15
|
+
ShopifyCli::Context.message("node.populate.help", ShopifyCli::TOOL_NAME)
|
16
16
|
end
|
17
17
|
|
18
18
|
def self.extended_help
|
19
|
-
ShopifyCli::Context.message(
|
19
|
+
ShopifyCli::Context.message("node.populate.extended_help", ShopifyCli::TOOL_NAME)
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require "shopify_cli"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Commands
|
@@ -15,11 +15,11 @@ module Node
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def message(data)
|
18
|
-
ret = data[
|
19
|
-
id = ShopifyCli::API.gid_to_id(ret[
|
18
|
+
ret = data["customerCreate"]["customer"]
|
19
|
+
id = ShopifyCli::API.gid_to_id(ret["id"])
|
20
20
|
@ctx.message(
|
21
|
-
|
22
|
-
ret[
|
21
|
+
"node.populate.customer.added",
|
22
|
+
ret["displayName"],
|
23
23
|
ShopifyCli::Project.current.env.shop,
|
24
24
|
admin_url,
|
25
25
|
id
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require "shopify_cli"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Commands
|
@@ -11,16 +11,16 @@ module Node
|
|
11
11
|
lineItems: [{
|
12
12
|
originalUnitPrice: price,
|
13
13
|
quantity: 1,
|
14
|
-
weight: { value: 10, unit:
|
14
|
+
weight: { value: 10, unit: "GRAMS" },
|
15
15
|
title: ShopifyCli::Helpers::Haikunator.title,
|
16
16
|
}],
|
17
17
|
}
|
18
18
|
end
|
19
19
|
|
20
20
|
def message(data)
|
21
|
-
ret = data[
|
22
|
-
id = ShopifyCli::API.gid_to_id(ret[
|
23
|
-
@ctx.message(
|
21
|
+
ret = data["draftOrderCreate"]["draftOrder"]
|
22
|
+
id = ShopifyCli::API.gid_to_id(ret["id"])
|
23
|
+
@ctx.message("node.populate.draft_order.added", ShopifyCli::Project.current.env.shop, admin_url, id)
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require "shopify_cli"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Commands
|
@@ -14,11 +14,11 @@ module Node
|
|
14
14
|
end
|
15
15
|
|
16
16
|
def message(data)
|
17
|
-
ret = data[
|
18
|
-
id = ShopifyCli::API.gid_to_id(ret[
|
17
|
+
ret = data["productCreate"]["product"]
|
18
|
+
id = ShopifyCli::API.gid_to_id(ret["id"])
|
19
19
|
@ctx.message(
|
20
|
-
|
21
|
-
ret[
|
20
|
+
"node.populate.product.added",
|
21
|
+
ret["title"],
|
22
22
|
ShopifyCli::Project.current.env.shop,
|
23
23
|
admin_url,
|
24
24
|
id
|
@@ -5,15 +5,15 @@ module Node
|
|
5
5
|
prerequisite_task :ensure_env, :ensure_dev_store
|
6
6
|
|
7
7
|
options do |parser, flags|
|
8
|
-
parser.on(
|
9
|
-
flags[:host] = h.gsub('"',
|
8
|
+
parser.on("--host=HOST") do |h|
|
9
|
+
flags[:host] = h.gsub('"', "")
|
10
10
|
end
|
11
11
|
end
|
12
12
|
|
13
13
|
def call(*)
|
14
14
|
project = ShopifyCli::Project.current
|
15
15
|
url = options.flags[:host] || ShopifyCli::Tunnel.start(@ctx)
|
16
|
-
@ctx.abort(@ctx.message(
|
16
|
+
@ctx.abort(@ctx.message("node.serve.error.host_must_be_https")) if url.match(/^https/i).nil?
|
17
17
|
project.env.update(@ctx, :host, url)
|
18
18
|
ShopifyCli::Tasks::UpdateDashboardURLS.call(
|
19
19
|
@ctx,
|
@@ -23,22 +23,22 @@ module Node
|
|
23
23
|
|
24
24
|
if project.env.shop
|
25
25
|
project_url = "#{project.env.host}/auth?shop=#{project.env.shop}"
|
26
|
-
@ctx.puts("\n" + @ctx.message(
|
26
|
+
@ctx.puts("\n" + @ctx.message("node.serve.open_info", project_url) + "\n")
|
27
27
|
end
|
28
28
|
|
29
|
-
CLI::UI::Frame.open(@ctx.message(
|
29
|
+
CLI::UI::Frame.open(@ctx.message("node.serve.running_server")) do
|
30
30
|
env = project.env.to_h
|
31
|
-
env[
|
32
|
-
@ctx.system(
|
31
|
+
env["PORT"] = ShopifyCli::Tunnel::PORT.to_s
|
32
|
+
@ctx.system("npm run dev", env: env)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
36
|
def self.help
|
37
|
-
ShopifyCli::Context.message(
|
37
|
+
ShopifyCli::Context.message("node.serve.help", ShopifyCli::TOOL_NAME)
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.extended_help
|
41
|
-
ShopifyCli::Context.message(
|
41
|
+
ShopifyCli::Context.message("node.serve.extended_help")
|
42
42
|
end
|
43
43
|
end
|
44
44
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
3
|
+
require "shopify_cli"
|
4
4
|
|
5
5
|
module Node
|
6
6
|
module Commands
|
@@ -10,17 +10,17 @@ module Node
|
|
10
10
|
def call(args, _name)
|
11
11
|
subcommand = args.shift
|
12
12
|
case subcommand
|
13
|
-
when
|
13
|
+
when "auth"
|
14
14
|
token = args.shift
|
15
15
|
if token.nil?
|
16
|
-
@ctx.puts(@ctx.message(
|
16
|
+
@ctx.puts(@ctx.message("node.tunnel.error.token_argument_missing"))
|
17
17
|
@ctx.puts("#{self.class.help}\n#{self.class.extended_help}")
|
18
18
|
else
|
19
19
|
ShopifyCli::Tunnel.auth(@ctx, token)
|
20
20
|
end
|
21
|
-
when
|
21
|
+
when "start"
|
22
22
|
ShopifyCli::Tunnel.start(@ctx)
|
23
|
-
when
|
23
|
+
when "stop"
|
24
24
|
ShopifyCli::Tunnel.stop(@ctx)
|
25
25
|
else
|
26
26
|
@ctx.puts(self.class.help)
|
@@ -28,11 +28,11 @@ module Node
|
|
28
28
|
end
|
29
29
|
|
30
30
|
def self.help
|
31
|
-
ShopifyCli::Context.message(
|
31
|
+
ShopifyCli::Context.message("node.tunnel.help", ShopifyCli::TOOL_NAME)
|
32
32
|
end
|
33
33
|
|
34
34
|
def self.extended_help
|
35
|
-
ShopifyCli::Context.message(
|
35
|
+
ShopifyCli::Context.message("node.tunnel.extended_help", ShopifyCli::TOOL_NAME)
|
36
36
|
end
|
37
37
|
end
|
38
38
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require
|
1
|
+
require "uri"
|
2
2
|
|
3
3
|
module Node
|
4
4
|
module Forms
|
@@ -7,7 +7,7 @@ module Node
|
|
7
7
|
flag_arguments :title, :organization_id, :shop_domain, :type
|
8
8
|
|
9
9
|
def ask
|
10
|
-
self.title ||= CLI::UI::Prompt.ask(ctx.message(
|
10
|
+
self.title ||= CLI::UI::Prompt.ask(ctx.message("node.forms.create.app_name"))
|
11
11
|
self.type = ask_type
|
12
12
|
self.name = self.title.downcase.split(" ").join("_")
|
13
13
|
res = ShopifyCli::Tasks::SelectOrgAndShop.call(ctx, organization_id: organization_id, shop_domain: shop_domain)
|
@@ -19,16 +19,16 @@ module Node
|
|
19
19
|
|
20
20
|
def ask_type
|
21
21
|
if type.nil?
|
22
|
-
return CLI::UI::Prompt.ask(ctx.message(
|
23
|
-
handler.option(ctx.message(
|
24
|
-
handler.option(ctx.message(
|
22
|
+
return CLI::UI::Prompt.ask(ctx.message("node.forms.create.app_type.select")) do |handler|
|
23
|
+
handler.option(ctx.message("node.forms.create.app_type.select_public")) { "public" }
|
24
|
+
handler.option(ctx.message("node.forms.create.app_type.select_custom")) { "custom" }
|
25
25
|
end
|
26
26
|
end
|
27
27
|
|
28
28
|
unless ShopifyCli::Tasks::CreateApiClient::VALID_APP_TYPES.include?(type)
|
29
|
-
ctx.abort(ctx.message(
|
29
|
+
ctx.abort(ctx.message("node.forms.create.error.invalid_app_type", type))
|
30
30
|
end
|
31
|
-
ctx.puts(ctx.message(
|
31
|
+
ctx.puts(ctx.message("node.forms.create.app_type.selected", type))
|
32
32
|
type
|
33
33
|
end
|
34
34
|
end
|
@@ -21,9 +21,9 @@ module Node
|
|
21
21
|
Usage: {{command:%s create node}}
|
22
22
|
Options:
|
23
23
|
{{command:--name=NAME}} App name. Any string.
|
24
|
-
{{command:--
|
25
|
-
{{command:--
|
26
|
-
{{command:--
|
24
|
+
{{command:--app-url=APPURL}} App URL. Must be a valid URL.
|
25
|
+
{{command:--organization-id=ID}} Partner organization ID. Must be an existing organization.
|
26
|
+
{{command:--shop-domain=MYSHOPIFYDOMAIN }} Development store URL. Must be an existing development store.
|
27
27
|
HELP
|
28
28
|
error: {
|
29
29
|
node_required: "node is required to create an app project. Download at https://nodejs.org/en/download.",
|
@@ -1,32 +1,32 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
module Rails
|
3
3
|
class Project < ShopifyCli::ProjectType
|
4
|
-
title(
|
5
|
-
creator(
|
6
|
-
connector(
|
4
|
+
title("Ruby on Rails App")
|
5
|
+
creator("Rails::Commands::Create")
|
6
|
+
connector("Rails::Commands::Connect")
|
7
7
|
|
8
|
-
register_command(
|
9
|
-
register_command(
|
10
|
-
register_command(
|
11
|
-
register_command(
|
12
|
-
register_command(
|
13
|
-
register_command(
|
8
|
+
register_command("Rails::Commands::Deploy", "deploy")
|
9
|
+
register_command("Rails::Commands::Generate", "generate")
|
10
|
+
register_command("Rails::Commands::Open", "open")
|
11
|
+
register_command("Rails::Commands::Populate", "populate")
|
12
|
+
register_command("Rails::Commands::Serve", "serve")
|
13
|
+
register_command("Rails::Commands::Tunnel", "tunnel")
|
14
14
|
# register_task('Rails::Tasks::RailsTask', 'rails_task')
|
15
15
|
|
16
|
-
require Project.project_filepath(
|
16
|
+
require Project.project_filepath("messages/messages")
|
17
17
|
register_messages(Rails::Messages::MESSAGES)
|
18
18
|
end
|
19
19
|
|
20
20
|
# define/autoload project specific Commands
|
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 :Open, Project.project_filepath(
|
27
|
-
autoload :Populate, Project.project_filepath(
|
28
|
-
autoload :Serve, Project.project_filepath(
|
29
|
-
autoload :Tunnel, 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 :Open, Project.project_filepath("commands/open")
|
27
|
+
autoload :Populate, Project.project_filepath("commands/populate")
|
28
|
+
autoload :Serve, Project.project_filepath("commands/serve")
|
29
|
+
autoload :Tunnel, Project.project_filepath("commands/tunnel")
|
30
30
|
end
|
31
31
|
|
32
32
|
# define/autoload project specific Tasks
|
@@ -35,9 +35,9 @@ module Rails
|
|
35
35
|
|
36
36
|
# define/autoload project specific Forms
|
37
37
|
module Forms
|
38
|
-
autoload :Create, Project.project_filepath(
|
38
|
+
autoload :Create, Project.project_filepath("forms/create")
|
39
39
|
end
|
40
40
|
|
41
|
-
autoload :Ruby, Project.project_filepath(
|
42
|
-
autoload :Gem, Project.project_filepath(
|
41
|
+
autoload :Ruby, Project.project_filepath("ruby")
|
42
|
+
autoload :Gem, Project.project_filepath("gem")
|
43
43
|
end
|