Releases: go-tapd/cli
Releases · go-tapd/cli
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
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
tapdcommand 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.0Quick Start
tapd login --auth-method pat
tapd auth status
tapd story list --workspace-id 123456 --limit 20Notes
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