# Installer openshift-cli avec Homebrew, chocolatey, MacPorts, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de openshift-cli pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openshift-cli
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install oc
```

  Preuve: MacPorts ports tree: sysutils/oc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- zypper (92%):

```sh
sudo zypper install oc
```

  Preuve: openSUSE Tumbleweed package metadata: oc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install openshift-cli
```

  Preuve: Chocolatey community package catalog: openshift-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','openconnect-gui'

## Faits du paquet

- **Clé du paquet:** brew:openshift-cli
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/openshift-cli>
- **Version:** 4.22.6
- **Résumé source:** OpenShift command-line interface tools
- **Page d'accueil:** <https://www.openshift.com/>
- **Dépôt:** <https://github.com/openshift/oc>
- **Docs amont:** <https://www.openshift.com/>
- **Licence:** Apache-2.0
- **Archive source:** <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.22.6/openshift-client-src.tar.gz>
- **Dernière mise à jour:** 2026-08-04T18:24:51Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- oc (cli)
- oc (alias)

## Dépendances de compilation

- go

## Bibliothèques fournies par macOS

- krb5

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 4.22.6
- gestionnaire mis à jour: 2026-08-04
- données locales: OK
- dépôt amont: https://www.openshift.com/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

OpenShift CLI, installed as `oc`, is the command-line client for Red Hat OpenShift and OKD. It layers OpenShift-specific workflows on top of Kubernetes client behavior, so administrators and developers can manage clusters, projects, apps, builds, routes, and resources from a terminal.

### Historique du projet

OpenShift began as Red Hat's platform-as-a-service effort before the Kubernetes era. Red Hat's 10-year retrospective says OpenShift existed as a beta public cloud service before the OpenShift 1.0 launch at AWS re:Invent 2012, and later evolved toward hybrid cloud and Kubernetes-based infrastructure.

`oc` became the everyday terminal interface for that platform. The `openshift/oc` repository describes it as the OpenShift command line, part of OKD, built on top of `kubectl` while adding commands that simplify interaction with an OpenShift cluster.

### Historique d'adoption

Because OpenShift is sold, hosted, and supported across self-managed and managed environments, `oc` is distributed through Red Hat downloads, cluster web consoles, RPMs, Homebrew, and other package managers. Red Hat documentation explicitly treats it as the CLI for working directly with project source code, scripting operations, and managing projects when the web console is unavailable.

The OKD community documentation mirrors the same installation and usage flow, reflecting `oc`'s role across both the commercial OpenShift Container Platform and the community distribution.

### Modes d'utilisation

Operators use `oc login`, `oc get`, `oc apply`, `oc adm`, and release/admin subcommands to inspect and change clusters. Developers use it to create projects, deploy applications, view logs, expose services, manage builds, and script OpenShift workflows.

The CLI reads the same kubeconfig-style credentials location used by Kubernetes clients, which lets it fit into the broader Kubernetes tooling ecosystem while still exposing OpenShift-specific commands such as project and app helpers.

### Pourquoi les passionnés de paquets s'y intéressent

`oc` is a good example of a package whose name, executable, and upstream identity differ: Homebrew packages `openshift-cli`, the executable is `oc`, and the GitHub repository is `openshift/oc`. It also shows how Kubernetes platform vendors package a superset CLI rather than asking users to compose many separate tools.

### Chronologie

- 2012: OpenShift 1.0 launched after an earlier beta public cloud service.
- 2018-08-03: Red Hat announced the OKD name for the OpenShift Origin community distribution.
- 2019-05-28: The public `openshift/oc` GitHub repository was created.
- OpenShift 4.x: Red Hat documentation packages `oc` as a standard CLI tool downloadable for Linux, Windows, macOS, RPM-based installs, and Homebrew.

### Related projects

- `oc` is closely related to Kubernetes `kubectl`, OKD, OpenShift Container Platform, OpenShift release tooling, and Red Hat's broader OpenShift managed-service offerings.

### Sources

- <https://api.github.com/repos/openshift/oc>
- <https://docs.okd.io/latest/cli_reference/openshift_cli/getting-started-cli.html>
- <https://docs.redhat.com/en/documentation/openshift_container_platform/4.11/html/cli_tools/openshift-cli-oc>
- <https://formulae.brew.sh/api/formula/openshift-cli.json>
- <https://formulae.brew.sh/formula/openshift-cli>
- <https://github.com/openshift/oc>
- <https://www.redhat.com/en/blog/okd310release>
- <https://www.redhat.com/en/blog/paas-kubernetes-cloud-services-looking-back-10-years-red-hat-openshift>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour openshift-cli. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



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


## Credential files

- Unix: ${HOME}/.kube/config
- Windows: %USERPROFILE%\.kube\config
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openshift-cli
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Chocolatey - openshift-cli: normalized package name match | Chocolatey community package catalog: openshift-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','openconnect-gui'
- MacPorts - oc: installed executable or alias match | MacPorts ports tree: sysutils/oc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- zypper - oc - 4.22.0-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: oc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Openshift / OKD Client CLI | https://github.com/openshift/oc
- zypper - oc-bash-completion - 4.22.0-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: oc-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for oc | https://github.com/openshift/oc
- zypper - oc-fish-completion - 4.22.0-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: oc-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for oc | https://github.com/openshift/oc
- zypper - oc-zsh-completion - 4.22.0-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: oc-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for oc | https://github.com/openshift/oc


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [ocm](https://pkg.so/fr/brew/ocm/) - Shares the same upstream homepage.
- [rosa-cli](https://pkg.so/fr/brew/rosa-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes, openshift.
- [odo-dev](https://pkg.so/fr/brew/odo-dev/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes, openshift.
- [kubernetes-cli](https://pkg.so/fr/brew/kubernetes-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k9s](https://pkg.so/fr/brew/k9s/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k3d](https://pkg.so/fr/brew/k3d/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [ctlptl](https://pkg.so/fr/brew/ctlptl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [eksctl](https://pkg.so/fr/brew/eksctl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [skaffold](https://pkg.so/fr/brew/skaffold/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [kn](https://pkg.so/fr/brew/kn/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, command-line, infrastructure.

## Combined YAML source

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


## Sources

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