Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deploy): EC2 Deployment & Build with clever-deploy - WIP #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

pilsy
Copy link
Contributor

@pilsy pilsy commented Apr 3, 2015

Initial implementation of clever-deploy

  Usage: clever-deploy [options] <target>

  Options:

    -h, --help       output usage information
    -f, --force      forces the deploy command, use when cli logs suggest using it
    -c, --config     configure a deployment target by <target> name
    -d, --defaults   uses default settings instead of prompting you
    -v, --verbose    verbose output, useful for debugging
    -S, --status     displays the status of ec2 instances configured for that <target> environment
    -s, --start      stats the ec2 instances for the <target> environment
    -p, --pause      pauses/stops the ec2 instances for the <target> environment
    -t, --terminate  terminates the ec2 instances for the <target> environment
    -r, --rollback   to a previous release version

  Description:
    This command will make EC2 deployments easy on your computer or CI Server such as Jenkins or Travis,
    simply genereate your configuration for each environment and you are ready to deploy your app.

  Example:
    clever deploy --config --defaults DEV
    clever deploy --start --verbose DEV
    clever deploy --status DEV

@pilsy pilsy self-assigned this Apr 3, 2015
@pilsy pilsy added this to the 1.x.x milestone Apr 3, 2015
@pilsy pilsy changed the title EC2 Deployment & Build with clever-deploy - WIP feat(deploy): EC2 Deployment & Build with clever-deploy - WIP Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant