shopify-cli 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/PULL_REQUEST_TEMPLATE.md +1 -0
- data/.travis.yml +1 -0
- data/CHANGELOG.md +9 -0
- data/README.md +39 -7
- data/Rakefile +2 -0
- data/dev.yml +2 -2
- data/docs/_config.yml +1 -18
- data/docs/app/node/commands/index.md +2 -80
- data/docs/app/node/index.md +2 -33
- data/docs/app/rails/commands/index.md +2 -78
- data/docs/app/rails/index.md +2 -34
- data/docs/core/index.md +2 -84
- data/docs/getting-started/index.md +2 -25
- data/docs/getting-started/install/index.md +1 -118
- data/docs/getting-started/migrate/index.md +2 -94
- data/docs/getting-started/uninstall/index.md +2 -35
- data/docs/getting-started/upgrade/index.md +2 -39
- data/docs/help/start-app/index.md +2 -4
- data/docs/index.md +2 -24
- data/install.sh +1 -1
- data/lib/project_types/extension/cli.rb +19 -10
- data/lib/project_types/extension/commands/extension_command.rb +2 -2
- data/lib/project_types/extension/features/argo.rb +117 -0
- data/lib/project_types/extension/forms/create.rb +2 -2
- data/lib/project_types/extension/models/specification.rb +35 -0
- data/lib/project_types/extension/models/specification_handlers/checkout_post_purchase.rb +19 -0
- data/lib/project_types/extension/models/specification_handlers/default.rb +67 -0
- data/lib/project_types/extension/models/specifications.rb +77 -0
- data/lib/project_types/extension/tasks/configure_features.rb +52 -0
- data/lib/project_types/extension/tasks/fetch_specifications.rb +38 -0
- data/lib/project_types/node/commands/create.rb +3 -1
- data/lib/project_types/node/commands/generate.rb +2 -11
- data/lib/project_types/node/messages/messages.rb +9 -44
- data/lib/project_types/rails/commands/create.rb +8 -9
- data/lib/project_types/rails/forms/create.rb +1 -1
- data/lib/project_types/rails/gem.rb +1 -1
- data/lib/project_types/rails/messages/messages.rb +1 -1
- data/lib/project_types/script/cli.rb +7 -4
- data/lib/project_types/script/commands/create.rb +6 -4
- data/lib/project_types/script/commands/push.rb +5 -13
- data/lib/project_types/script/config/extension_points.yml +9 -5
- data/lib/project_types/script/errors.rb +17 -0
- data/lib/project_types/script/forms/create.rb +26 -2
- data/lib/project_types/script/graphql/app_script_update_or_create.graphql +10 -1
- data/lib/project_types/script/layers/application/build_script.rb +9 -4
- data/lib/project_types/script/layers/application/create_script.rb +12 -10
- data/lib/project_types/script/layers/application/extension_points.rb +24 -0
- data/lib/project_types/script/layers/application/push_script.rb +18 -16
- data/lib/project_types/script/layers/domain/errors.rb +4 -0
- data/lib/project_types/script/layers/domain/extension_point.rb +62 -6
- data/lib/project_types/script/layers/domain/metadata.rb +55 -0
- data/lib/project_types/script/layers/domain/push_package.rb +25 -6
- data/lib/project_types/script/layers/infrastructure/assemblyscript_project_creator.rb +6 -6
- data/lib/project_types/script/layers/infrastructure/assemblyscript_task_runner.rb +16 -6
- data/lib/project_types/script/layers/infrastructure/extension_point_repository.rb +10 -4
- data/lib/project_types/script/layers/infrastructure/project_creator.rb +2 -1
- data/lib/project_types/script/layers/infrastructure/push_package_repository.rb +25 -13
- data/lib/project_types/script/layers/infrastructure/rust_project_creator.rb +72 -0
- data/lib/project_types/script/layers/infrastructure/rust_task_runner.rb +59 -0
- data/lib/project_types/script/layers/infrastructure/script_service.rb +7 -1
- data/lib/project_types/script/layers/infrastructure/task_runner.rb +4 -3
- data/lib/project_types/script/messages/messages.rb +39 -8
- data/lib/project_types/script/script_project.rb +25 -16
- data/lib/project_types/script/ui/error_handler.rb +34 -1
- data/lib/project_types/theme/cli.rb +40 -0
- data/lib/project_types/theme/commands/connect.rb +54 -0
- data/lib/project_types/theme/commands/create.rb +48 -0
- data/lib/project_types/theme/commands/deploy.rb +38 -0
- data/lib/project_types/theme/commands/generate.rb +20 -0
- data/lib/project_types/theme/commands/generate/env.rb +79 -0
- data/lib/project_types/theme/commands/push.rb +55 -0
- data/lib/project_types/theme/commands/serve.rb +31 -0
- data/lib/project_types/theme/forms/connect.rb +34 -0
- data/lib/project_types/theme/forms/create.rb +22 -0
- data/lib/project_types/theme/messages/messages.rb +147 -0
- data/lib/project_types/theme/tasks/ensure_themekit_installed.rb +78 -0
- data/lib/project_types/theme/themekit.rb +113 -0
- data/lib/shopify-cli/admin_api.rb +42 -2
- data/lib/shopify-cli/api.rb +27 -24
- data/lib/shopify-cli/commands/system.rb +1 -1
- data/lib/shopify-cli/context.rb +23 -2
- data/lib/shopify-cli/feature.rb +0 -2
- data/lib/shopify-cli/http_request.rb +20 -8
- data/lib/shopify-cli/messages/messages.rb +6 -3
- data/lib/shopify-cli/method_object.rb +104 -0
- data/lib/shopify-cli/partners_api.rb +8 -2
- data/lib/shopify-cli/project_type.rb +1 -1
- data/lib/shopify-cli/resolve_constant.rb +25 -0
- data/lib/shopify-cli/result.rb +432 -0
- data/lib/shopify-cli/shopifolk.rb +3 -2
- data/lib/shopify-cli/tasks/select_org_and_shop.rb +6 -5
- data/lib/shopify-cli/tunnel.rb +7 -1
- data/lib/shopify-cli/version.rb +1 -1
- data/lib/shopify_cli.rb +4 -1
- data/shopify.fish +1 -1
- data/shopify.sh +1 -1
- data/vendor/deps/cli-kit/REVISION +1 -1
- data/vendor/deps/cli-kit/lib/cli/kit/logger.rb +2 -2
- data/vendor/deps/cli-kit/lib/cli/kit/system.rb +3 -3
- data/vendor/deps/cli-ui/REVISION +1 -1
- data/vendor/deps/cli-ui/lib/cli/ui.rb +26 -22
- data/vendor/deps/cli-ui/lib/cli/ui/ansi.rb +4 -6
- data/vendor/deps/cli-ui/lib/cli/ui/frame.rb +3 -3
- data/vendor/deps/cli-ui/lib/cli/ui/frame/frame_stack.rb +8 -9
- data/vendor/deps/cli-ui/lib/cli/ui/frame/frame_style.rb +1 -1
- data/vendor/deps/cli-ui/lib/cli/ui/glyph.rb +1 -0
- data/vendor/deps/cli-ui/lib/cli/ui/printer.rb +15 -3
- data/vendor/deps/cli-ui/lib/cli/ui/prompt/interactive_options.rb +4 -11
- data/vendor/deps/cli-ui/lib/cli/ui/spinner.rb +3 -5
- data/vendor/deps/cli-ui/lib/cli/ui/terminal.rb +10 -10
- data/vendor/deps/cli-ui/lib/cli/ui/version.rb +1 -1
- data/vendor/deps/cli-ui/lib/cli/ui/wrap.rb +56 -0
- data/vendor/deps/webrick/.gitignore +9 -0
- data/vendor/deps/webrick/Gemfile +3 -0
- data/vendor/deps/webrick/LICENSE.txt +22 -0
- data/vendor/deps/webrick/README.md +61 -0
- data/vendor/deps/webrick/Rakefile +10 -0
- data/vendor/deps/webrick/lib/webrick.rb +232 -0
- data/vendor/deps/webrick/lib/webrick/accesslog.rb +157 -0
- data/vendor/deps/webrick/lib/webrick/cgi.rb +313 -0
- data/vendor/deps/webrick/lib/webrick/compat.rb +36 -0
- data/vendor/deps/webrick/lib/webrick/config.rb +158 -0
- data/vendor/deps/webrick/lib/webrick/cookie.rb +172 -0
- data/vendor/deps/webrick/lib/webrick/htmlutils.rb +30 -0
- data/vendor/deps/webrick/lib/webrick/httpauth.rb +96 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/authenticator.rb +117 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/basicauth.rb +116 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/digestauth.rb +395 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/htdigest.rb +132 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/htgroup.rb +97 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/htpasswd.rb +158 -0
- data/vendor/deps/webrick/lib/webrick/httpauth/userdb.rb +53 -0
- data/vendor/deps/webrick/lib/webrick/httpproxy.rb +354 -0
- data/vendor/deps/webrick/lib/webrick/httprequest.rb +636 -0
- data/vendor/deps/webrick/lib/webrick/httpresponse.rb +564 -0
- data/vendor/deps/webrick/lib/webrick/https.rb +152 -0
- data/vendor/deps/webrick/lib/webrick/httpserver.rb +294 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet.rb +23 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/abstract.rb +152 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/cgi_runner.rb +47 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/cgihandler.rb +126 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/erbhandler.rb +88 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/filehandler.rb +552 -0
- data/vendor/deps/webrick/lib/webrick/httpservlet/prochandler.rb +47 -0
- data/vendor/deps/webrick/lib/webrick/httpstatus.rb +194 -0
- data/vendor/deps/webrick/lib/webrick/httputils.rb +512 -0
- data/vendor/deps/webrick/lib/webrick/httpversion.rb +76 -0
- data/vendor/deps/webrick/lib/webrick/log.rb +156 -0
- data/vendor/deps/webrick/lib/webrick/server.rb +381 -0
- data/vendor/deps/webrick/lib/webrick/ssl.rb +215 -0
- data/vendor/deps/webrick/lib/webrick/utils.rb +265 -0
- data/vendor/deps/webrick/lib/webrick/version.rb +18 -0
- data/vendor/deps/webrick/webrick.gemspec +74 -0
- metadata +70 -26
- data/docs/Gemfile +0 -5
- data/docs/Gemfile.lock +0 -258
- data/docs/_data/nav.yml +0 -35
- data/docs/_includes/footer.html +0 -15
- data/docs/_includes/head.html +0 -19
- data/docs/_includes/sidebar_nav.html +0 -22
- data/docs/_includes/toc.html +0 -112
- data/docs/_layouts/default.html +0 -79
- data/docs/css/docs.css +0 -157
- data/docs/images/header.png +0 -0
- data/docs/installing-ruby.md +0 -28
- data/lib/project_types/extension/features/argo/admin.rb +0 -20
- data/lib/project_types/extension/features/argo/base.rb +0 -129
- data/lib/project_types/extension/features/argo/checkout.rb +0 -20
- data/lib/project_types/extension/models/type.rb +0 -81
- data/lib/project_types/extension/models/types/checkout_post_purchase.rb +0 -23
- data/lib/project_types/extension/models/types/product_subscription.rb +0 -24
- data/lib/project_types/node/commands/generate/billing.rb +0 -39
- data/lib/project_types/node/commands/generate/page.rb +0 -59
- data/lib/project_types/node/commands/generate/webhook.rb +0 -37
- data/lib/project_types/script/layers/domain/script.rb +0 -18
- data/lib/project_types/script/layers/infrastructure/script_repository.rb +0 -47
- data/lib/project_types/script/templates/ts/as-pect.config.js +0 -27
- data/lib/project_types/script/templates/ts/as-pect.d.ts +0 -1
@@ -0,0 +1,18 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#--
|
3
|
+
# version.rb -- version and release date
|
4
|
+
#
|
5
|
+
# Author: IPR -- Internet Programming with Ruby -- writers
|
6
|
+
# Copyright (c) 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU
|
7
|
+
# Copyright (c) 2003 Internet Programming with Ruby writers. All rights
|
8
|
+
# reserved.
|
9
|
+
#
|
10
|
+
# $IPR: version.rb,v 1.74 2003/07/22 19:20:43 gotoyuzo Exp $
|
11
|
+
|
12
|
+
module WEBrick
|
13
|
+
|
14
|
+
##
|
15
|
+
# The WEBrick version
|
16
|
+
|
17
|
+
VERSION = "1.7.0"
|
18
|
+
end
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
begin
|
3
|
+
require_relative 'lib/webrick/version'
|
4
|
+
rescue LoadError
|
5
|
+
# for Ruby core repository
|
6
|
+
require_relative 'version'
|
7
|
+
end
|
8
|
+
|
9
|
+
Gem::Specification.new do |s|
|
10
|
+
s.name = "webrick"
|
11
|
+
s.version = WEBrick::VERSION
|
12
|
+
s.summary = "HTTP server toolkit"
|
13
|
+
s.description = "WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server."
|
14
|
+
|
15
|
+
s.require_path = %w{lib}
|
16
|
+
s.files = [
|
17
|
+
"Gemfile",
|
18
|
+
"LICENSE.txt",
|
19
|
+
"README.md",
|
20
|
+
"Rakefile",
|
21
|
+
"bin/console",
|
22
|
+
"bin/setup",
|
23
|
+
"lib/webrick.rb",
|
24
|
+
"lib/webrick/accesslog.rb",
|
25
|
+
"lib/webrick/cgi.rb",
|
26
|
+
"lib/webrick/compat.rb",
|
27
|
+
"lib/webrick/config.rb",
|
28
|
+
"lib/webrick/cookie.rb",
|
29
|
+
"lib/webrick/htmlutils.rb",
|
30
|
+
"lib/webrick/httpauth.rb",
|
31
|
+
"lib/webrick/httpauth/authenticator.rb",
|
32
|
+
"lib/webrick/httpauth/basicauth.rb",
|
33
|
+
"lib/webrick/httpauth/digestauth.rb",
|
34
|
+
"lib/webrick/httpauth/htdigest.rb",
|
35
|
+
"lib/webrick/httpauth/htgroup.rb",
|
36
|
+
"lib/webrick/httpauth/htpasswd.rb",
|
37
|
+
"lib/webrick/httpauth/userdb.rb",
|
38
|
+
"lib/webrick/httpproxy.rb",
|
39
|
+
"lib/webrick/httprequest.rb",
|
40
|
+
"lib/webrick/httpresponse.rb",
|
41
|
+
"lib/webrick/https.rb",
|
42
|
+
"lib/webrick/httpserver.rb",
|
43
|
+
"lib/webrick/httpservlet.rb",
|
44
|
+
"lib/webrick/httpservlet/abstract.rb",
|
45
|
+
"lib/webrick/httpservlet/cgi_runner.rb",
|
46
|
+
"lib/webrick/httpservlet/cgihandler.rb",
|
47
|
+
"lib/webrick/httpservlet/erbhandler.rb",
|
48
|
+
"lib/webrick/httpservlet/filehandler.rb",
|
49
|
+
"lib/webrick/httpservlet/prochandler.rb",
|
50
|
+
"lib/webrick/httpstatus.rb",
|
51
|
+
"lib/webrick/httputils.rb",
|
52
|
+
"lib/webrick/httpversion.rb",
|
53
|
+
"lib/webrick/log.rb",
|
54
|
+
"lib/webrick/server.rb",
|
55
|
+
"lib/webrick/ssl.rb",
|
56
|
+
"lib/webrick/utils.rb",
|
57
|
+
"lib/webrick/version.rb",
|
58
|
+
"webrick.gemspec",
|
59
|
+
]
|
60
|
+
s.required_ruby_version = ">= 2.3.0"
|
61
|
+
|
62
|
+
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU", "Eric Wong"]
|
63
|
+
s.email = [nil, nil, 'normal@ruby-lang.org']
|
64
|
+
s.homepage = "https://github.com/ruby/webrick"
|
65
|
+
s.licenses = ["Ruby", "BSD-2-Clause"]
|
66
|
+
|
67
|
+
if s.respond_to?(:metadata=)
|
68
|
+
s.metadata = {
|
69
|
+
"bug_tracker_uri" => "https://github.com/ruby/webrick/issues",
|
70
|
+
}
|
71
|
+
end
|
72
|
+
|
73
|
+
s.add_development_dependency "rake"
|
74
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopify-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -97,30 +97,19 @@ files:
|
|
97
97
|
- bin/load_shopify.rb
|
98
98
|
- bin/shopify
|
99
99
|
- dev.yml
|
100
|
-
- docs/Gemfile
|
101
|
-
- docs/Gemfile.lock
|
102
100
|
- docs/_config.yml
|
103
|
-
- docs/_data/nav.yml
|
104
|
-
- docs/_includes/footer.html
|
105
|
-
- docs/_includes/head.html
|
106
|
-
- docs/_includes/sidebar_nav.html
|
107
|
-
- docs/_includes/toc.html
|
108
|
-
- docs/_layouts/default.html
|
109
101
|
- docs/app/node/commands/index.md
|
110
102
|
- docs/app/node/index.md
|
111
103
|
- docs/app/rails/commands/index.md
|
112
104
|
- docs/app/rails/index.md
|
113
105
|
- docs/core/index.md
|
114
|
-
- docs/css/docs.css
|
115
106
|
- docs/getting-started/index.md
|
116
107
|
- docs/getting-started/install/index.md
|
117
108
|
- docs/getting-started/migrate/index.md
|
118
109
|
- docs/getting-started/uninstall/index.md
|
119
110
|
- docs/getting-started/upgrade/index.md
|
120
111
|
- docs/help/start-app/index.md
|
121
|
-
- docs/images/header.png
|
122
112
|
- docs/index.md
|
123
|
-
- docs/installing-ruby.md
|
124
113
|
- ext/shopify-cli/extconf.rb
|
125
114
|
- install.sh
|
126
115
|
- lib/docgen/class_template.md.erb
|
@@ -150,9 +139,7 @@ files:
|
|
150
139
|
- lib/project_types/extension/commands/tunnel.rb
|
151
140
|
- lib/project_types/extension/extension_project.rb
|
152
141
|
- lib/project_types/extension/extension_project_keys.rb
|
153
|
-
- lib/project_types/extension/features/argo
|
154
|
-
- lib/project_types/extension/features/argo/base.rb
|
155
|
-
- lib/project_types/extension/features/argo/checkout.rb
|
142
|
+
- lib/project_types/extension/features/argo.rb
|
156
143
|
- lib/project_types/extension/features/argo_config.rb
|
157
144
|
- lib/project_types/extension/features/argo_dependencies.rb
|
158
145
|
- lib/project_types/extension/features/argo_setup.rb
|
@@ -165,16 +152,19 @@ files:
|
|
165
152
|
- lib/project_types/extension/messages/messages.rb
|
166
153
|
- lib/project_types/extension/models/app.rb
|
167
154
|
- lib/project_types/extension/models/registration.rb
|
168
|
-
- lib/project_types/extension/models/
|
169
|
-
- lib/project_types/extension/models/
|
170
|
-
- lib/project_types/extension/models/
|
155
|
+
- lib/project_types/extension/models/specification.rb
|
156
|
+
- lib/project_types/extension/models/specification_handlers/checkout_post_purchase.rb
|
157
|
+
- lib/project_types/extension/models/specification_handlers/default.rb
|
158
|
+
- lib/project_types/extension/models/specifications.rb
|
171
159
|
- lib/project_types/extension/models/validation_error.rb
|
172
160
|
- lib/project_types/extension/models/version.rb
|
161
|
+
- lib/project_types/extension/tasks/configure_features.rb
|
173
162
|
- lib/project_types/extension/tasks/converters/app_converter.rb
|
174
163
|
- lib/project_types/extension/tasks/converters/registration_converter.rb
|
175
164
|
- lib/project_types/extension/tasks/converters/validation_error_converter.rb
|
176
165
|
- lib/project_types/extension/tasks/converters/version_converter.rb
|
177
166
|
- lib/project_types/extension/tasks/create_extension.rb
|
167
|
+
- lib/project_types/extension/tasks/fetch_specifications.rb
|
178
168
|
- lib/project_types/extension/tasks/get_app.rb
|
179
169
|
- lib/project_types/extension/tasks/get_apps.rb
|
180
170
|
- lib/project_types/extension/tasks/update_draft.rb
|
@@ -185,9 +175,6 @@ files:
|
|
185
175
|
- lib/project_types/node/commands/deploy.rb
|
186
176
|
- lib/project_types/node/commands/deploy/heroku.rb
|
187
177
|
- lib/project_types/node/commands/generate.rb
|
188
|
-
- lib/project_types/node/commands/generate/billing.rb
|
189
|
-
- lib/project_types/node/commands/generate/page.rb
|
190
|
-
- lib/project_types/node/commands/generate/webhook.rb
|
191
178
|
- lib/project_types/node/commands/open.rb
|
192
179
|
- lib/project_types/node/commands/populate.rb
|
193
180
|
- lib/project_types/node/commands/populate/customer.rb
|
@@ -236,24 +223,36 @@ files:
|
|
236
223
|
- lib/project_types/script/layers/application/push_script.rb
|
237
224
|
- lib/project_types/script/layers/domain/errors.rb
|
238
225
|
- lib/project_types/script/layers/domain/extension_point.rb
|
226
|
+
- lib/project_types/script/layers/domain/metadata.rb
|
239
227
|
- lib/project_types/script/layers/domain/push_package.rb
|
240
|
-
- lib/project_types/script/layers/domain/script.rb
|
241
228
|
- lib/project_types/script/layers/infrastructure/assemblyscript_project_creator.rb
|
242
229
|
- lib/project_types/script/layers/infrastructure/assemblyscript_task_runner.rb
|
243
230
|
- lib/project_types/script/layers/infrastructure/errors.rb
|
244
231
|
- lib/project_types/script/layers/infrastructure/extension_point_repository.rb
|
245
232
|
- lib/project_types/script/layers/infrastructure/project_creator.rb
|
246
233
|
- lib/project_types/script/layers/infrastructure/push_package_repository.rb
|
247
|
-
- lib/project_types/script/layers/infrastructure/
|
234
|
+
- lib/project_types/script/layers/infrastructure/rust_project_creator.rb
|
235
|
+
- lib/project_types/script/layers/infrastructure/rust_task_runner.rb
|
248
236
|
- lib/project_types/script/layers/infrastructure/script_service.rb
|
249
237
|
- lib/project_types/script/layers/infrastructure/task_runner.rb
|
250
238
|
- lib/project_types/script/messages/messages.rb
|
251
239
|
- lib/project_types/script/script_project.rb
|
252
|
-
- lib/project_types/script/templates/ts/as-pect.config.js
|
253
|
-
- lib/project_types/script/templates/ts/as-pect.d.ts
|
254
240
|
- lib/project_types/script/ui/error_handler.rb
|
255
241
|
- lib/project_types/script/ui/printing_spinner.rb
|
256
242
|
- lib/project_types/script/ui/strict_spinner.rb
|
243
|
+
- lib/project_types/theme/cli.rb
|
244
|
+
- lib/project_types/theme/commands/connect.rb
|
245
|
+
- lib/project_types/theme/commands/create.rb
|
246
|
+
- lib/project_types/theme/commands/deploy.rb
|
247
|
+
- lib/project_types/theme/commands/generate.rb
|
248
|
+
- lib/project_types/theme/commands/generate/env.rb
|
249
|
+
- lib/project_types/theme/commands/push.rb
|
250
|
+
- lib/project_types/theme/commands/serve.rb
|
251
|
+
- lib/project_types/theme/forms/connect.rb
|
252
|
+
- lib/project_types/theme/forms/create.rb
|
253
|
+
- lib/project_types/theme/messages/messages.rb
|
254
|
+
- lib/project_types/theme/tasks/ensure_themekit_installed.rb
|
255
|
+
- lib/project_types/theme/themekit.rb
|
257
256
|
- lib/rubygems_plugin.rb
|
258
257
|
- lib/shopify-cli/admin_api.rb
|
259
258
|
- lib/shopify-cli/admin_api/populate_resource_command.rb
|
@@ -286,6 +285,7 @@ files:
|
|
286
285
|
- lib/shopify-cli/js_deps.rb
|
287
286
|
- lib/shopify-cli/js_system.rb
|
288
287
|
- lib/shopify-cli/messages/messages.rb
|
288
|
+
- lib/shopify-cli/method_object.rb
|
289
289
|
- lib/shopify-cli/oauth.rb
|
290
290
|
- lib/shopify-cli/oauth/servlet.rb
|
291
291
|
- lib/shopify-cli/options.rb
|
@@ -295,8 +295,10 @@ files:
|
|
295
295
|
- lib/shopify-cli/process_supervision.rb
|
296
296
|
- lib/shopify-cli/project.rb
|
297
297
|
- lib/shopify-cli/project_type.rb
|
298
|
+
- lib/shopify-cli/resolve_constant.rb
|
298
299
|
- lib/shopify-cli/resources.rb
|
299
300
|
- lib/shopify-cli/resources/env_file.rb
|
301
|
+
- lib/shopify-cli/result.rb
|
300
302
|
- lib/shopify-cli/shopifolk.rb
|
301
303
|
- lib/shopify-cli/sub_command.rb
|
302
304
|
- lib/shopify-cli/task.rb
|
@@ -358,6 +360,7 @@ files:
|
|
358
360
|
- vendor/deps/cli-ui/lib/cli/ui/widgets.rb
|
359
361
|
- vendor/deps/cli-ui/lib/cli/ui/widgets/base.rb
|
360
362
|
- vendor/deps/cli-ui/lib/cli/ui/widgets/status.rb
|
363
|
+
- vendor/deps/cli-ui/lib/cli/ui/wrap.rb
|
361
364
|
- vendor/deps/smart_properties/REVISION
|
362
365
|
- vendor/deps/smart_properties/lib/smart_properties.rb
|
363
366
|
- vendor/deps/smart_properties/lib/smart_properties/errors.rb
|
@@ -366,6 +369,47 @@ files:
|
|
366
369
|
- vendor/deps/smart_properties/lib/smart_properties/validations.rb
|
367
370
|
- vendor/deps/smart_properties/lib/smart_properties/validations/ancestor.rb
|
368
371
|
- vendor/deps/smart_properties/lib/smart_properties/version.rb
|
372
|
+
- vendor/deps/webrick/.gitignore
|
373
|
+
- vendor/deps/webrick/Gemfile
|
374
|
+
- vendor/deps/webrick/LICENSE.txt
|
375
|
+
- vendor/deps/webrick/README.md
|
376
|
+
- vendor/deps/webrick/Rakefile
|
377
|
+
- vendor/deps/webrick/lib/webrick.rb
|
378
|
+
- vendor/deps/webrick/lib/webrick/accesslog.rb
|
379
|
+
- vendor/deps/webrick/lib/webrick/cgi.rb
|
380
|
+
- vendor/deps/webrick/lib/webrick/compat.rb
|
381
|
+
- vendor/deps/webrick/lib/webrick/config.rb
|
382
|
+
- vendor/deps/webrick/lib/webrick/cookie.rb
|
383
|
+
- vendor/deps/webrick/lib/webrick/htmlutils.rb
|
384
|
+
- vendor/deps/webrick/lib/webrick/httpauth.rb
|
385
|
+
- vendor/deps/webrick/lib/webrick/httpauth/authenticator.rb
|
386
|
+
- vendor/deps/webrick/lib/webrick/httpauth/basicauth.rb
|
387
|
+
- vendor/deps/webrick/lib/webrick/httpauth/digestauth.rb
|
388
|
+
- vendor/deps/webrick/lib/webrick/httpauth/htdigest.rb
|
389
|
+
- vendor/deps/webrick/lib/webrick/httpauth/htgroup.rb
|
390
|
+
- vendor/deps/webrick/lib/webrick/httpauth/htpasswd.rb
|
391
|
+
- vendor/deps/webrick/lib/webrick/httpauth/userdb.rb
|
392
|
+
- vendor/deps/webrick/lib/webrick/httpproxy.rb
|
393
|
+
- vendor/deps/webrick/lib/webrick/httprequest.rb
|
394
|
+
- vendor/deps/webrick/lib/webrick/httpresponse.rb
|
395
|
+
- vendor/deps/webrick/lib/webrick/https.rb
|
396
|
+
- vendor/deps/webrick/lib/webrick/httpserver.rb
|
397
|
+
- vendor/deps/webrick/lib/webrick/httpservlet.rb
|
398
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/abstract.rb
|
399
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/cgi_runner.rb
|
400
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/cgihandler.rb
|
401
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/erbhandler.rb
|
402
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/filehandler.rb
|
403
|
+
- vendor/deps/webrick/lib/webrick/httpservlet/prochandler.rb
|
404
|
+
- vendor/deps/webrick/lib/webrick/httpstatus.rb
|
405
|
+
- vendor/deps/webrick/lib/webrick/httputils.rb
|
406
|
+
- vendor/deps/webrick/lib/webrick/httpversion.rb
|
407
|
+
- vendor/deps/webrick/lib/webrick/log.rb
|
408
|
+
- vendor/deps/webrick/lib/webrick/server.rb
|
409
|
+
- vendor/deps/webrick/lib/webrick/ssl.rb
|
410
|
+
- vendor/deps/webrick/lib/webrick/utils.rb
|
411
|
+
- vendor/deps/webrick/lib/webrick/version.rb
|
412
|
+
- vendor/deps/webrick/webrick.gemspec
|
369
413
|
- vendor/gen/lib/gen.rb
|
370
414
|
- vendor/gen/lib/gen/commands.rb
|
371
415
|
- vendor/gen/lib/gen/commands/help.rb
|
data/docs/Gemfile
DELETED
data/docs/Gemfile.lock
DELETED
@@ -1,258 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
activesupport (6.0.3.2)
|
5
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
|
-
i18n (>= 0.7, < 2)
|
7
|
-
minitest (~> 5.1)
|
8
|
-
tzinfo (~> 1.1)
|
9
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
10
|
-
addressable (2.7.0)
|
11
|
-
public_suffix (>= 2.0.2, < 5.0)
|
12
|
-
coffee-script (2.4.1)
|
13
|
-
coffee-script-source
|
14
|
-
execjs
|
15
|
-
coffee-script-source (1.11.1)
|
16
|
-
colorator (1.1.0)
|
17
|
-
commonmarker (0.17.13)
|
18
|
-
ruby-enum (~> 0.5)
|
19
|
-
concurrent-ruby (1.1.7)
|
20
|
-
dnsruby (1.61.4)
|
21
|
-
simpleidn (~> 0.1)
|
22
|
-
em-websocket (0.5.1)
|
23
|
-
eventmachine (>= 0.12.9)
|
24
|
-
http_parser.rb (~> 0.6.0)
|
25
|
-
ethon (0.12.0)
|
26
|
-
ffi (>= 1.3.0)
|
27
|
-
eventmachine (1.2.7)
|
28
|
-
execjs (2.7.0)
|
29
|
-
faraday (1.0.1)
|
30
|
-
multipart-post (>= 1.2, < 3)
|
31
|
-
ffi (1.13.1)
|
32
|
-
forwardable-extended (2.6.0)
|
33
|
-
gemoji (3.0.1)
|
34
|
-
github-pages (207)
|
35
|
-
github-pages-health-check (= 1.16.1)
|
36
|
-
jekyll (= 3.9.0)
|
37
|
-
jekyll-avatar (= 0.7.0)
|
38
|
-
jekyll-coffeescript (= 1.1.1)
|
39
|
-
jekyll-commonmark-ghpages (= 0.1.6)
|
40
|
-
jekyll-default-layout (= 0.1.4)
|
41
|
-
jekyll-feed (= 0.13.0)
|
42
|
-
jekyll-gist (= 1.5.0)
|
43
|
-
jekyll-github-metadata (= 2.13.0)
|
44
|
-
jekyll-mentions (= 1.5.1)
|
45
|
-
jekyll-optional-front-matter (= 0.3.2)
|
46
|
-
jekyll-paginate (= 1.1.0)
|
47
|
-
jekyll-readme-index (= 0.3.0)
|
48
|
-
jekyll-redirect-from (= 0.15.0)
|
49
|
-
jekyll-relative-links (= 0.6.1)
|
50
|
-
jekyll-remote-theme (= 0.4.1)
|
51
|
-
jekyll-sass-converter (= 1.5.2)
|
52
|
-
jekyll-seo-tag (= 2.6.1)
|
53
|
-
jekyll-sitemap (= 1.4.0)
|
54
|
-
jekyll-swiss (= 1.0.0)
|
55
|
-
jekyll-theme-architect (= 0.1.1)
|
56
|
-
jekyll-theme-cayman (= 0.1.1)
|
57
|
-
jekyll-theme-dinky (= 0.1.1)
|
58
|
-
jekyll-theme-hacker (= 0.1.1)
|
59
|
-
jekyll-theme-leap-day (= 0.1.1)
|
60
|
-
jekyll-theme-merlot (= 0.1.1)
|
61
|
-
jekyll-theme-midnight (= 0.1.1)
|
62
|
-
jekyll-theme-minimal (= 0.1.1)
|
63
|
-
jekyll-theme-modernist (= 0.1.1)
|
64
|
-
jekyll-theme-primer (= 0.5.4)
|
65
|
-
jekyll-theme-slate (= 0.1.1)
|
66
|
-
jekyll-theme-tactile (= 0.1.1)
|
67
|
-
jekyll-theme-time-machine (= 0.1.1)
|
68
|
-
jekyll-titles-from-headings (= 0.5.3)
|
69
|
-
jemoji (= 0.11.1)
|
70
|
-
kramdown (= 2.3.0)
|
71
|
-
kramdown-parser-gfm (= 1.1.0)
|
72
|
-
liquid (= 4.0.3)
|
73
|
-
mercenary (~> 0.3)
|
74
|
-
minima (= 2.5.1)
|
75
|
-
nokogiri (>= 1.10.4, < 2.0)
|
76
|
-
rouge (= 3.19.0)
|
77
|
-
terminal-table (~> 1.4)
|
78
|
-
github-pages-health-check (1.16.1)
|
79
|
-
addressable (~> 2.3)
|
80
|
-
dnsruby (~> 1.60)
|
81
|
-
octokit (~> 4.0)
|
82
|
-
public_suffix (~> 3.0)
|
83
|
-
typhoeus (~> 1.3)
|
84
|
-
html-pipeline (2.13.0)
|
85
|
-
activesupport (>= 2)
|
86
|
-
nokogiri (>= 1.4)
|
87
|
-
http_parser.rb (0.6.0)
|
88
|
-
i18n (0.9.5)
|
89
|
-
concurrent-ruby (~> 1.0)
|
90
|
-
jekyll (3.9.0)
|
91
|
-
addressable (~> 2.4)
|
92
|
-
colorator (~> 1.0)
|
93
|
-
em-websocket (~> 0.5)
|
94
|
-
i18n (~> 0.7)
|
95
|
-
jekyll-sass-converter (~> 1.0)
|
96
|
-
jekyll-watch (~> 2.0)
|
97
|
-
kramdown (>= 1.17, < 3)
|
98
|
-
liquid (~> 4.0)
|
99
|
-
mercenary (~> 0.3.3)
|
100
|
-
pathutil (~> 0.9)
|
101
|
-
rouge (>= 1.7, < 4)
|
102
|
-
safe_yaml (~> 1.0)
|
103
|
-
jekyll-avatar (0.7.0)
|
104
|
-
jekyll (>= 3.0, < 5.0)
|
105
|
-
jekyll-coffeescript (1.1.1)
|
106
|
-
coffee-script (~> 2.2)
|
107
|
-
coffee-script-source (~> 1.11.1)
|
108
|
-
jekyll-commonmark (1.3.1)
|
109
|
-
commonmarker (~> 0.14)
|
110
|
-
jekyll (>= 3.7, < 5.0)
|
111
|
-
jekyll-commonmark-ghpages (0.1.6)
|
112
|
-
commonmarker (~> 0.17.6)
|
113
|
-
jekyll-commonmark (~> 1.2)
|
114
|
-
rouge (>= 2.0, < 4.0)
|
115
|
-
jekyll-default-layout (0.1.4)
|
116
|
-
jekyll (~> 3.0)
|
117
|
-
jekyll-feed (0.13.0)
|
118
|
-
jekyll (>= 3.7, < 5.0)
|
119
|
-
jekyll-gist (1.5.0)
|
120
|
-
octokit (~> 4.2)
|
121
|
-
jekyll-github-metadata (2.13.0)
|
122
|
-
jekyll (>= 3.4, < 5.0)
|
123
|
-
octokit (~> 4.0, != 4.4.0)
|
124
|
-
jekyll-mentions (1.5.1)
|
125
|
-
html-pipeline (~> 2.3)
|
126
|
-
jekyll (>= 3.7, < 5.0)
|
127
|
-
jekyll-optional-front-matter (0.3.2)
|
128
|
-
jekyll (>= 3.0, < 5.0)
|
129
|
-
jekyll-paginate (1.1.0)
|
130
|
-
jekyll-readme-index (0.3.0)
|
131
|
-
jekyll (>= 3.0, < 5.0)
|
132
|
-
jekyll-redirect-from (0.15.0)
|
133
|
-
jekyll (>= 3.3, < 5.0)
|
134
|
-
jekyll-relative-links (0.6.1)
|
135
|
-
jekyll (>= 3.3, < 5.0)
|
136
|
-
jekyll-remote-theme (0.4.1)
|
137
|
-
addressable (~> 2.0)
|
138
|
-
jekyll (>= 3.5, < 5.0)
|
139
|
-
rubyzip (>= 1.3.0)
|
140
|
-
jekyll-sass-converter (1.5.2)
|
141
|
-
sass (~> 3.4)
|
142
|
-
jekyll-seo-tag (2.6.1)
|
143
|
-
jekyll (>= 3.3, < 5.0)
|
144
|
-
jekyll-sitemap (1.4.0)
|
145
|
-
jekyll (>= 3.7, < 5.0)
|
146
|
-
jekyll-swiss (1.0.0)
|
147
|
-
jekyll-theme-architect (0.1.1)
|
148
|
-
jekyll (~> 3.5)
|
149
|
-
jekyll-seo-tag (~> 2.0)
|
150
|
-
jekyll-theme-cayman (0.1.1)
|
151
|
-
jekyll (~> 3.5)
|
152
|
-
jekyll-seo-tag (~> 2.0)
|
153
|
-
jekyll-theme-dinky (0.1.1)
|
154
|
-
jekyll (~> 3.5)
|
155
|
-
jekyll-seo-tag (~> 2.0)
|
156
|
-
jekyll-theme-hacker (0.1.1)
|
157
|
-
jekyll (~> 3.5)
|
158
|
-
jekyll-seo-tag (~> 2.0)
|
159
|
-
jekyll-theme-leap-day (0.1.1)
|
160
|
-
jekyll (~> 3.5)
|
161
|
-
jekyll-seo-tag (~> 2.0)
|
162
|
-
jekyll-theme-merlot (0.1.1)
|
163
|
-
jekyll (~> 3.5)
|
164
|
-
jekyll-seo-tag (~> 2.0)
|
165
|
-
jekyll-theme-midnight (0.1.1)
|
166
|
-
jekyll (~> 3.5)
|
167
|
-
jekyll-seo-tag (~> 2.0)
|
168
|
-
jekyll-theme-minimal (0.1.1)
|
169
|
-
jekyll (~> 3.5)
|
170
|
-
jekyll-seo-tag (~> 2.0)
|
171
|
-
jekyll-theme-modernist (0.1.1)
|
172
|
-
jekyll (~> 3.5)
|
173
|
-
jekyll-seo-tag (~> 2.0)
|
174
|
-
jekyll-theme-primer (0.5.4)
|
175
|
-
jekyll (> 3.5, < 5.0)
|
176
|
-
jekyll-github-metadata (~> 2.9)
|
177
|
-
jekyll-seo-tag (~> 2.0)
|
178
|
-
jekyll-theme-slate (0.1.1)
|
179
|
-
jekyll (~> 3.5)
|
180
|
-
jekyll-seo-tag (~> 2.0)
|
181
|
-
jekyll-theme-tactile (0.1.1)
|
182
|
-
jekyll (~> 3.5)
|
183
|
-
jekyll-seo-tag (~> 2.0)
|
184
|
-
jekyll-theme-time-machine (0.1.1)
|
185
|
-
jekyll (~> 3.5)
|
186
|
-
jekyll-seo-tag (~> 2.0)
|
187
|
-
jekyll-titles-from-headings (0.5.3)
|
188
|
-
jekyll (>= 3.3, < 5.0)
|
189
|
-
jekyll-watch (2.2.1)
|
190
|
-
listen (~> 3.0)
|
191
|
-
jemoji (0.11.1)
|
192
|
-
gemoji (~> 3.0)
|
193
|
-
html-pipeline (~> 2.2)
|
194
|
-
jekyll (>= 3.0, < 5.0)
|
195
|
-
kramdown (2.3.0)
|
196
|
-
rexml
|
197
|
-
kramdown-parser-gfm (1.1.0)
|
198
|
-
kramdown (~> 2.0)
|
199
|
-
liquid (4.0.3)
|
200
|
-
listen (3.2.1)
|
201
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
202
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
203
|
-
mercenary (0.3.6)
|
204
|
-
mini_portile2 (2.4.0)
|
205
|
-
minima (2.5.1)
|
206
|
-
jekyll (>= 3.5, < 5.0)
|
207
|
-
jekyll-feed (~> 0.9)
|
208
|
-
jekyll-seo-tag (~> 2.1)
|
209
|
-
minitest (5.14.1)
|
210
|
-
multipart-post (2.1.1)
|
211
|
-
nokogiri (1.10.10)
|
212
|
-
mini_portile2 (~> 2.4.0)
|
213
|
-
octokit (4.18.0)
|
214
|
-
faraday (>= 0.9)
|
215
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
216
|
-
pathutil (0.16.2)
|
217
|
-
forwardable-extended (~> 2.6)
|
218
|
-
public_suffix (3.1.1)
|
219
|
-
rb-fsevent (0.10.4)
|
220
|
-
rb-inotify (0.10.1)
|
221
|
-
ffi (~> 1.0)
|
222
|
-
rexml (3.2.4)
|
223
|
-
rouge (3.19.0)
|
224
|
-
ruby-enum (0.8.0)
|
225
|
-
i18n
|
226
|
-
rubyzip (2.3.0)
|
227
|
-
safe_yaml (1.0.5)
|
228
|
-
sass (3.7.4)
|
229
|
-
sass-listen (~> 4.0.0)
|
230
|
-
sass-listen (4.0.0)
|
231
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
232
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
233
|
-
sawyer (0.8.2)
|
234
|
-
addressable (>= 2.3.5)
|
235
|
-
faraday (> 0.8, < 2.0)
|
236
|
-
simpleidn (0.1.1)
|
237
|
-
unf (~> 0.1.4)
|
238
|
-
terminal-table (1.8.0)
|
239
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
240
|
-
thread_safe (0.3.6)
|
241
|
-
typhoeus (1.4.0)
|
242
|
-
ethon (>= 0.9.0)
|
243
|
-
tzinfo (1.2.7)
|
244
|
-
thread_safe (~> 0.1)
|
245
|
-
unf (0.1.4)
|
246
|
-
unf_ext
|
247
|
-
unf_ext (0.0.7.7)
|
248
|
-
unicode-display_width (1.7.0)
|
249
|
-
zeitwerk (2.4.0)
|
250
|
-
|
251
|
-
PLATFORMS
|
252
|
-
ruby
|
253
|
-
|
254
|
-
DEPENDENCIES
|
255
|
-
github-pages
|
256
|
-
|
257
|
-
BUNDLED WITH
|
258
|
-
1.17.3
|