Skip to main content
Dotset CLI API Documentation / tollgate / WizardResult

Interface: WizardResult

Defined in: src/tollgate/wizard.ts:151 Result of the interactive wizard.

Properties

globalDefaults

globalDefaults: {
  action: "allow" | "prompt" | "deny";
  timeout: number;
};
Defined in: src/tollgate/wizard.ts:159

action

action: "allow" | "prompt" | "deny";

timeout

timeout: number;

servers

servers: {
  additionalArgs?: string[];
  envValues: Record<string, string>;
  name: string;
  policyPreset: PolicyPreset;
  template: ServerTemplate;
}[];
Defined in: src/tollgate/wizard.ts:152

additionalArgs?

optional additionalArgs: string[];

envValues

envValues: Record<string, string>;

name

name: string;

policyPreset

policyPreset: PolicyPreset;

template

template: ServerTemplate;