Sha256: 71f3604a2fd3c579dbd13a64f0615e83d32ea0797b8015f0fdaae358e1ae06ec
Contents?: true
Size: 1.58 KB
Versions: 7
Compression:
Stored size: 1.58 KB
Contents
# ey-pro-cli Command line interface for interacting with Engine Yard PRO. This gem is the spiritual successor to the [engineyard](https://github.com/engineyard/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. ```
Version data entries
7 entries across 7 versions & 1 rubygems