googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

Introduce broker-cli tool #75

Closed bmelville closed 6 years ago

bmelville commented 6 years ago

The broker-cli tool allows for debugging and managing brokers from the Google Cloud Service Broker API. It uses the existing broker-cli library already existing as part of the installer.

Introduction of this tool will require the following steps:

mihnjong commented 6 years ago

@martinmaly @maqiuyujoyce

Joyce found two copies of broker-cli code in the repo. Now, I see what Brendan was planning. Joyce, could you take it over ?

mihnjong commented 6 years ago

The next step is "Remove old broker-cli from installer/pkg"

maqiuyujoyce commented 6 years ago

broker-cli at the root and all the unused files under installer/pkg/broker-cli has been removed.