Command Line Interface
CLI Guide
Getting started with the WaveAssist Command Line Interface
WaveAssist CLI
WaveAssist provides a command-line interface (CLI) for managing your projects and workflows 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 project code.
For detailed information about each command, refer to the individual command references: