Skip to content

Releases: phartz/service-broker-cli

v0.15

Choose a tag to compare

@phartz phartz released this 13 May 06:59
5cf2071
  • 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

Choose a tag to compare

@phartz phartz released this 28 Oct 08:49
b4d7017
  • Fix issue in how user params are represented

v0.13

Choose a tag to compare

@phartz phartz released this 20 Jan 08:59
  • take over config from env
    SB_HOST=172.28.20.24 SB_USERNAME=admin SB_PASSWORD=<PWD> sb services
    

v0.12

Choose a tag to compare

@phartz phartz released this 25 Oct 11:43

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

v0.11

Choose a tag to compare

@phartz phartz released this 30 Nov 09:48

Fixed an issue with VM details.

v0.10

Choose a tag to compare

@phartz phartz released this 11 Oct 07:31
  • fix issue while parsing json

v0.9

Choose a tag to compare

@phartz phartz released this 11 Oct 07:03
  • extend output of sb service and sb services
  • add find-service

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

Choose a tag to compare

@phartz phartz released this 18 Oct 10:46

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

Choose a tag to compare

@phartz phartz released this 05 Sep 11:48

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

Choose a tag to compare

@phartz phartz released this 05 Sep 10:13

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