pivotal-cf/execute-on-opsman

Name: execute-on-opsman

Owner: Pivotal Cloud Foundry

Description: null

Created: 2017-01-31 14:26:51.0

Updated: 2017-01-31 14:29:33.0

Pushed: 2017-07-05 14:50:38.0

Homepage: null

Size: 6877

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

execute-on-opsman

Tool to execute bosh commands from an OpsManager VM

Usage
ute-on-opsman --target <opsman url> \
              --username <opsman username> \
              --password <opsman password> \
              bosh
              --ssh-key-path <path to ssh key>
              [--product-name <product name>]
              --command <bosh command>
Example
ute-on-opsman --target https://pcf.opsman.com \
              --username example_user \
              --password example_password \
              bosh
              --ssh-key-path ./key.pem
              --product-name cf
              --command stop

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.