shopify_cli 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +10 -55
- data/lib/shopify_cli.rb +2 -1
- data/shopify_cli.gemspec +1 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 257b67c93feedc4c97a3f7e7fcdca639c85c032383f010bfe5a391cdcd87b6ac
|
4
|
+
data.tar.gz: c9c679ec583dac41fab34bfe4bec799da7dc18fce9ad8196e33d7d9d527758c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a11e624059da372dff855f8d9229eb71556df2e042a77a5317d37327514b96de034b9fb4cbb6ccdaf2a1a32564db027996ba795dadc72051252769dda7269767
|
7
|
+
data.tar.gz: 68835b676f67cbb9fefeaa0be2f7cc03e0920b01a9c6dbe12848fd6a02e75d05791fe2d862a8d662cd67e40d6e11f97c710d4fed5771dbbf401ecac38e5a38ad
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,60 +1,15 @@
|
|
1
|
-
#
|
1
|
+
# This gem has been renamed
|
2
2
|
|
3
|
-
|
3
|
+
* Name: shopify_cli --> shopify_api_console
|
4
|
+
* GitHub: https://github.com/Shopify/shopify_cli --> https://github.com/Shopify/shopify_api_console_ruby
|
5
|
+
* RubyGems: https://rubygems.org/gems/shopify_cli --> https://rubygems.org/gems/shopify_api_console_ruby
|
4
6
|
|
5
|
-
|
7
|
+
shopify_cli 1.x will not be supported going forward. v1.0.3 will produce a deprecation warning.
|
6
8
|
|
7
|
-
|
9
|
+
Starting with v2.0, the gem has been renamed to `shopify_api_console`. We recommend switching to shopify_api_console v2.0+ as soon as possible.
|
8
10
|
|
9
|
-
|
11
|
+
1.x versions will continue to exist on [RubyGems](https://rubygems.org/gems/shopify_cli) and in the [GitHub releases](https://github.com/Shopify/shopify_cli/releases). If you _must_ use one of these releases, make sure to specify a version:
|
10
12
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
Follow the prompts for the shop domain, API key and password.
|
16
|
-
|
17
|
-
3. Start the console for the connection.
|
18
|
-
|
19
|
-
```bash
|
20
|
-
shopify-cli console
|
21
|
-
```
|
22
|
-
|
23
|
-
4. To see the full list of commands, type:
|
24
|
-
|
25
|
-
```bash
|
26
|
-
shopify-cli help
|
27
|
-
```
|
28
|
-
|
29
|
-
## Installation:
|
30
|
-
|
31
|
-
`gem install shopify_cli`
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
After checking out the source, run:
|
36
|
-
|
37
|
-
`$ bundle install && bundle exec rake test`
|
38
|
-
|
39
|
-
## License:
|
40
|
-
|
41
|
-
Copyright (c) 2015 Shopify
|
42
|
-
|
43
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
44
|
-
a copy of this software and associated documentation files (the
|
45
|
-
'Software'), to deal in the Software without restriction, including
|
46
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
47
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
48
|
-
permit persons to whom the Software is furnished to do so, subject to
|
49
|
-
the following conditions:
|
50
|
-
|
51
|
-
The above copyright notice and this permission notice shall be
|
52
|
-
included in all copies or substantial portions of the Software.
|
53
|
-
|
54
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
55
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
56
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
57
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
58
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
59
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
60
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
13
|
+
```
|
14
|
+
gem install shopify_cli -v v1.0.3
|
15
|
+
```
|
data/lib/shopify_cli.rb
CHANGED
data/shopify_cli.gemspec
CHANGED
@@ -8,8 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
|
9
9
|
s.summary = %q{The Shopify CLI gem is a tool for accessing the Shopify admin REST web services from the console}
|
10
10
|
s.description = %q{}
|
11
|
-
s.
|
12
|
-
s.homepage = %q{http://www.shopify.com/partners/apps}
|
11
|
+
s.homepage = %q{https://github.com/Shopify/shopify_api_console_ruby}
|
13
12
|
|
14
13
|
s.extra_rdoc_files = [
|
15
14
|
"LICENSE",
|
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.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: shopify_api
|
@@ -137,7 +137,7 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
description: ''
|
140
|
-
email:
|
140
|
+
email:
|
141
141
|
executables:
|
142
142
|
- shopify-cli
|
143
143
|
extensions: []
|
@@ -159,7 +159,7 @@ files:
|
|
159
159
|
- shopify_cli.gemspec
|
160
160
|
- test/cli_test.rb
|
161
161
|
- test/test_helper.rb
|
162
|
-
homepage:
|
162
|
+
homepage: https://github.com/Shopify/shopify_api_console_ruby
|
163
163
|
licenses:
|
164
164
|
- MIT
|
165
165
|
metadata: {}
|