Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Created project for StellaOps.Scanner.Analyzers.Native.Tests with necessary dependencies. - Documented roles and guidelines in AGENTS.md for Scheduler module. - Implemented IResolverJobService interface and InMemoryResolverJobService for handling resolver jobs. - Added ResolverBacklogNotifier and ResolverBacklogService for monitoring job metrics. - Developed API endpoints for managing resolver jobs and retrieving metrics. - Defined models for resolver job requests and responses. - Integrated dependency injection for resolver job services. - Implemented ImpactIndexSnapshot for persisting impact index data. - Introduced SignalsScoringOptions for configurable scoring weights in reachability scoring. - Added unit tests for ReachabilityScoringService and RuntimeFactsIngestionService. - Created dotnet-filter.sh script to handle command-line arguments for dotnet. - Established nuget-prime project for managing package downloads.
44 lines
2.0 KiB
Markdown
44 lines
2.0 KiB
Markdown
# StellaOps CLI
|
||
|
||
The `stella` CLI is the operator-facing Swiss army knife for scans, exports, policy management, offline kit operations, and automation scripting.
|
||
|
||
## Responsibilities
|
||
- Deliver deterministic verbs for scan, diff, export, policy, and observability operations.
|
||
- Handle interactive and non-interactive authentication via Authority (device code, client credentials).
|
||
- Support offline kit workflows including bundle verification and seed installation.
|
||
- Expose JSON outputs suitable for CI parity and golden tests.
|
||
|
||
## Key components
|
||
- `StellaOps.Cli` native AOT host.
|
||
- Shared helpers in `StellaOps.Cli.Core`.
|
||
- Restart-time plug-ins under `StellaOps.Cli.Plugins.*`.
|
||
|
||
## Integrations & dependencies
|
||
- Authority for token exchange.
|
||
- Backend APIs (Scanner, Policy, Export Center, Notify).
|
||
- Offline kit bundles and local keychain/DPoP storage.
|
||
|
||
## Operational notes
|
||
- Deterministic output fixtures under `src/Cli/StellaOps.Cli.Tests`.
|
||
- Versioned command docs in `docs/modules/cli/guides`.
|
||
- Plugin catalogue in `plugins/cli/**` (restart-only).
|
||
|
||
## Related resources
|
||
- ./guides/20_REFERENCE.md
|
||
- ./guides/cli-reference.md
|
||
- ./guides/policy.md
|
||
|
||
## Backlog references
|
||
- DOCS-CLI-OBS-52-001 / DOCS-CLI-FORENSICS-53-001 in ../../TASKS.md.
|
||
- CLI-CORE-41-001 epic in `src/Cli/StellaOps.Cli/TASKS.md`.
|
||
|
||
## Current workstreams (Q4 2025)
|
||
- Active docs sprint: `docs/implplan/SPRINT_0316_0001_0001_docs_modules_cli.md` — normalised sprint naming, doc sync, and upcoming ops/runbook refresh.
|
||
|
||
## Epic alignment
|
||
- **Epic 2 – Policy Engine & Editor:** deliver deterministic policy authoring, simulation, and explain verbs.
|
||
- **Epic 4 – Policy Studio:** integrate registry/promotion workflows, approvals, and lint tooling.
|
||
- **Epic 6 – Vulnerability Explorer:** surface triage and ledger operations.
|
||
- **Epic 10 – Export Center:** orchestrate export requests, verification, and Offline Kit automation.
|
||
- **Epic 11 – Notifications Studio:** manage notification authoring/previews from the command line.
|