README.rdoc
April 24, 2013 · View on GitHub
== WebistranoCli
webistrano_cli - bash command allow to deploy projects from webistrano
=== Instalation
gem install webistrano_cli
setup your env variables:
export WCLI_USER=user $ export WCLI_PASSWORD=pass
or put config in ~/.webistrano_cli.yml
webistrano_cli: url: webistrano_url user: user password: pass defaults: stage: staging task: deploy:migrations
tip: when you don't provide settings above webistrano_cli will ask for it and save in ~/.webistrano_cli.yml
=== Usage
deploy example
$ webistrano_cli
defaults: project = current directory name stage = staging task = deploy:migrations
tip: webistrano_cli will ask for any prompt value