Skip to the content.

Getting Started

This guide will help you install and start using Wukong CLI.

Prerequisites

Installation

npm install -g @wukong.today/wukong-cli

Homebrew (macOS/Linux)

brew install wukong-cli

Verify Installation

wukong --version

First Steps

1. Login to Your Account

wukong login

This will open your browser for authentication. Once completed, your credentials will be securely stored.

2. Verify Connection

wukong status

3. Sync Your Data

wukong sync --pull

4. Explore Interactive Mode

wukong

Next Steps

Troubleshooting

Command not found

If you see “command not found” after installation:

# Check npm global bin path
npm bin -g

# Add to your PATH if needed
export PATH="$(npm bin -g):$PATH"

Authentication Issues

# Clear stored credentials
wukong logout

# Login again
wukong login

For more help, visit SUPPORT.md.