Interface KuboEd25519Init

interface KuboEd25519Init {
    algorithm?: "ed25519";
    args?: string[];
    config?: Record<string, any>;
    emptyRepo?: boolean;
    profiles?: string[];
}

Hierarchy (view full)

Properties

algorithm?: "ed25519"
args?: string[]

Extra CLI args used to invoke kubo init

config?: Record<string, any>

JSON config directives to patch the config file with

emptyRepo?: boolean
profiles?: string[]