Pull code from WaveAssist
waveassist pull
Argument | Description |
---|---|
PROJECT_ID | The ID of the AI assistant project to pull code from |
Option | Description |
---|---|
--force | Skip confirmation before overwriting local files |
pull
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.