JSPM CLI
    Preparing search index...

    Interface ConfigFlags

    Flags for the config command to manage JSPM configuration.

    Used by the jspm config command to manipulate user and project-level configuration settings.

    interface ConfigFlags {
        quiet?: boolean;
        showVersion?: boolean;
        dir?: string;
        disableWarning?: string | string[];
        local?: boolean;
        provider?: string;
    }

    Hierarchy

    Index

    Properties

    quiet?: boolean

    Suppress non-essential output (defaults to false)

    showVersion?: boolean

    Display version information (defaults to false)

    dir?: string

    Directory to operate in (defaults to current working directory)

    disableWarning?: string | string[]

    Comma-separated list of warnings to disable (e.g., 'file-count')

    local?: boolean

    Use local project configuration instead of user-level (defaults to false)

    provider?: string

    Provider to configure (for provider-specific configuration, no default)