waveassist pull
Pull Python code from a WaveAssist AI assistant project to your local machine.
Usage
Arguments
Argument | Description |
---|---|
PROJECT_ID | The ID of the AI assistant project to pull code from |
Options
Option | Description |
---|---|
--force | Skip confirmation before overwriting local files |
Description
Thepull
command downloads Python code from the specified WaveAssist AI assistant project to your local machine. This command only pulls code files and does not affect project configuration or data.
By default, the command will ask for confirmation before overwriting local files. Use the --force
flag to skip this confirmation.