BOSH tmuxinator console
Synopsis
$ tmuxinator-bosh-console cf-wardenwill 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:
$ tmuxinator cf-wardenAnything appearing after a single -- argument is appended to bosh ssh, e.g. --gateway-host etc.
Installation
$ gem install tmuxinator-bosh-consolePrerequisites
bosh instances must return zero or more instances.
TODO
- Think about
bosh instancesvs.bosh vms. We may or may not be interested in jobs that have no VMs, as produced bybosh vms. - repeated
--includes and--excludes will make less complex regexes