Skip to content
Merged
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
2 changes: 2 additions & 0 deletions src/bcli_cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def _emit_command_summary() -> None:
post_cmd,
query_cmd,
registry_cmd,
skill_init_cmd,
test_cmd,
)

Expand All @@ -186,6 +187,7 @@ def _emit_command_summary() -> None:
app.add_typer(test_cmd.app, name="test", help="Connection and endpoint testing")
app.add_typer(batch_cmd.app, name="batch", help="Batch operations from YAML files")
app.add_typer(attach_cmd.app, name="attach", help="Document-attachment workflows (two-phase /attachments upload)")
app.add_typer(skill_init_cmd.app, name="skill", help="Generate a per-user bcli skill bundle (AIP Phase 7)")
app.command(name="get")(get_cmd.get_command)
app.command(name="post")(post_cmd.post_command)
app.command(name="patch")(patch_cmd.patch_command)
Expand Down
Loading
Loading