bundle.pods.cli¶
Attributes¶
Functions¶
|
Manage local AI pods (list, status, build, run, up, down, logs). |
|
List known pods and their resolved path status. |
|
Show docker compose status for a pod. |
|
Build a pod docker image. |
|
Start a pod in detached mode. |
|
Start a pod and stream its logs. |
|
Stop and remove a pod stack. |
|
Show pod logs. |
Module Contents¶
- bundle.pods.cli.log¶
- bundle.pods.cli.pods(ctx: rich_click.Context, pods_root: pathlib.Path | None) None¶
Manage local AI pods (list, status, build, run, up, down, logs).
- async bundle.pods.cli.list_pods(ctx: rich_click.Context) None¶
List known pods and their resolved path status.
- async bundle.pods.cli.status(ctx: rich_click.Context, pod_name: str) None¶
Show docker compose status for a pod.
- async bundle.pods.cli.run_pod(ctx: rich_click.Context, pod_name: str) None¶
Start a pod in detached mode.
- async bundle.pods.cli.up(ctx: rich_click.Context, pod_name: str) None¶
Start a pod and stream its logs.