Interface KuboRSAInit

interface KuboRSAInit {
    algorithm: "rsa";
    args?: string[];
    bits?: number;
    config?: Record<string, any>;
    emptyRepo?: boolean;
    profiles?: string[];
}

Hierarchy (view full)

Properties

algorithm: "rsa"
args?: string[]

Extra CLI args used to invoke kubo init

bits?: number
config?: Record<string, any>

JSON config directives to patch the config file with

emptyRepo?: boolean
profiles?: string[]