knative-inspect
knative-inspect copied to clipboard
Strict validation of input
kni should strictly validate required input params to its commands and throw an error when those params are missing.
An example from a conversation with @ahmetb :
kni inspect hello -v
should complain with a service name missing
error, since inspect requires -s
for the service name.