OBJECT

Installable

Describes a unit of installation for a system.

  • type Installable {
  • # The installer plugin that will be used to install this unit.
  • installer: String!
  • # The human readable display name.
  • displayName: String!
  • # The list of files and folders to be passed to the source installer to be used as
  • # artifacts during installation.
  • artifacts: [OSTaggedFileSystemPath!]!
  • }