werf/kubedog

Weird default value

donbeave opened this issue · 2 comments

Hello!

Just saw a strange message:

kubedog help

  -t, --timeout int            Timeout of operation in seconds. 0 is wait forever. Default is 0. (default -1)

Default is 0. (default -1) this part looks weird to me, not clear what value will be used by default.

This is totally messed up.

Actually it is -1 by default and -1 means "wait forever".

Just a typo. Also, we will deprecate Kubedog CLI in the future to focus on it as an easily embedded library. For out-of-the-box CLI experience we recommend using werf. Later we will also release Nelm as a standalone binary as a direct Helm replacement with Kubedog built-in.