Skip to main content

Interface: RemovePluginInput

Defined in: packages/core/src/application/use-cases/remove-plugin.ts:6

Input for the RemovePlugin use case.

Properties

configPath

readonly configPath: string

Defined in: packages/core/src/application/use-cases/remove-plugin.ts:8

Absolute path to the specd.yaml to update.


name

readonly name: string

Defined in: packages/core/src/application/use-cases/remove-plugin.ts:12

Plugin package name.


type

readonly type: string

Defined in: packages/core/src/application/use-cases/remove-plugin.ts:10

Plugin type key (for example, agents).