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

    Interface CommandArgs

    Command arguments for the sign command.

    interface CommandArgs {
        signers: string[];
        note?: string;
        namespace: string;
        hashType: HashType;
        envelope?: string;
    }
    Index

    Properties

    signers: string[]

    The signer(s) to sign the envelope subject with

    note?: string

    An optional note to add to the envelope

    namespace: string

    Namespace for SSH signatures

    hashType: HashType

    Hash algorithm for SSH signatures

    envelope?: string

    The envelope to sign