Sha256: 10253ccffbf4e620dffc3469810909a8aa0b6cd44b88c79f0c21f5638418a2b6
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
# BOSH tmuxinator console [](https://travis-ci.org/suhlig/tmuxinator-bosh-console) ## Synopsis ```bash $ tmuxinator-bosh-console cf-warden ``` will create a new tmuxinator project 'cf-warden'. Each instance (VM) will get its own tmux window with some panes, according to the provided template. The list of instances is generated by executing `bosh instances` and therefore lists only the VMs of the current deployment. Once created, tmuxinator can be used as usual to launch the project: ```bash $ tmuxinator cf-warden ``` Anything appearing after a single `--` argument is appended to `bosh ssh`, e.g. `--gateway-host` etc. ## Installation ```bash $ gem install tmuxinator-bosh-console ``` ## Prerequisites `bosh instances` must return zero or more instances. ## TODO * repeated `--include`s and `--exclude`s will make less complex regexes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tmuxinator-bosh-console-0.3.0 | README.markdown |