JSPM CLI
    Preparing search index...

    Interface AuthProviderFlags

    Flags for provider authentication commands.

    Used by the jspm auth command to authenticate with package providers.

    interface AuthProviderFlags {
        quiet?: boolean;
        showVersion?: boolean;
        dir?: string;
        disableWarning?: string | string[];
        username?: string;
        open?: boolean;
    }

    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')

    username?: string

    Username for authentication (if required by the provider, no default)

    open?: boolean

    Automatically open the authorization URL in a browser (defaults to true)