Command Line Interface
pull
Pull code from WaveAssist
waveassist pull
Pull Python code from a WaveAssist project to your local machine.
Usage
Arguments
Argument | Description |
---|---|
PROJECT_ID | The ID of the project to pull code from |
Options
Option | Description |
---|---|
--force | Skip confirmation before overwriting local files |
Description
The pull
command downloads Python code from the specified WaveAssist 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.