Skip to content

dpb587/bosh-cli

 
 

Repository files navigation

bosh CLI

Usage

Relevant documentation pages from bosh.io:

Client Library

This project includes director and uaa packages meant to be used in your project for programmatic access to the Director API.

See docs/example.go for a live short usage example.

YAML Encoding Issues

Some older versions of the ruby bosh CLI wrote non-standard YAML files which this CLI cannot parse. You can migrate those files with the following command and commit them to your repository. They will continue to work with older ruby bosh CLI.

$ cd your-release-directory
$ ruby -e 'require "YAML"; `grep -rl "binary |-" releases/*.yml .final_builds`.split("\n").each{|file| yaml = YAML.load(File.read(file)); File.write(file, YAML.dump(yaml)) }'

Developer Notes

About

New BOSH CLI (beta)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 99.3%
  • Other 0.7%