ey-pro-cli 0.0.5 → 0.0.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
  SHA1:
3
- metadata.gz: f30377b6c6c44959cb6095033ad556b16e7b74bb
4
- data.tar.gz: 6a8a38dec2fb8fd608e8cded372aec5135cde6b1
3
+ metadata.gz: 35ac157ca7e020c4ef2216ae82f3ec660f39882b
4
+ data.tar.gz: fc820d158a5ff2ef3b8d1128a05b68330f2226b4
5
5
  SHA512:
6
- metadata.gz: b315cc1c96117e59c09f39dddbaf8b179f7b6896c668a1d34f8df48935f27a32d542cfc5a96aa79b668a6a1a92cad0a752fe0f77b983c92b791afa28a01a4b7a
7
- data.tar.gz: 3c4ea6c24e15d6e1d0e0cac16515f4a835f95cfcd03e7045b8d0edb1d6ff12bb973edf5fa2d34948a27de0372214c3923fa30f0f62d80825f1ab47b62aa9da7e
6
+ metadata.gz: abf177cc22c8411fd9bb0b3a24ab26777a4e547a7b28e847a9a2f611c6806aacdb41b2b5e01a8b59ef6d771a1ff4722a2bfe3ea639685c3dbc457564072c9d15
7
+ data.tar.gz: 1361d7c199d3dfee7ebd08054c2c7ebf1750b9fa90a87845360e8641fcd2cc218e5b3e891400a063b2e3de8b600768f5f64ce675bf1c1d93b06638255d4289d4
data/lib/ey_pro_cli.rb CHANGED
@@ -57,10 +57,10 @@ class EyProCli < Thor
57
57
 
58
58
  desc "deploy [OPTIONS]", "Deploy your EY Pro application"
59
59
  option :environment, desc: "Name of the environment to deploy to", required: true, aliases: "-e"
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"
60
+ option :account, desc: "Name or ID 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"
61
61
  option :ref, desc: "A git reference to deploy"
62
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
63
+ option :app, desc: "Application name or ID 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"
@@ -1,3 +1,3 @@
1
1
  module EyProCliVersion
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Engine Yard Cloud Team