Here's some more info:
The help text displayed when you run svcat bind --help and svcat provision --help should append a warning for the --params-json flag that Sensitive information should be placed in a secret and specified with--secret`.
Here are the two commands that need to be changed:
There is an existing test for the help text. It should fail after making this change and you can update the test by running the following command go test ./cmd/svcat/... -update. See http://svc-cat.io/docs/devguide/#golden-files for an explanation of how our "golden files" work.
Not sure if #2140 actually closed this, but it looks like it did. @popaulina @carolynvs @n3wscott reopen if there's more to do.
Most helpful comment
dibs