@breautek/storm
    Preparing search index...

    Interface IStormCLIArgs

    interface IStormCLIArgs {
        authentication_header?: string;
        bind?: string;
        configFile?: string;
        custom: Record<string, any>;
        localConfigFile?: string;
        port?: number;
    }
    Index

    Properties

    authentication_header?: string
    bind?: string
    configFile?: string
    custom: Record<string, any>
    localConfigFile?: string
    port?: number