What this PR does / why we need it:
Add support for output types in kudo package list parameters:
kudo package list parameters --output yaml --> Outputs the package format of params.yaml
kudo package list parameters --output json-schema --> Outputs the parameters converted to JSON-Schema
What this PR does / why we need it: Add support for output types in
kudo package list parameters
:kudo package list parameters --output yaml
--> Outputs the package format of params.yamlkudo package list parameters --output json-schema
--> Outputs the parameters converted to JSON-Schema