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

    Interface CommandArgs

    Command arguments for the export command.

    interface CommandArgs {
        urString?: string;
        encrypt: boolean;
        password?: string;
        askpass: boolean;
    }
    Index

    Properties

    urString?: string

    The UR to be exported

    encrypt: boolean

    Whether to encrypt the SSH private key

    password?: string

    The password to encrypt an SSH private key

    askpass: boolean

    Use SSH_ASKPASS to read the password