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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ey_pro_cli/version.rb +1 -1
- data/lib/ey_pro_cli.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f30377b6c6c44959cb6095033ad556b16e7b74bb
|
4
|
+
data.tar.gz: 6a8a38dec2fb8fd608e8cded372aec5135cde6b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b315cc1c96117e59c09f39dddbaf8b179f7b6896c668a1d34f8df48935f27a32d542cfc5a96aa79b668a6a1a92cad0a752fe0f77b983c92b791afa28a01a4b7a
|
7
|
+
data.tar.gz: 3c4ea6c24e15d6e1d0e0cac16515f4a835f95cfcd03e7045b8d0edb1d6ff12bb973edf5fa2d34948a27de0372214c3923fa30f0f62d80825f1ab47b62aa9da7e
|
data/Gemfile.lock
CHANGED
data/lib/ey_pro_cli/version.rb
CHANGED
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 :
|
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
|
+
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.
|
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
|