waveassist pull

Pull Python code from a WaveAssist project to your local machine.

Usage

waveassist pull PROJECT_ID [--force]

Arguments

ArgumentDescription
PROJECT_IDThe ID of the project to pull code from

Options

OptionDescription
--forceSkip 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.

Examples

# Pull with confirmation
$ waveassist pull my-project-id
Are you sure you want to pull code from project 'my-project-id'? This may overwrite local files. [y/N]: y
 Successfully pulled code from project

# Pull without confirmation
$ waveassist pull my-project-id --force
 Successfully pulled code from project