Skip to content

Releases: go-tapd/cli

v0.1.5

19 May 16:48
673f401

Choose a tag to compare

Changelog

  • 673f401 feat(release): add npm distribution wrapper (#15)

v0.1.4

19 May 16:39
673f401

Choose a tag to compare

Changelog

  • 673f401 feat(release): add npm distribution wrapper (#15)

v0.1.3

19 May 15:52
754a352

Choose a tag to compare

Changelog

  • 754a352 ci(release): switch homebrew install to formula (#14)

v0.1.2

19 May 15:29
7b263a4

Choose a tag to compare

Changelog

  • 7b263a4 ci(release): publish homebrew cask (#13)

v0.1.1

19 May 14:09
2f682d6

Choose a tag to compare

What's Changed

  • ci(release): add goreleaser release workflow by @flc1125 in #12

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 May 02:15
bb87ed3

Choose a tag to compare

TAPD CLI v0.1.0

This is the first public release of TAPD CLI, a command line client for TAPD built on top of the typed github.com/go-tapd/tapd SDK.

Highlights

  • Initial open-source release of the tapd command line client.
  • Authentication support via personal access token, basic credentials, local config, and environment variables.
  • Command coverage for common TAPD resources, including stories, bugs, tasks, iterations, workspaces, wiki pages, test cases, releases, comments, attachments, webhooks, and TAPD Lite comments.
  • Table output by default, with JSON output available through --format json.
  • Workspace-aware commands using --workspace-id / -w.
  • Documentation for command areas and feature coverage.

Install

go install github.com/go-tapd/cli/cmd/tapd@v0.1.0

Quick Start

tapd login --auth-method pat
tapd auth status
tapd story list --workspace-id 123456 --limit 20

Notes

This release focuses on making the CLI usable as a thin, typed wrapper over the TAPD SDK. Some command areas are still evolving, and test coverage is currently minimal. Please check features.md for the current CLI command coverage.

Full Changelog: https://github.com/go-tapd/cli/commits/v0.1.0