keptn-sandbox / keptn-gitops-operator

7 stars 7 forks source link

RFE: Quiet mode for CLI #28

Closed agardnerIT closed 2 years ago

agardnerIT commented 2 years ago

Problem statement. The CLI generate-keys command writes out to the command line but an option to suppress this would be nice.

keptnsecrets --generate-keys --quiet -f ...

Additionally, JSON formatted output would be great:

{
  "generated": "true" 
}