Skip to main content

describe

Function describe 

Source
pub fn describe(
    args: &ProjectDescribeArgs,
    cfg: &Config,
    client: &dyn DspClient,
    renderer: &mut dyn Renderer,
) -> Result<(), Diagnostic>
Expand description

Describe a single DSP project.

Authentication is optional (public endpoint per ADR-0007). Reads DSP_TOKEN from the environment (env wins over cache), and delegates all work to run_describe_impl with injectable seams for deterministic testing.