Frodo Library - v4.0.0-10
    Preparing search index...

    Interface FullExportOptions

    Full export options

    interface FullExportOptions {
        coords: boolean;
        includeActiveValues: boolean;
        includeDefault: boolean;
        includeReadOnly: boolean;
        noDecode: boolean;
        onlyGlobal: boolean;
        onlyRealm: boolean;
        target?: string;
        useStringArrays: boolean;
    }
    Index

    Properties

    coords: boolean

    Include x and y coordinate positions of the journey/tree nodes.

    includeActiveValues: boolean

    Include active and loaded secret values

    includeDefault: boolean

    Include default scripts in export if true

    includeReadOnly: boolean

    Include read only config in export if true

    noDecode: boolean

    Do not include decoded variable value in export

    onlyGlobal: boolean

    Export only global config

    onlyRealm: boolean

    Export config only for the current realm

    target?: string

    Host URL of target environment to encrypt secret values for

    useStringArrays: boolean

    Use string arrays to store multi-line text in scripts.