Skip to content

PluginCommandContext

Shared hook payload for a concrete command execution.

Signatures

ts
interface PluginCommandContext {}

Members

Properties

command

Runtime command schema being executed.

ts
command: CommandSchema;

meta

CLI metadata for this execution.

ts
meta: CommandMeta;

out

Output channel for this execution.

ts
out: Out;

See Also

Released under the MIT License.