aptly_cli 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +26 -24
- data/aptly_cli.gemspec +1 -1
- data/lib/aptly_cli/version.rb +1 -1
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee76542fa501309fc3bf71216937a1575db72fa3
|
|
4
|
+
data.tar.gz: 4c72411e4d0a6f846cfcc987a406c2da397024b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6abd24ad9082e8cc6a92cd0bdb7bee7a4be3057869bec578dfe288ba4ff16f541ecf390d969cc54a52222fe4d563887682ca3f5ea8ac291a1732af4d9d8c4f06
|
|
7
|
+
data.tar.gz: c6325c800b3b49ddbf49e3468d234904bd4e114df6bb2f6e2122ef1d777276dc5e3a6915c5eb11f14ca4ca4b75a522b412a83b816f56e462125309fde078de7f
|
data/README.md
CHANGED
|
@@ -126,30 +126,32 @@ might have to quote them to prevent the shell from trying to expand them.
|
|
|
126
126
|
|
|
127
127
|
COMMANDS:
|
|
128
128
|
|
|
129
|
-
file_delete
|
|
130
|
-
file_list
|
|
131
|
-
file_upload
|
|
132
|
-
graph
|
|
133
|
-
help
|
|
134
|
-
publish_drop
|
|
135
|
-
publish_list
|
|
136
|
-
publish_repo
|
|
137
|
-
publish_update
|
|
138
|
-
repo_create
|
|
139
|
-
repo_delete
|
|
140
|
-
repo_edit
|
|
141
|
-
repo_list
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
129
|
+
file_delete File delete
|
|
130
|
+
file_list List all directories
|
|
131
|
+
file_upload File upload
|
|
132
|
+
graph Download an svg or png graph of repository layout
|
|
133
|
+
help Display global or [command] help documentation
|
|
134
|
+
publish_drop Delete published repository
|
|
135
|
+
publish_list List published repositories
|
|
136
|
+
publish_repo Publish local repository or snapshot under specified prefix
|
|
137
|
+
publish_update Update published repository
|
|
138
|
+
repo_create Create a new repository, requires --name
|
|
139
|
+
repo_delete Delete a local repository, requires --name
|
|
140
|
+
repo_edit Edit a local repository metadata, requires --name
|
|
141
|
+
repo_list Show list of currently available local repositories
|
|
142
|
+
repo_package_add Add existing package to local repository
|
|
143
|
+
repo_package_delete Delete package from local repository
|
|
144
|
+
repo_package_query List all packages or search on repo contents, requires --name
|
|
145
|
+
repo_show Returns basic information about local repository
|
|
146
|
+
repo_upload Import packages from files
|
|
147
|
+
snapshot_create Create snapshot, require --name
|
|
148
|
+
snapshot_delete Delete snapshot, require --name
|
|
149
|
+
snapshot_diff Calculate difference between two snapshots
|
|
150
|
+
snapshot_list Return list of all snapshots created in the system
|
|
151
|
+
snapshot_search List all packages in snapshot or perform search
|
|
152
|
+
snapshot_show Get information about snapshot by name
|
|
153
|
+
snapshot_update Update snapshot’s description or name
|
|
154
|
+
version Display aptly server version
|
|
153
155
|
|
|
154
156
|
GLOBAL OPTIONS:
|
|
155
157
|
|
data/aptly_cli.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
|
|
22
22
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
23
23
|
spec.bindir = "bin"
|
|
24
|
-
spec.executables =
|
|
24
|
+
spec.executables = "aptly-cli"
|
|
25
25
|
spec.require_paths = ["lib"]
|
|
26
26
|
spec.required_ruby_version = '>= 2.0.0'
|
|
27
27
|
|
data/lib/aptly_cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aptly_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zane
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -127,8 +127,6 @@ email:
|
|
|
127
127
|
- zane.williamson@gmail.com
|
|
128
128
|
executables:
|
|
129
129
|
- aptly-cli
|
|
130
|
-
- console
|
|
131
|
-
- setup
|
|
132
130
|
extensions: []
|
|
133
131
|
extra_rdoc_files: []
|
|
134
132
|
files:
|