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