WaveAssist CLI
WaveAssist provides a command-line interface (CLI) for managing your projects and AI assistants directly from your terminal.Installation
The CLI is included with the WaveAssist Python package. Install it using pip:Available Commands
Command | Description |
---|---|
waveassist login | Authenticate via browser and store token |
waveassist push | Push local Python code to WaveAssist |
waveassist pull | Pull Python code from WaveAssist |
waveassist version | Show CLI version information |
Getting Started
-
First, authenticate using:
-
You can then use other commands like
push
andpull
to manage your AI assistant code.