UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

24 lines (23 loc) 460 B
export type { CommandContext, CommandDef, IO, InputDef, InputResultType, InputsSchema, StringInputDef, StringArrayInputDef, NumberInputDef, BooleanInputDef, PromptChoice, ChoicesFn, } from "./types"; export { MissingInputError } from "./types"; export { defineCommand } from "./defineCommand"; export { registerCommand, getCommand, getAllCommands, getCommandsByGroup, } from "./registry"; export { runCommand } from "./runner";