BC-Provenance-Mark-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface ValidateCommandArgs

    Arguments for the validate command.

    Corresponds to Rust CommandArgs

    interface ValidateCommandArgs {
        marks: string[];
        dir?: string;
        warn: boolean;
        format: ValidateFormat;
    }
    Index

    Properties

    Properties

    marks: string[]

    One or more provenance mark URs to validate.

    dir?: string

    Path to a chain directory containing marks to validate.

    warn: boolean

    Report issues as warnings without failing.

    Output format for the validation report.