waveassist push
Push your local Python code to a WaveAssist AI assistant project.
Usage
Arguments
Argument | Description |
---|---|
PROJECT_ID | The ID of the AI assistant project to push code to |
Options
Option | Description |
---|---|
--force | Skip confirmation before pushing |
Description
Thepush
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.