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
6 changes: 6 additions & 0 deletions src/pltr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
models,
data_health,
audit,
widgets,
)
from pltr.commands.cp import cp_command

Expand Down Expand Up @@ -103,6 +104,11 @@
name="audit",
help="Audit log operations for compliance and security monitoring",
)
app.add_typer(
widgets.app,
name="widgets",
help="Manage widget sets, releases, and repositories",
)
app.add_typer(
admin.app,
name="admin",
Expand Down
Loading
Loading