vpsfree-client 0.11.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 766d4f55cb463a58c3de17faf8fa1ca563105ec5b62ba06dbc9f85e54cafac49
4
- data.tar.gz: f25247bbd1e7facab6d8cc5d505a69cba67d69e027d046379ba16758d3157deb
3
+ metadata.gz: ed48cfc33b5f7d61d28fb9c40a250d878eb1ff16af825f2f5db6e42ad8cc2d61
4
+ data.tar.gz: 0c0c2e254deee4e4738fe6d4a2fbaac1de56221a337dfb24bb057e8696404368
5
5
  SHA512:
6
- metadata.gz: 5a862258b1c0a1a8319aa2c18eef95432436ecf2139d595cc88d49cc0e2698f90c57bb43bde36e0b2a2a281f87c7006238bfd4ea46b58bf80953a5f4480c6d0b
7
- data.tar.gz: 778cb23279b44690e03cc1b40ea180548d0733c1e53fe338e3b77bef3012dcf96598cb249c1eb4be76f2f630cb31d90a07bbde67be3523284d3cb995b4a1540b
6
+ metadata.gz: 23a769de959b91f80763e5871a49ab829a2fec8f22e0714ead5207577520a5171d280258cc425b71fcb3e0b4ad5b76d007b12877e0cd5e1781c926e8776d674a
7
+ data.tar.gz: 4527d439b48b40859747d98d112c86dbeb87e57282c7f782060a07b9e4092f179e1693225a8b9ff76cd607c72abd46b643b15686741872a6c4ee4163d5a15b0c
data/CHANGELOG CHANGED
@@ -1,3 +1,15 @@
1
+ * Fri Jan 21 2022 - version 0.15.0
2
+ - Base on vpsadmin-client 3.0.0.master.20220121-0.b5a81113
3
+
4
+ * Fri Jan 07 2022 - version 0.14.0
5
+ - Base on vpsadmin-client 3.0.0.master.20220107-0.57b7b680
6
+
7
+ * Thu Dec 09 2021 - version 0.13.0
8
+ - Base on vpsadmin-client 3.0.0.master.20211209-0.34bce62b
9
+
10
+ * Sat Jul 11 2020 - version 0.12.0
11
+ - Base on vpsadmin-client v3.0.0 pre-release
12
+
1
13
  * Fri May 17 2019 - version 0.11.0
2
14
  - Base on vpsadmin-client v3.0.0 pre-release
3
15
 
data/README.md CHANGED
@@ -1,8 +1,13 @@
1
1
  vpsFree-Client
2
2
  ==============
3
- vpsFree-Client is a Ruby CLI and client library for vpsFree.cz API. It is based
4
- on vpsadmin-client, which is in turn based on haveapi-client. Check haveapi-client
5
- for more extensive documentation.
3
+ vpsFree-Client is a Ruby CLI and client library for
4
+ [vpsFree.cz API](https://api.vpsfree.cz). It is based on
5
+ [vpsadmin-client](https://github.com/vpsfreecz/vpsadmin/tree/master/client),
6
+ which is in turn based on
7
+ [haveapi-client](https://github.com/vpsfreecz/haveapi/tree/master/clients/ruby).
8
+
9
+ More information about vpsFree-Client can be found at vpsFree.cz's
10
+ [knowledge base](https://kb.vpsfree.org/manuals/vps/api).
6
11
 
7
12
  ## Installation
8
13
 
@@ -18,13 +23,17 @@ Or install it yourself as:
18
23
 
19
24
  $ gem install vpsfree-client
20
25
 
26
+ ### Distributions
27
+
28
+ If you are a Nix user, you can use `nixpkgs.vpsfree-client`.
29
+
21
30
  ## Usage
22
31
  ### CLI
23
32
  $ vpsfreectl -h
24
33
  Usage: vpsfreectl [options] <resource> <action> [objects ids] [-- [parameters]]
25
34
  -u, --api URL API URL
26
35
  -a, --auth METHOD Authentication method
27
- --list-versions List all available API versions
36
+ --list-versions List all available API versions
28
37
  --list-auth-methods [VERSION]
29
38
  List available authentication methods
30
39
  --list-resources [VERSION] List all resource in API version
@@ -42,6 +51,8 @@ Or install it yourself as:
42
51
  --utc Display Datetime parameters in UTC
43
52
  --localtime Display Datetime parameters in local timezone
44
53
  --date-format FORMAT Display Datetime in custom format
54
+ --[no-]block Toggle action blocking mode
55
+ --timeout SEC Fail when the action does not finish within the timeout
45
56
  -v, --[no-]verbose Run verbosely
46
57
  --client-version Show client version
47
58
  --protocol-version Show protocol version
@@ -49,7 +60,14 @@ Or install it yourself as:
49
60
  -h, --help Show this message
50
61
 
51
62
  Commands:
63
+ action_state wait <STATE ID> Block until the action is finished
52
64
  vps remote_console VPS_ID Open VPS remote console
65
+ vps migrate_many VPS_ID... Migrate multiple VPSes using a migration plan
66
+ snapshot download [SNAPSHOT_ID] Download a snapshot as an archive or a stream
67
+ snapshot send SNAPSHOT_ID Download a snapshot stream and write it on stdout
68
+ backup dataset [DATASET_ID] FILESYSTEM Backup dataset locally
69
+ backup vps [VPS_ID] FILESYSTEM Backup VPS locally
70
+ ip_traffic top Live IP traffic monitor
53
71
 
54
72
  #### Examples
55
73
  Authenticate using token and save it to config for later use:
@@ -1,5 +1,5 @@
1
1
  module VpsFree
2
2
  module Client
3
- VERSION = '0.11.0'
3
+ VERSION = '0.15.0'
4
4
  end
5
5
  end
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency 'bundler'
22
22
  spec.add_development_dependency 'rake'
23
23
 
24
- spec.add_runtime_dependency 'vpsadmin-client', '3.0.0.master.20190517-0.3ab5ddfe'
24
+ spec.add_runtime_dependency 'vpsadmin-client', '3.0.0.master.20220121-0.b5a81113'
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vpsfree-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Skokan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-17 00:00:00.000000000 Z
11
+ date: 1980-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 3.0.0.master.20190517.pre.0.3ab5ddfe
47
+ version: 3.0.0.master.20220121.pre.0.b5a81113
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 3.0.0.master.20190517.pre.0.3ab5ddfe
54
+ version: 3.0.0.master.20220121.pre.0.b5a81113
55
55
  description: Ruby API and CLI for vpsFree.cz API
56
56
  email:
57
57
  - jakub.skokan@vpsfree.cz
@@ -76,7 +76,7 @@ homepage: ''
76
76
  licenses:
77
77
  - GPL
78
78
  metadata: {}
79
- post_install_message:
79
+ post_install_message:
80
80
  rdoc_options: []
81
81
  require_paths:
82
82
  - lib
@@ -91,9 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubyforge_project:
95
- rubygems_version: 2.7.6.2
96
- signing_key:
94
+ rubygems_version: 3.2.26
95
+ signing_key:
97
96
  specification_version: 4
98
97
  summary: Ruby API and CLI for vpsFree.cz API
99
98
  test_files: []