Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileDependency

Definition for a dependency on another profile. For example you can have a "fruit-ordering" profile which depends on a particular instance of a "banana" type profile. This way when you are issuing commands that require a "fruit-ordering" profile, you can associate a particular set of settings of type "banana".

Hierarchy

  • IProfileDependency

Index

Properties

Optional description

description: string

The description to expose on the auto-generated command line options on profile create and update commands.

required

required: boolean

Can the user use your profile without associating a dependent profile with it? If so, it is not required.

type

type: string

The name of the profile type

Generated using TypeDoc