Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/execute-on-opsman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

execute-on-opsman

Tool to execute bosh commands from an OpsManager VM

Usage

execute-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

execute-on-opsman --target https://pcf.opsman.com \
                  --username example_user \
                  --password example_password \
                  bosh
                  --ssh-key-path ./key.pem
                  --product-name cf
                  --command stop

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages