Skip to content
Alex Co edited this page Nov 4, 2022 · 9 revisions

Welcome to the wukong cli wiki!

What is Wukong CLI ?

Wukong CLI is a multi-purposes command line interface to help Mindvalley's developers in their daily work. The Wukong CLI is a set of tools to manage Mindvalley DevOps resources. Its goal is to provide a one-stop shop for developers to interact with the Mindvalley DevOps ecosystem. By centralizing different tasks on different tools into a single CLI, It will solve these problems when it comes to adopting DevOps practices:

  • Knowledge Gaps: Learning to use a new tool can be painful. Each tool has a unique UI & UX, as well as different workflows.

  • Getting Lost in the ecosystem: It’s completely normal for a company to have 20+ different DevOps tools, so knowing which tool to use and remember where to access it can be a problem. After all developers are having enough trouble dealing with their day to day tasks.

Getting started.

For installation on various platforms, you can follow the detailed instructions in the Installation page. For quickly install it with Homebrew, run the following command.

brew tap mindvalley/wukong
brew update
brew install wukong

After installing the CLI, run this following command for first-time initialization

wukong init

The CLI will open an authentication link using your browser, then you can authenticate yourself using your Okta credential. Once you're successfully authenticated, choose your default application to work with.

Choose the application here

Then start to explore the Wukong CLI by running wukong help.

Clone this wiki locally