ey-pro-cli 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 58c137b95089a3aad6cd5f491ce381e2e5c045b7
4
- data.tar.gz: 3859a426ceebe15351e4bdfcdbd729b274631930
3
+ metadata.gz: f30377b6c6c44959cb6095033ad556b16e7b74bb
4
+ data.tar.gz: 6a8a38dec2fb8fd608e8cded372aec5135cde6b1
5
5
  SHA512:
6
- metadata.gz: 3e1dcb49285ffd2d1861479cf36bd0e194f77af8d21d02b208b586001c13ab9bd0a41792d328d70af572184ae6408aa053e16982a08aa4980a76fdcb780acc33
7
- data.tar.gz: 92d6ad641b39ef3a1b3170cd0e2759a585ea23171f82860c57703d07401b0fef25b1cd431b8f9e0848e64435e5a6e78eb138c778960e5bee42eecd03c44eeddf
6
+ metadata.gz: b315cc1c96117e59c09f39dddbaf8b179f7b6896c668a1d34f8df48935f27a32d542cfc5a96aa79b668a6a1a92cad0a752fe0f77b983c92b791afa28a01a4b7a
7
+ data.tar.gz: 3c4ea6c24e15d6e1d0e0cac16515f4a835f95cfcd03e7045b8d0edb1d6ff12bb973edf5fa2d34948a27de0372214c3923fa30f0f62d80825f1ab47b62aa9da7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ey-pro-cli (0.0.3)
4
+ ey-pro-cli (0.0.4)
5
5
  addressable (~> 2.2)
6
6
  cistern (~> 0.11, >= 0.11.1)
7
7
  colorize
@@ -1,3 +1,3 @@
1
1
  module EyProCliVersion
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/ey_pro_cli.rb CHANGED
@@ -56,11 +56,11 @@ class EyProCli < Thor
56
56
  end
57
57
 
58
58
  desc "deploy [OPTIONS]", "Deploy your EY Pro application"
59
- option :ref, desc: "A git reference to deploy"
60
- option :migrate, desc: "The migration command to run"
61
59
  option :environment, desc: "Name of the environment to deploy to", required: true, aliases: "-e"
62
60
  option :account, desc: "Name of the account that the environment resides in. If no account is specified, the app will deploy to the first environment that meets the criteria, in the accounts you have access to.", aliases: "-a"
63
- option :app, desc: "Application name to deploy. If :account is not specified, this will be the first app that matches the criteria in the accounts you have access to."
61
+ option :ref, desc: "A git reference to deploy"
62
+ option :migrate, desc: "The migration command to run"
63
+ option :app, desc: "Application name to deploy. If :account is not specified, this will be the first app that matches the criteria in the accounts you have access to.", required: true
64
64
  option :stream, desc: "Stream deploy output to console"
65
65
  option "no-migrate", desc: "Do not run migration command"
66
66
  option "no-update-check", desc: "Do not check for updates"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey-pro-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Engine Yard Cloud Team
@@ -623,7 +623,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
623
623
  version: '0'
624
624
  requirements: []
625
625
  rubyforge_project:
626
- rubygems_version: 2.2.2
626
+ rubygems_version: 2.4.5
627
627
  signing_key:
628
628
  specification_version: 4
629
629
  summary: Command-line deployment for Engine Yard pro