UNPKG

bktide

Version:

Command-line interface for Buildkite CI/CD workflows with rich shell completions (Fish, Bash, Zsh) and Alfred workflow integration for macOS power users

6 lines 194 B
/** * Custom error types for bktide CLI */ export { AuthenticationError } from './AuthenticationError.js'; export { GuidanceError } from './GuidanceError.js'; //# sourceMappingURL=index.js.map