PluginTemplate

Plugin template represents a reusable plugin configuration that can be used to create plugin instances.
  • id
    Unique identifier of the plugin template.
  • isGlobal
    Global plugins are native to Spacelift and cannot be removed
  • Human-readable name of the plugin template.
  • description
    Description of the plugin template.
  • URL-safe slug for the plugin template.
  • manifest
    Plugin template manifest containing configuration and metadata.
  • Arbitrary labels set by the user.
  • createdAt
    Unix timestamp representing the plugin template creation.
  • updatedAt
    Unix timestamp representing the plugin template last update.