0.0
No commit activity in last 3 years
No release in over 3 years
Allow to deploy projects from webistrano via console
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.2

Runtime

~> 0.6.2
~> 1.6.18
~> 2.6.0
~> 0.5.3
~> 3.4.4
 Project Readme

WebistranoCli¶ ↑

webistrano_cli - bash command allow to deploy projects from webistrano

Instalation¶ ↑

gem install webistrano_cli

setup your env variables:

$ export WCLI_URL=webistrano_url
$ 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