Getting Started
This guide will help you install and start using Wukong CLI.
Prerequisites
- Node.js 18.0.0 or higher
- npm 9.0.0 or higher
- A Wukong account (Sign up)
Installation
npm (Recommended)
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
- Learn about all available commands
- Configure your settings
- Join our Discord community
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.