Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Add unbind command #94

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

Closes #82.

$ svcat unbind --help
Unbinds an instance. When an instance name is specified, all of its bindings are removed, otherwise use --name to remove a specific binding

Usage:
  svcat unbind INSTANCE_NAME [flags]

Examples:

  svcat unbind wordpress-mysql-instance
  svcat unbind --name wordpress-mysql-binding

Flags:
  -h, --help               help for unbind
      --name string        The name of the binding to remove
  -n, --namespace string   The namespace of the instance or binding (default "default")
arschles commented 6 years ago

@carolynvs rebase needed here