bamboo-cli

command module
v0.0.0-...-565f5f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

README

bamboo-cli


Command Line Interface for Atlassian Bamboo

Support

The CLI has been tested with the following Atlassian Bamboo versions

  • 5.7.2

sub-commands

  • get-projects Returns all Projects on Bamboo
  • get-plans Returns all Plans in a Project
  • get-branches Returns all Branches in a Project

Examples

go build -o bamboocli

bamboocli --username admin --password password --url "http://192.168.99.100:8085" get-projects
+----------------+-----+-------------------------------------------------------+
| Name           | Key | Link                                                  |
+----------------+-----+-------------------------------------------------------+
| First Project  | FP  | http://192.168.99.100:8085/rest/api/latest/project/FP |
| Second Project | SP  | http://192.168.99.100:8085/rest/api/latest/project/SP |
+----------------+-----+-------------------------------------------------------+

Contributing

Please contribute by sending a pull request. If there is an issue due to API changes, please raise an issue.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL