Releases: go-tapd/cli
Releases · go-tapd/cli
Release list
v0.1.7
v0.1.6
What's Changed
- chore(deps): update module github.com/uudashr/iface to v1.4.4 by @renovate[bot] in #16
- chore(deps): update module github.com/uudashr/iface to v1.5.0 by @renovate[bot] in #19
- chore(deps): update module github.com/antonboom/nilnil to v1.1.2 by @renovate[bot] in #18
- chore(deps): update module golang.org/x/sys to v0.45.0 by @renovate[bot] in #20
- chore(deps): update module github.com/antonboom/errname to v1.1.2 by @renovate[bot] in #17
- chore(deps): update module github.com/clickhouse/clickhouse-go-linter to v1.2.1 by @renovate[bot] in #21
- chore(deps): update github.com/charmbracelet/ultraviolet digest to 948f455 by @renovate[bot] in #22
- chore(deps): update golang.org/x/exp/typeparams digest to 08cc537 by @renovate[bot] in #23
- chore(deps): update module github.com/jgautheron/goconst to v1.10.2 by @renovate[bot] in #24
- chore(deps): update module github.com/rogpeppe/go-internal to v1.15.0 by @renovate[bot] in #26
- chore(deps): update golang.org/x/exp/typeparams digest to 50dc527 by @renovate[bot] in #27
- chore(deps): update module github.com/prometheus/common to v0.68.0 by @renovate[bot] in #33
- chore(deps): update module github.com/mattn/go-runewidth to v0.0.24 by @renovate[bot] in #32
- chore(deps): update module github.com/mattn/go-colorable to v0.1.15 by @renovate[bot] in #31
- chore(deps): update module github.com/butuzov/mirror to v1.3.2 by @renovate[bot] in #30
- chore(deps): update golang.org/x/exp/typeparams digest to c761662 by @renovate[bot] in #29
- chore(deps): update module github.com/alecthomas/chroma/v2 to v2.26.1 - autoclosed by @renovate[bot] in #28
- fix(deps): update module github.com/go-tapd/tapd to v0.17.1 by @renovate[bot] in #34
- feat(attachment): add upload commands by @flc1125 in #35
- chore(deps): update module github.com/butuzov/mirror to v1.3.3 by @renovate[bot] in #36
- chore(deps): update module github.com/securego/gosec/v2 to v2.27.1 by @renovate[bot] in #38
- chore(deps): update github.com/charmbracelet/ultraviolet digest to 6cf7526 by @renovate[bot] in #37
- chore(deps): update github.com/golangci/rowserrcheck digest to 0ec5bd2 by @renovate[bot] in #39
- chore(deps): update module github.com/prometheus/common to v0.68.1 by @renovate[bot] in #40
- chore(deps): update golang.org/x to 055de63 by @renovate[bot] in #42
- chore(deps): update module github.com/ldez/gomoddirectives to v0.9.0 by @renovate[bot] in #41
- chore(deps): update module github.com/dlclark/regexp2/v2 to v2.1.2 by @renovate[bot] in #43
- chore(deps): update module github.com/dlclark/regexp2/v2 to v2.2.1 by @renovate[bot] in #44
- chore(deps): update github.com/charmbracelet/ultraviolet digest to 35bcb73 by @renovate[bot] in #45
- fix(deps): update golang.org/x by @renovate[bot] in #46
- chore(deps): update module charm.land/lipgloss/v2 to v2.0.4 by @renovate[bot] in #49
- chore(deps): update golang.org/x by @renovate[bot] in #48
- chore(deps): update github.com/charmbracelet/ultraviolet digest to 2399af7 by @renovate[bot] in #50
- chore(deps): update module github.com/dlclark/regexp2/v2 to v2.2.2 by @renovate[bot] in #51
- chore(deps): update module github.com/firefart/nonamedreturns to v1.0.7 by @renovate[bot] in #52
- chore(deps): update module github.com/pelletier/go-toml/v2 to v2.4.0 by @renovate[bot] in #54
- chore(deps): update module github.com/alecthomas/chroma/v2 to v2.27.0 by @renovate[bot] in #53
- chore(deps): update module github.com/prometheus/common to v0.69.0 by @renovate[bot] in #55
- chore(deps): update actions/checkout action to v7 by @renovate[bot] in #57
- chore(deps): update module github.com/pelletier/go-toml/v2 to v2.4.1 by @renovate[bot] in #59
- chore(deps): update github.com/charmbracelet/ultraviolet digest to f39628c by @renovate[bot] in #58
- feat(task): support custom field flags by @flc1125 in #64
- chore(deps): update module github.com/go-critic/go-critic to v0.14.4 by @renovate[bot] in #63
- chore(deps): update module github.com/pelletier/go-toml/v2 to v2.4.2 by @renovate[bot] in #62
- chore(deps): update actions/cache action to v6 by @renovate[bot] in #61
- feat(api): add raw TAPD API command by @flc1125 in #65
Full Changelog: v0.1.5...v0.1.6
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