oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

feat(cli): add completion cmd and remove unused flag #647

Open lizzy-0323 opened 2 days ago

lizzy-0323 commented 2 days ago

Summary

  1. Add completion cmd: 2048d07ef724135178d4d18b2697694445ca7124
  2. Remove name flag in backup related cmds, the reason is that this flag is in need: 3ae4efda8d0c4752aa83a3ba869978e7a6a55bd9

Solution Description

By using completion cmd to generate config files in shells, user can use auto-completion to manage resources easily.