@karmaniverous/jeeves
    Preparing search index...

    Interface ServiceManagerOptions

    Options for service manager commands that accept a service name override.

    interface ServiceManagerOptions {
        configPath?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    configPath?: string

    Override config path for install.

    name?: string

    Override the default service name.