@karmaniverous/get-dotenv
    Preparing search index...

    Interface BuildDotenvTargetFilenameOptions

    interface BuildDotenvTargetFilenameOptions {
        defaultEnv?: string;
        dotenvToken?: string;
        env?: string;
        privacy: DotenvTargetPrivacy;
        privateToken?: string;
        scope: DotenvTargetScope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultEnv?: string

    Default environment name used when env is not provided.

    dotenvToken?: string

    Base dotenv filename token. Defaults to '.env'.

    env?: string

    Selected environment name (used when scope is 'env').

    Privacy axis (public vs private).

    privateToken?: string

    Private token used for private dotenv files. Defaults to 'local'.

    Scope axis (global vs env-specific).