@tikoci/centrs
    Preparing search index...

    Interface SettingsPrintArgs

    interface SettingsPrintArgs {
        all?: boolean;
        attr?: string;
        cdbFile?: string;
        cdbPassword?: string;
        env: Record<string, string | undefined>;
        skipEnvFile?: boolean;
    }
    Index

    Properties

    all?: boolean

    Additionally list unrecognized CENTRS_* lines present in the file.

    attr?: string

    Print only this key, instead of every managed key.

    cdbFile?: string
    cdbPassword?: string
    env: Record<string, string | undefined>
    skipEnvFile?: boolean

    True when the invocation passed --skip-env-file (informational only — see module docs).