# Installer osc-cli avec Homebrew, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install osc-cli
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:osc-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.11.0
- **Résumé source:** Official Outscale CLI providing connectors to Outscale API
- **Page d'accueil:** <https://github.com/outscale/osc-cli>
- **Dernière mise à jour:** 2026-07-17T19:51:56+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- osc-cli (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.11.0
## Historique du projet et usages

OSC CLI is 3DS OUTSCALE's command-line client for its cloud APIs. The official documentation describes it as a CLI developed by 3DS OUTSCALE for managing OUTSCALE Cloud resources, compatible with the OUTSCALE API and AWS-compliant APIs.

### Historique du projet

GitHub records outscale/osc-cli as created on 2019-01-10. The project shipped as a Python package/SDK, Homebrew formula, AppImage, and Windows zip, giving OUTSCALE users a scriptable interface around cloud API calls.

The README marks osc-cli as deprecated and no longer actively maintained, recommending octl as OUTSCALE's maintained successor CLI. That changes the package's historical role from primary vendor CLI to legacy compatibility tooling.

### Historique d'adoption

Public adoption evidence is mostly vendor-bounded: the tool serves users of OUTSCALE Cloud rather than a general cloud ecosystem. Its release history shows packaged binaries and the osc-sdk Python distribution, but the upstream project itself points new feature work toward octl.

### Modes d'utilisation

Users configure credentials and region data in ~/.osc/config.json, then invoke commands in the form osc-cli SERVICE CALL with optional profile and call parameters. The docs and README show usage such as osc-cli api ReadVms for API requests.

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

OSC CLI is notable as a vendor cloud CLI that doubled as an SDK package. Package nerds care mostly because its deprecation illustrates a common lifecycle: cloud providers publish a thin API wrapper, package it for several platforms, then replace it with a newer CLI when API shape or UX expectations change.

### Chronologie

- 2019-01-10: GitHub repository created.
- 2021-11-22: release v1.7.1 published with AppImage, zip, and Python package artifacts.
- 2023-06-29: release v1.11.0 published.
- After v1.11.0: README marks osc-cli deprecated and directs users to octl.

### Related projects

- octl is the successor recommended by OUTSCALE. oapi-cli is another OUTSCALE CLI focused on interacting with OUTSCALE APIs.

### Sources

- <https://api.github.com/repos/outscale/osc-cli>
- <https://api.github.com/repos/outscale/osc-cli/releases>
- <https://docs.outscale.com/en/userguide/Installing-and-Configuring-OSC-CLI.html>
- <https://formulae.brew.sh/formula/osc-cli>
- <https://github.com/outscale/oapi-cli>
- <https://github.com/outscale/octl>
- <https://github.com/outscale/osc-cli>
- <https://pypi.org/project/osc-sdk/>
- <https://raw.githubusercontent.com/outscale/osc-cli/main/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour osc-cli. Les métadonnées de paquet Nucleus 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.


## Configuration files

- Unix: ~/.osc/config.json

## Credential files

- Unix: ~/.osc/config.json
## Autres enregistrements de gestionnaires de paquets

- Nix - osc-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/os/osc-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
