Sha256: 55af59491b661135a6b48322b6eb50dc51cd4918387ff9bf7eebd5e4b1670b58
Contents?: true
Size: 1.58 KB
Versions: 3
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 -a, [--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. [--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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ey-pro-cli-0.0.6 | README.md |
ey-pro-cli-0.0.5 | README.md |
ey-pro-cli-0.0.4 | README.md |