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

    Interface CommandArgs

    Command arguments for the pub-keys command.

    interface CommandArgs {
        prvKeys?: string;
        comment: string;
    }
    Index

    Properties

    Properties

    prvKeys?: string

    The private keys to convert (ur:crypto-prvkeys or ur:signing-private-key)

    comment: string

    The comment for SSH public keys (not yet implemented)