# Install tektoncd-cli with Homebrew, chocolatey, MacPorts, Nix, scoop, zypper

CLI for interacting with TektonCD. Version 0.45.0 via Homebrew; verified 2026-05-12.

## Install

```sh
sudo av install brew:tektoncd-cli
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install tektoncd-cli
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tektoncd-cli
```

  Evidence: MacPorts ports tree: devel/tektoncd-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tektoncd-cli
```

  Evidence: nixpkgs package indexes: pkgs/by-name/te/tektoncd-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install tekton-cli
```

  Evidence: openSUSE Tumbleweed package metadata: tekton-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install tektoncd-cli
```

  Evidence: Chocolatey community package catalog: tektoncd-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.4623995','rufus.portable'

- Scoop (92%):

```sh
scoop install main/tektoncd-cli
```

  Evidence: Scoop official bucket manifest trees: bucket/tektoncd-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:tektoncd-cli
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/tektoncd-cli>
- **Version:** 0.45.0
- **Source summary:** CLI for interacting with TektonCD
- **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
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- tkn (cli)
- tkn (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 0.45.0
- Package-manager updated: 2026-05-12
- Local data: ok
- Upstream repository: https://github.com/tektoncd/cli
- Upstream latest detected: v0.45.0 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2019: v0.5.0 release aligned the CLI with Tekton Pipelines v0.8.0 and noted Homebrew-core availability.
- 2026: v0.45.0 added customrun describe support, OpenTelemetry migration, Pipelines v1.12.0 support, and dependency security updates.
- 2026: Official docs identify Tekton as a CNCF incubating project and `tkn` as the preferred command-line method.

### Related projects

- Related projects include Tekton Pipelines, Tekton Triggers, Tekton Catalog, Tekton Hub, Tekton Chains, Tekton Operator, Pipelines-as-Code, Kubernetes, and kubectl.

### Sources

- <https://github.com/tektoncd/cli/blob/main/README.md>
- <https://github.com/tektoncd/cli/releases/tag/v0.45.0>
- <https://github.com/tektoncd/cli/releases/tag/v0.5.0>
- <https://tekton.dev/>
- <https://tekton.dev/docs/cli/>
- <https://tekton.dev/docs/concepts/overview/>
- source_facts.description


## Security Notes

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.



## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.kube/config

## Credential files

- Unix: ~/.kube/config
## Source Database Details

- **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:** stable

## Other Package-Manager Records

- Nix - tektoncd-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/tektoncd-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - tektoncd-cli: normalized package name match | MacPorts ports tree: devel/tektoncd-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - tektoncd-cli: normalized package name match | Chocolatey community package catalog: tektoncd-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.4623995','rufus.portable'
- Scoop - main/tektoncd-cli: normalized package name match | Scoop official bucket manifest trees: bucket/tektoncd-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- zypper - tekton-cli - 0.45.0-1.1: installed executable or alias match | openSUSE Tumbleweed package metadata: tekton-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | CLI for interacting with the Tekton CD system | https://github.com/tektoncd/cli


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [brigade-cli](https://www.automicvault.com/pkg/brew/brigade-cli/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, kubernetes.
- [pipelight](https://www.automicvault.com/pkg/brew/pipelight/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, pipelines.
- [woodpecker-cli](https://www.automicvault.com/pkg/brew/woodpecker-cli/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools, pipelines.
- [act](https://www.automicvault.com/pkg/brew/act/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [circleci](https://www.automicvault.com/pkg/brew/circleci/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [dagger](https://www.automicvault.com/pkg/brew/dagger/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [gabo](https://www.automicvault.com/pkg/brew/gabo/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [gama](https://www.automicvault.com/pkg/brew/gama/) - Shares av.db curated category or tags: ci-cd, cli, developer-tools.
- [gitlab-ci-local](https://www.automicvault.com/pkg/brew/gitlab-ci-local/) - Local package facts share a topical domain. Shared terms: ci-cd, cli, developer, developer-tools, pipelines.

## Combined YAML source

View the package source record on GitHub. [combined/tektoncd-cli.yml](https://github.com/automic-vault/db/blob/main/combined/tektoncd-cli.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
