kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.17k stars 103 forks source link

Documentation incorrect for 'kubectl kudo plan trigger' #1782

Closed simonvane closed 3 years ago

simonvane commented 3 years ago

What happened: Running kubectl kudo plan trigger <planName> --instance=<instanceName> fails with Error: please choose the plan name with '--name=<planName>'.

What you expected to happen: Trigger the plan.

How to reproduce it (as minimally and precisely as possible): As above.

Anything else we need to know?: This is incorrectly documented here - https://kudo.dev/docs/cli/commands.html#plan-trigger Running kubectl kudo plan trigger --name=<planName> --instance=<instanceName> works as expected.

Environment:

rishabh96b commented 3 years ago

Thanks for pointing this out @simonvane !