UNPKG

@spacelift-io/backstage-integration-backend

Version:

Backstage plugin for integrating Spacelift.io with Backstage

16 lines (15 loc) 300 B
export interface Config { spacelift: { hostUrl: string; apiKey: string; /** * @visibility secret */ apiSecret: string; /** * If true, disables the ability to trigger runs. The plugin will be read-only. * @default false */ readOnly?: boolean; }; }