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

    Interface CommandArgs

    Command arguments for the import command.

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

    Properties

    object?: string

    The object to be imported into UR form

    password?: string

    The password to decrypt the SSH private key

    askpass: boolean

    Use SSH_ASKPASS to read the password