macOS
brew install jinja2-clilocal Homebrew formula metadata
brew / Rang 2744
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jinja2-cli in AI-Agent-Workflows.
Installation
brew install jinja2-clilocal Homebrew formula metadata
sudo apk add jinja2-cliAlpine Linux edge package indexes · jinja2-cli · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#jinja2-clinixpkgs package indexes · pkgs/by-name/ji/jinja2-cli/package.nix · Quelle: api.github.com
sudo apt install python-jinja2-docDebian stable package indexes · python-jinja2-doc · Quelle: deb.debian.org
Überblick
CLI for the Jinja2 templating language
Verlauf
jinja2-cli is a command-line wrapper around the Jinja2 templating engine. It turns Jinja templates plus structured data files or standard input into a Unix-style filter, making Jinja useful outside Python applications for shell scripts, deployment templates, generated config files, and CI jobs.
The package appeared on PyPI in 2012 as `jinja2-cli`, described as the CLI for Jinja2. Its early releases established the core pattern that still defines the tool: run `jinja2 template.j2 data.json`, or pipe data into `jinja2`, and render with Jinja using JSON and related input formats.
The 0.x release line gradually added and maintained data-format handling and CLI behavior. In 2026 the project reached v1.0.0 after the maintainer returned to the backlog and open pull requests, kept backward compatibility except for dropping Python 2, and pointed users to the expanded docs directory.
The README lists several real-world dependents, including Freedom of the Press Foundation's Dangerzone, Elastic Docker images, and ScyllaDB CloudFormation templates, plus hundreds of GitHub dependents. Its packaging footprint includes PyPI, Homebrew, nixpkgs, AUR, and Alpine, matching its role as a small automation tool used from many operating-system package ecosystems.
The tool reads data from files or stdin, supports inline variables with `-D key=value`, allows custom Jinja2 extensions, imports custom filters with `-F`, and exposes Jinja2 environment options. Built-in formats include JSON, INI, ENV, querystring, and TOML on Python versions with standard TOML support, with optional extras for YAML, XML, HJSON, and JSON5.
jinja2-cli is significant because it packages a Python template engine in the smallest useful Unix shape: one executable that accepts a template and data. It is the kind of tool that appears in Docker builds, release scripts, Kubernetes and cloud-template generation, and distro package sets because it avoids dragging a bespoke Python application into each repository.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
jinja2 | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:jinja2-cli |
|---|---|
| Version | 1.0.1 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/mattrobenolt/jinja2-cli |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
jinja2-cli
nix profile install nixpkgs#jinja2-clijinja2-cli 1.0.1-r0
CLI for Jinja2
https://github.com/mattrobenolt/jinja2-cli
sudo apk add jinja2-clijinja2-cli-pyc 1.0.1-r0
Precompiled Python bytecode for jinja2-cli
https://github.com/mattrobenolt/jinja2-cli
sudo apk add jinja2-cli-pycpython-jinja2-doc 3.1.6-1
documentation for the Jinja2 Python library
sudo apt install python-jinja2-docpython3-jinja2 3.1.6-1
small but fast and easy to use stand-alone template engine
sudo apt install python3-jinja2python-jinja2-doc 3.1.2-1ubuntu1
documentation for the Jinja2 Python library
sudo apt install python-jinja2-docpython3-jinja2 3.1.2-1ubuntu1
small but fast and easy to use stand-alone template engine
sudo apt install python3-jinja2Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.