https://github.com/zmb3/ombosh
Use the BOSH CLI against the Operations Manager director
https://github.com/zmb3/ombosh
bosh pivotalcf
Last synced: 8 months ago
JSON representation
Use the BOSH CLI against the Operations Manager director
- Host: GitHub
- URL: https://github.com/zmb3/ombosh
- Owner: zmb3
- License: mit
- Created: 2018-07-12T18:48:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T23:03:42.000Z (about 5 years ago)
- Last Synced: 2025-02-02T06:23:35.299Z (over 1 year ago)
- Topics: bosh, pivotalcf
- Language: Shell
- Size: 7.81 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ombosh.sh
**Deprecation Notice:** This functionality has integrated into the
[`om bosh-env`](https://github.com/pivotal-cf/om/blob/main/docs/bosh-env/README.md)
command.
Use the BOSH CLI against the Operations Manager director
This script requires the [`om`](https://github.com/pivotal-cf/om) CLI.
It assumes that the CLI named `om` and placed on your `$PATH`. You can override
the name of the CLI with the `-c` option.
For example: `./ombosh -c om-linux ...`
## Usage:
```
❯ source ./ombosh.sh -t opsman.example.com
Ops Manager Password:
Path to SSH private key for OM:
❯ bosh env
Using environment '10.0.0.21' as client 'ops_manager'
Name p-bosh
UUID e92983bf-50a5-4432-960c-f0ff1fda6e1b
Version 265.2.0 (00000000)
CPI google_cpi
Features compiled_package_cache: disabled
config_server: enabled
dns: disabled
snapshots: disabled
User ops_manager
Succeeded
```