Skip to main content

list

Function list 

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

List all data-models in a project.

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