Expand description

Global config object.

Constructors

constructor

new (): Config

Properties

Listen on all interfaces to allow remote access.

Branding to use.

Default case id to use when no case id is provided.

Context for diff patches.

Global encoding idk why you would want to change this. Perhaps for windows it'd be smart.

Whether a case id was specified.

Whether to use cli fancy graphics.

Force graphically showing command execution.

Prefer terminal interactivity to confirm things.

Config option that automatically is set during elevation of privs.

Skip caching already rendered and finished elements. Probaly should use only for debugging.

Mode of operation. 1 is auditing, 2 is snapshotting, 3 is applying. Both 1 and 2 should not make any changes to the system.

uid as determined by the platform

Port for integerated web servers.

Try to leave minimal messages about progress. Does not stop fancy graphics.

Pipe subprocess stderr to this process stderr.

Pipe subprocess stdout to this process stdout. Can slow down program a lot cause we run commands that send a lot of output.

stdout debug output?