Push local code to WaveAssist
waveassist push
Argument | Description |
---|---|
PROJECT_ID | The ID of the AI assistant project to push code to |
Option | Description |
---|---|
--force | Skip confirmation before pushing |
push
command uploads your local Python code to the specified WaveAssist AI assistant project. This command only pushes code files and does not affect project configuration or data.
By default, the command will ask for confirmation before pushing. Use the --force
flag to skip this confirmation.