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 207 B
/** * Common types for Buildkite GraphQL API */ /** Artifact states that can be downloaded */ export const DOWNLOADABLE_ARTIFACT_STATES = new Set(['finished', 'new']); //# sourceMappingURL=buildkite.js.map