mprove warning/verbose messages around namespace in Fission CLI (#2572)
Removed extra warning message while creating HTTP trigger, and updated some verbose logs to show info related to the namespace.
This commit is contained in:
@@ -126,8 +126,6 @@ func (opts *CreateSubCommand) complete(input cli.Input) error {
|
||||
Namespace: userProvidedNS,
|
||||
}
|
||||
|
||||
console.Warn(fmt.Sprintf("Ns: %v", userProvidedNS))
|
||||
|
||||
// For Specs, the spec validate checks for function reference
|
||||
if input.Bool(flagkey.SpecSave) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user