macOS
brew install tektoncd-clilocal Homebrew formula metadata
sudo port install tektoncd-cliMacPorts ports tree · devel/tektoncd-cli/Portfile · source: api.github.com
brew
CLI for interacting with TektonCD. Version 0.45.0 via Homebrew; verified 2026-05-12.
install
brew install tektoncd-clilocal Homebrew formula metadata
sudo port install tektoncd-cliMacPorts ports tree · devel/tektoncd-cli/Portfile · source: api.github.com
nix profile install nixpkgs#tektoncd-clinixpkgs package indexes · pkgs/by-name/te/tektoncd-cli/package.nix · source: api.github.com
sudo zypper install tekton-cliopenSUSE Tumbleweed package metadata · tekton-cli · source: download.opensuse.org
choco install tektoncd-cliChocolatey community package catalog · tektoncd-cli · source: community.chocolatey.org
scoop install main/tektoncd-cliScoop official bucket manifest trees · bucket/tektoncd-cli.json · source: api.github.com
overview
CLI for interacting with TektonCD
history
Tekton CLI, installed as `tkn`, is the command-line interface for Tekton, a Kubernetes-native CI/CD framework. It gives users high-level commands for Tekton resources without requiring every interaction to go through raw `kubectl` custom-resource operations.
Tekton itself is described by the official site as a cloud-native open source framework for creating CI/CD systems that run across cloud providers and on-premise systems. The docs explain that Tekton installs as an extension on Kubernetes and provides custom resources for tasks, pipelines, triggers, catalogs, chains, and related components.
The CLI developed as a supporting component for this ecosystem. Its README says the Tekton Pipelines CLI provides a command-line interface for interacting with Tekton, while the overview docs identify `tkn` as the preferred command-line method because it gives a quicker, streamlined experience compared with lower-level `kubectl` usage.
By the v0.5.0 release in November 2019, the CLI was already being aligned with Tekton Pipelines releases and adding workflow features such as interactive resource creation, starting pipelines with resources, task descriptions, and starting TaskRuns. That release note also records Homebrew-core availability, a useful marker of package-manager adoption.
The current README shows broad packaging and distribution: Homebrew, Chocolatey, Scoop, Linux tarballs, RPMs, DEBs, Ubuntu PPA, Nix, Arch/Manjaro, Homebrew on Linux, and source builds. It also documents using `tkn` as a `kubectl` plugin by symlinking it as `kubectl-tkn`, which makes it fit naturally into Kubernetes operator workflows.
Typical use is managing Tekton tasks, pipelines, PipelineRuns, TaskRuns, triggers, bundles, Hub resources, completions, and versions from a terminal. Users run `tkn` against the Kubernetes context in their kubeconfig, while `kubectl` remains available for lower-level debugging.
Package users care because `tkn` is the ergonomic front end to a Kubernetes CRD-heavy CI/CD system. Installing the CLI from a package manager gives a stable user-facing command while clusters run independently managed Tekton controllers.
Tekton CLI is significant because it packages the human interface to cloud-native CI/CD. In the package-nerd niche, it is the kind of tool that makes Kubernetes custom resources livable: a small binary, shell completions, package-manager distribution, and commands that map CI/CD concepts to terminal workflows.
security posture
No matching local secret-handling manifest was found for tektoncd-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.kube/configCredential-bearing paths to review before unattended agent runs.
~/.kube/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tkn | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/tektoncd/cli
install metadata
| Package key | brew:tektoncd-cli |
|---|---|
| Version | 0.45.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tektoncd-cli |
| Homepage | https://github.com/tektoncd/cli |
| Repository | https://github.com/tektoncd/cli |
| Upstream docs | https://tekton.dev/docs/cli |
| License | Apache-2.0 |
| Source archive | https://github.com/tektoncd/cli/archive/refs/tags/v0.45.0.tar.gz |
| Last updated | 2026-05-12T16:53:32Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tektoncd-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
tektoncd-cli
nix profile install nixpkgs#tektoncd-clitektoncd-cli
sudo port install tektoncd-clitektoncd-cli
choco install tektoncd-climain/tektoncd-cli
scoop install main/tektoncd-clitekton-cli 0.45.0-1.1
CLI for interacting with the Tekton CD system
https://github.com/tektoncd/cli
sudo zypper install tekton-clisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.