Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/README-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,11 @@ rocketride status --token <token> # Monitor task progress
rocketride stop --token <token> # Terminate a running task
rocketride list # List all active tasks
rocketride events ALL --token <token> # Stream task events
rocketride rrext_store get_all_projects # List stored projects
rocketride store dir / # List the root of the file store
```

The `store` command's sub-commands are `dir`, `type`, `write`, `rm`, `mkdir`, and `stat` — run `rocketride store --help` for details.

All commands accept `--uri` and `--apikey` flags, or read from environment variables.

## Configuration
Expand Down
4 changes: 3 additions & 1 deletion packages/client-python/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,11 @@ rocketride status --token <token> # Monitor task progress
rocketride stop --token <token> # Terminate a running task
rocketride list # List all active tasks
rocketride events ALL --token <token> # Stream task events
rocketride rrext_store get_all_projects # List stored projects
rocketride store dir / # List the root of the file store
```

The `store` command's sub-commands are `dir`, `type`, `write`, `rm`, `mkdir`, and `stat` — run `rocketride store --help` for details.

All commands accept `--uri` and `--apikey` flags, or read from environment variables.

## Configuration
Expand Down
Loading