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:

pip install waveassist

Available Commands

CommandDescription
waveassist loginAuthenticate via browser and store token
waveassist pushPush local Python code to WaveAssist
waveassist pullPull Python code from WaveAssist
waveassist versionShow CLI version information

Getting Started

  1. First, authenticate using:

    waveassist login
    
  2. You can then use other commands like push and pull to manage your project code.

For detailed information about each command, refer to the individual command references: