Automic VaultAutomic Vault

brew

Installer yj avec Homebrew, apk, MacPorts, Nix

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install yj

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install yj

MacPorts ports tree · textproc/yj/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add yj

Alpine Linux edge package indexes · yj · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#yj

nixpkgs package indexes · pkgs/by-name/yj/yj/package.nix · Source: api.github.com

aperçu

Résumé du paquet

CLI to convert between YAML, TOML, JSON and HCL

historique

Historique du projet et usages

yj is a Go command-line converter between YAML, TOML, JSON, and HCL. Its defining package-nerd feature is preserving map order across conversions, a detail that matters when config files need to remain readable or diffable.

Historique du projet

The project was published in March 2017 and reached v1.0 immediately. Its release line then expanded through v2.0 in 2018, v3 and v4 in 2019, and v5 in 2020-2022 as the supported format libraries and conversion semantics matured.

The v5.0.0 release notes mark the major turning point: conversions between all formats began preserving map order, TOML moved to a 1.0 release candidate, YAML moved to yaml.v3, and the maintainer noted that order preservation required manually parsing library ASTs. v5.1.0 updated TOML support to TOML 1.0.0 and adjusted the Go module path.

Historique d'adoption

yj is adopted by users who need shell-friendly data-format conversion without writing one-off scripts. The README documents Homebrew installation, release binaries for macOS, Linux, and Windows, a Docker image, and use as Go packages for converting data formats into ordered Go objects.

Modes d'utilisation

The yj CLI reads from stdin and uses compact two-letter flags to choose source and destination formats, such as YAML to JSON, JSON to YAML, TOML to HCL, or HCL to JSON. It also includes options for JSON indentation, HTML escaping, YAML key parsing, and NaN/Inf handling.

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

yj matters because it lives in the config-file conversion niche where jq, yq, hcl tools, and ad hoc scripts overlap. For package catalogs, it is a clean example of a small executable that bridges infrastructure formats rather than owning one format ecosystem.

Order preservation is its standout detail: many converters can translate syntax, but fewer try to preserve human-authored map order across YAML, TOML, JSON, and HCL.

Chronologie

  • 2017-03: Repository created and v1.0 released.
  • 2018-06: v2.0 released.
  • 2019-01: v3.0 and v3.1.0 released.
  • 2019-05: v4.0.0 released.
  • 2020-07: v5.0.0 adds map-order preservation across all formats.
  • 2022-04: v5.1.0 updates TOML support to 1.0.0 and module path to v5.

Related projects

  • YAML, TOML, JSON, and HCL: the four formats yj converts among.
  • jq and yq-style tools: neighboring command-line data transformation tools.
  • HashiCorp HCL: infrastructure configuration format supported by yj.

Sources

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 13 plateformes.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
yjcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire5.1.0
gestionnaire mis à jour
données localesOK
amontà jour
dernière version détectéev5.1.0

https://github.com/sclevine/yj

  • infoNo package-manager update timestamp was available.confiance faible

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:yj
Version5.1.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/yj
Page d'accueilhttps://github.com/sclevine/yj
Dépôthttps://github.com/sclevine/yj
Docs amonthttps://github.com/sclevine/yj#readme
LicenceApache-2.0
Archive sourcehttps://github.com/sclevine/yj/archive/refs/tags/v5.1.0.tar.gz
Dépendances de compilationgo
Bouteilledisponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameyj
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

yj

nix profile install nixpkgs#yj
  • normalized package name match
  • Correspondance par : Yj
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/yj/yj/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

yj 1.2.4-r0

Command line tool that converts YAML to JSON

https://github.com/bruceadams/yj

sudo apk add yj
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: yj
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Yj
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yj from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

yj

sudo port install yj
  • normalized package name match
  • Correspondance par : Yj
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/yj/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Combined YAML source

View the package source record on GitHub.

combined/yj.yml

Sources utilisées

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