Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigOpts

Hierarchy

  • IConfigOpts

Index

Properties

Optional homeDir

homeDir: string

Directory where global config files are located. Defaults to ~/.appName.

Optional noLoad

noLoad: boolean

Do not attempt to load the config, meant for when the config is broken

Optional projectDir

projectDir: string

Directory where project config files are located. Defaults to working directory.

Optional vault

Vault object with methods for loading and saving secure credentials

Generated using TypeDoc