Workstation API - v0.6.2
    Preparing search index...

    Interface NestedWorkstationOptions

    Guest-side reconciliation settings. Paths refer to the guest, never the host.

    interface NestedWorkstationOptions {
        config: string;
        executable?: string;
        frozen?: boolean;
        machine?: string;
        noRemove?: boolean;
        plan?: boolean;
    }
    Index
    config: string

    Guest configuration path; must already exist inside the environment.

    executable?: string

    Guest executable on PATH or an explicit executable path.

    frozen?: boolean

    Require existing guest package pins.

    machine?: string

    Explicit guest machine selection, independent of the host selection.

    noRemove?: boolean

    Reject removal actions in a guest build.

    plan?: boolean

    Inspect only; does not bootstrap or apply guest resources.