Skip to content

Replace flag with cobra

What

Flag was used at the beginning of Kadok for managing the CLI API. However, more powerful and modern alternatives exist such as Cobra

Why

Cobra gives a better UX when used in CLI APIs. It also provides completion generation for shells.

Who will benefits

Developers & Users

Technical criteria

MUST use Cobra instead of Flag