aptly_cli 0.3.9 → 0.3.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/README.md +5 -3
- data/bin/aptly-cli +3 -2
- data/lib/aptly_cli/version.rb +1 -1
- metadata +27 -27
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZTUxNjdkYzgwZTczZWVhYmNkMGU5NzIwYTM5MjEzZWI4MjU2MmEzZA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 78bc1dfa2d2c3dd298fbbb8e5f9525645fce2c82
|
4
|
+
data.tar.gz: 0ddce3611086b22d48b81b09920745e3470efa56
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
Y2NlOGFjYzJiZmFhMTc1MmY1NDc0Njg2OTAzZGJiOWZmN2MwNmJhMmE1M2U5
|
11
|
-
MGMxYWZhZWUzMzU4MWY3NjJkY2M1Y2I3NDc0OWFjYzhkM2ZlN2I=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NWU1MjVjZGVkOTdkYjU1ZTFlYWU4OWZmNjFiMTE2YTAzNmEyMTk1OWE4NjJk
|
14
|
-
NzhmNjY0ZTk1MTQwNGI1YmMwYjUyZjQzMzNjYTRiZGJmNGMzODc4MzRhNzBl
|
15
|
-
ZTRjZDg0MjcwMWY0ZDc4MjBjZGY0Yjg0ZTZlOGUyZjg5MjQ2MzI=
|
6
|
+
metadata.gz: ad30a3f4ad9908f64f729f680580a21b94ccff5e000e8fb84b78317d4c94753e5cf09e42820a1af93e3d8d89fc858c3c8d53fa56357edaffe0f478dc6bbe9afb
|
7
|
+
data.tar.gz: 6caba78a3bedc3c2cab6ca24d4e35e4bd92f380b5a92fb692cb57b8b91148025c1e088f733d3c5b37e3888115ade2d7113a553ed4bcf956b9e7525e285db34ee
|
data/README.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
[![Build Status](https://travis-ci.org/sepulworld/aptly_cli.svg)](https://travis-ci.org/sepulworld/aptly_cli)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/aptly_cli.svg)](http://badge.fury.io/rb/aptly_cli)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/github/sepulworld/aptly_cli/badge.svg?branch=master)](https://coveralls.io/github/sepulworld/aptly_cli?branch=master)
|
6
|
+
[![](https://images.microbadger.com/badges/image/sepulworld/aptly-cli.svg)](http://microbadger.com/images/sepulworld/aptly-cli "Get your own image badge on microbadger.com")
|
7
|
+
[![](https://images.microbadger.com/badges/version/sepulworld/aptly-cli.svg)](http://microbadger.com/images/sepulworld/aptly-cli "Get your own version badge on microbadger.com")
|
6
8
|
|
7
9
|
A command line interface to execute [Aptly](http://aptly.info) commands againts remote Aptly API servers. Aptly-cli will allow you to interact with the file, repo, snapshot, publish, packages, graph and version API endpoints of your Aptly server.
|
8
10
|
|
@@ -251,6 +253,6 @@ rake test # Run tests
|
|
251
253
|
|
252
254
|
## Related
|
253
255
|
|
254
|
-
- [https://github.com/ryanuber/ruby-aptly
|
255
|
-
- [https://github.com/sdumetz/aptly-web-ui
|
256
|
-
- [https://github.com/AutogrowSystems/debweb
|
256
|
+
- [ruby-aptly](https://github.com/ryanuber/ruby-aptly) - Ruby client library
|
257
|
+
- [aptly-web-ui](https://github.com/sdumetz/aptly-web-ui) - Web interface for aptly (JavaScript, React, Redux)
|
258
|
+
- [debweb](https://github.com/AutogrowSystems/debweb) - Another web interface (Ruby on Rails)
|
data/bin/aptly-cli
CHANGED
@@ -320,9 +320,10 @@ command :publish_update do |c|
|
|
320
320
|
c.summary = 'Update published repository'
|
321
321
|
c.description = 'Update published repository. If local repository has been published, published repository would be updated to match local repository contents. If snapshots have been been published, it is possible to switch each component to new snapshot'
|
322
322
|
c.example 'description', 'aptly-cli publish_update --forceoverwrite --distribution precise'
|
323
|
+
c.example 'update snapshot', 'aptly-cli publish_update --snapshots testrepo_single_snap_to_pub,main --prefix . --distribution=precise --gpg_skip'
|
323
324
|
c.option '--prefix PREFIX', String, 'Publishing prefix, default root'
|
324
325
|
c.option '--distribution DISTRIBUTION', String, 'Distribution name'
|
325
|
-
c.option '--snapshots SNAPSHOTS',
|
326
|
+
c.option '--snapshots SNAPSHOTS', Array, 'When updating published snapshots, list of objects component/name seperated by space'
|
326
327
|
c.option '--forceoverwrite', 'When publishing, overwrite files in pool/ directory without notice'
|
327
328
|
c.option '--gpg_skip', 'Don’t sign published repository'
|
328
329
|
c.option '--gpg_batch', 'should be set if passing passphrase'
|
@@ -339,7 +340,7 @@ command :publish_update do |c|
|
|
339
340
|
:skip => options.gpg_skip, :batch => options.gpg_batch, :gpgKey => options.gpg_key,
|
340
341
|
:keyring => options.gpg_keyring, :secretKeyring => options.gpg_secret_keyring,
|
341
342
|
:passphrase => options.gpg_passphrase, :passphraseFile => options.gpg_passphrase_file,
|
342
|
-
:snapshots => options.snapshots})
|
343
|
+
:snapshots => Hash[*options.snapshots]})
|
343
344
|
end
|
344
345
|
end
|
345
346
|
|
data/lib/aptly_cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,125 +1,125 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aptly_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '10.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: minitest
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: coveralls
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: simplecov
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rubocop
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: httmultiparty
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- - ~>
|
101
|
+
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 0.3.16
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- - ~>
|
108
|
+
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 0.3.16
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: commander
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- - ~>
|
115
|
+
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '4.3'
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - ~>
|
122
|
+
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '4.3'
|
125
125
|
description: Aptly API client
|
@@ -132,12 +132,12 @@ executables:
|
|
132
132
|
extensions: []
|
133
133
|
extra_rdoc_files: []
|
134
134
|
files:
|
135
|
-
- .gitignore
|
136
|
-
- .hound.yml
|
137
|
-
- .rubocop.yml
|
138
|
-
- .rubocop_todo.yml
|
139
|
-
- .ruby-style.yml
|
140
|
-
- .travis.yml
|
135
|
+
- ".gitignore"
|
136
|
+
- ".hound.yml"
|
137
|
+
- ".rubocop.yml"
|
138
|
+
- ".rubocop_todo.yml"
|
139
|
+
- ".ruby-style.yml"
|
140
|
+
- ".travis.yml"
|
141
141
|
- CODE_OF_CONDUCT.md
|
142
142
|
- Dockerfile
|
143
143
|
- Gemfile
|
@@ -170,17 +170,17 @@ require_paths:
|
|
170
170
|
- lib
|
171
171
|
required_ruby_version: !ruby/object:Gem::Requirement
|
172
172
|
requirements:
|
173
|
-
- -
|
173
|
+
- - ">="
|
174
174
|
- !ruby/object:Gem::Version
|
175
175
|
version: 2.0.0
|
176
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
|
-
- -
|
178
|
+
- - ">="
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: '0'
|
181
181
|
requirements: []
|
182
182
|
rubyforge_project:
|
183
|
-
rubygems_version: 2.4.
|
183
|
+
rubygems_version: 2.4.8
|
184
184
|
signing_key:
|
185
185
|
specification_version: 4
|
186
186
|
summary: Command line client to interact with Aptly package management system
|