# tektoncd-cli を Homebrew, chocolatey, MacPorts, Nix, scoop, zypper でインストール

tektoncd-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

  証拠: 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
```

  証拠: 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
```

  証拠: openSUSE Tumbleweed package metadata: tekton-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

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

  証拠: Chocolatey community package catalog: tektoncd-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.4028','coreinfo'

- Scoop (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:tektoncd-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.45.1
- **ソース概要:** CLI for interacting with TektonCD
- **ホームページ:** <https://github.com/tektoncd/cli>
- **リポジトリ:** <https://github.com/tektoncd/cli>
- **最終更新:** 2026-07-27T11:08:53Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- tkn (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.45.1
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 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.

### ソース

- <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


## セキュリティノート

tektoncd-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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.4028','coreinfo'
- 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.1-1.1: installed executable or alias match | openSUSE Tumbleweed package metadata: tekton-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for interacting with the Tekton CD system | https://github.com/tektoncd/cli


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
