Skip to content

Releases: phartz/service-broker-cli

v0.15

13 May 06:59
5cf2071
Compare
Choose a tag to compare
  • Allow https communication with a9s Service Brokers
  • Add flags to login command to allow login with defining API, username and password

v0.14: Merge pull request #14 from phartz/fix_user_params

28 Oct 08:49
b4d7017
Compare
Choose a tag to compare
  • Fix issue in how user params are represented

v0.13

20 Jan 08:59
Compare
Choose a tag to compare
  • take over config from env
    SB_HOST=172.28.20.24 SB_USERNAME=admin SB_PASSWORD=<PWD> sb services
    

v0.12

25 Oct 11:43
Compare
Choose a tag to compare

Remove call for last_operation, it doesn't work anymore. State is updated anyway.

v0.11

30 Nov 09:48
Compare
Choose a tag to compare

Fixed an issue with VM details.

v0.10

11 Oct 07:31
Compare
Choose a tag to compare
  • fix issue while parsing json

v0.9

11 Oct 07:03
Compare
Choose a tag to compare
  • extend output of sb service and sb services
  • add find-service

v0.8: Merge pull request #10 from phartz/multiple-services

18 Oct 10:46
Compare
Choose a tag to compare

Changes

  • add context to payload when provision a service instance
  • allow multiple services in a service broker
  • make service name optional
  • rename `sb target` to `sb api`

Documentation

Docu can be found here

Binaries

You can also download precompiled binaries

v0.7

05 Sep 11:48
Compare
Choose a tag to compare

Changes

  • add --no-filter flag to sb services to show also deleted instances
  • fix issue #1 and #3

Documentation

Docu can be found here

Binaries

You can also download precompiled binaries

v0.6

05 Sep 10:13
Compare
Choose a tag to compare

Changes

  • make sb target more usable
  • remove log message while deploying an instance

Documentation

Docu can be found here

Binaries

You can also download precompiled binaries