You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yoke uses the Go standard library flag parsing package, and so has the same flag semantics as the go tool chain in general.
This may change in future, but is not a high priority at this time. Currently I am focused on the internals of the yoke cli, the air-traffic-controller, adding more e2e tests, and documentation.
However, I very much hear you and may switch to standard posix flags in the future. Currently though, both -kubeconfig and --kubeconfig will work. (it is not exclusively a single flag).
Dear maintainers,
most kubernetes-related tools are using
--kubeconfig
as the option to specify the path to a kubeconfig file. I noticed yoke uses just one hyphen.Would it be possible to align this and use (or add)
--kubeconfig
?Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: