Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfOpts

Options that will affect the behavior of the ProfileInfo class. They are supplied on the ProfileInfo constructor.

Hierarchy

  • IProfOpts

Index

Properties

Optional overrideWithEnv

overrideWithEnv: boolean

Indicates if environment variables should override values stored in Zowe configuration profiles on disk. The default is false.

Optional requireKeytar

requireKeytar: () => NodeModule

Implements a custom method to require Keytar module which manages secure credentials. If undefined, the default implementation is to require("keytar") from the caller app's node_modules folder.

Type declaration

    • (): NodeModule
    • Returns NodeModule

Generated using TypeDoc