Skip to content

Add a watchlist subcommand to the CLI #178

Description

@NovaCode37

The web UI has watchlists (scheduled re-scans with change alerts), but the CLI can't manage them. Add a watchlist subcommand to cli.py for parity:

  • prism watchlist add <target> --interval 24 — create
  • prism watchlist list — list existing
  • prism watchlist rm <id> — delete

It can talk to the running backend via the same /api/watchlist endpoints, or read/write the watchlist_data/ store directly. Keep the output plain so it pipes cleanly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions