swarm_cluster_cli_ope 0.1.5 → 0.1.6

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: e3432781b41fef96d7cda39dd059cc22bc262a95cff0a47edbe54909d701ec12
4
- data.tar.gz: 0ad0f4bd61199c0a5a1ca20170dd7f6fda842f2af388d524cf4164e70d556c62
3
+ metadata.gz: 4d080e1fbcc49d24e180f7cae13bf99415e85b7ae7a443c175a8251486fd75f5
4
+ data.tar.gz: 6b4b0b8ffaf462a4f7ae9e7601276b40cf722860ecd3bfb1270a5734bbb6211d
5
5
  SHA512:
6
- metadata.gz: 5508cc76131420a0cd71acda090a704488aebb7fb95fa2daa183abd4680c1ab07b5c2707ff652e8bbd9da408b3c607e931e557c40c31d8116f158d58352254f6
7
- data.tar.gz: 0a01d1c318c2f3473822017036484c19dd11d36453ac6685b37939586fbc70ee0530f63542e9570e012f3eb422b1bd19e855863f4e44e3c4709bed4ac4d7d608
6
+ metadata.gz: fce5856e48f7d73ff31aac4c26fb2d7c0c235f0c36ab8a6fda65e79b7696f48f35faff221d5e97de4bfd8183d704c76ce11b3534b311fcf6697580c88cfeba0d
7
+ data.tar.gz: 90c49135edaabb0d3e4f9abcb63880df81279159198429e803abcb96ac606a8ba908d4392375c52cda82ada9bcf95805d920b3e8a3d066525923daed3885c702
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- swarm_cluster_cli_ope (0.1.5)
4
+ swarm_cluster_cli_ope (0.1.6)
5
5
  activesupport
6
6
  open4
7
7
  thor (~> 1.0)
@@ -186,7 +186,7 @@ module SwarmClusterCliOpe
186
186
  option :stack_name, required: false, type: :string, default: cfgs.stack_name
187
187
  option :service_name, required: true, type: :string
188
188
  option :binded_container_folders, required: true, type: :string, desc: "path della cartella bindata all'interno del container da sincronizzare"
189
- option :local_folder, required: false, type: :string, desc: "path della cartella dove sincronizzare il comando"
189
+ option :local_folder, required: true, type: :string, desc: "path della cartella dove sincronizzare il comando"
190
190
 
191
191
  def rsync_binded_from
192
192
  if yes? "Attenzione, i dati locali verranno sovrascritti/cancellati?[y,yes]"
@@ -198,7 +198,7 @@ module SwarmClusterCliOpe
198
198
  option :stack_name, required: false, type: :string, default: cfgs.stack_name
199
199
  option :service_name, required: true, type: :string
200
200
  option :binded_container_folders, required: true, type: :string, desc: "path della cartella bindata all'interno del container da sincronizzare"
201
- option :local_folder, required: false, type: :string, desc: "path della cartella dove sincronizzare il comando"
201
+ option :local_folder, required: true, type: :string, desc: "path della cartella dove sincronizzare il comando"
202
202
 
203
203
  def rsync_binded_to
204
204
  if yes? "ATTENZIONE, i dati remoti verranno sovrascritti/cancellati da quelli locali?[y,yes]"
@@ -1,3 +1,3 @@
1
1
  module SwarmClusterCliOpe
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swarm_cluster_cli_ope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti