ey-pro-cli
Command line interface for interacting with Engine Yard PRO. This gem is the spiritual successor to the engineyard gem.
Install
Install ey-pro-cli like any other ruby gem:
gem install ey-pro-cli
Login
If you do not have a ~/.ey-core file with a valid API token, you will need to run ey-pro login in order to retrieve your API token. This command will ask for your Engine Yard email and password.
Commands
ey login
Retrieve your Engine Yard API token
ey logout
Delete your Engine Yard API token from the configuration file. Useful for switching accounts
ey deploy
Deploy your application to Engine Yard PRO.
Options:
[--ref=REF] # A git reference to deploy.
[--migrate=MIGRATE] # The migration command to run.
-e, --environment=ENVIRONMENT # Name of the environment to deploy to.
-c, [--account=ACCOUNT] # 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.
-a, --app=APP # 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.
[--stream=STREAM] # Stream deploy output to console.
[--no-migrate=NO-MIGRATE] # Do not run migration command.
[--no-update-check=NO-UPDATE-CHECK] # Do not check for updates.