Skip to content

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

Open
pilsy wants to merge 4 commits into
masterfrom
feat-deploy
Open

feat(deploy): EC2 Deployment & Build with clever-deploy - WIP#63
pilsy wants to merge 4 commits into
masterfrom
feat-deploy

Conversation

@pilsy

@pilsypilsy commented Apr 3, 2015

Copy link
Copy Markdown
Contributor

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

@pilsypilsy self-assigned this Apr 3, 2015
@pilsypilsy added this to the 1.x.x milestone Apr 3, 2015
@pilsypilsy changed the title EC2 Deployment & Build with clever-deploy - WIPfeat(deploy): EC2 Deployment & Build with clever-deploy - WIPApr 4, 2015
Sign up for freeto 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

@pilsy