untaped
untaped is a batteries-included CLI for DevOps workflows. One install gives you six capabilities that share one config file, the same profiles, and the same output and piping rules:
workspace: declare sets of Git repos, clone and sync them, run a command in each.github: repo inventory, GitHub search, and content sweeps across hundreds of repos.jira: search, create, update and transition Jira Data Center issues.awx: inspect, change, launch, sync and test AWX/AAP resources.ansible: Ansible role dependency graphs and upstream impact.recipe: plan, preview and apply file changes across many directories.
Root commands manage the tool itself: config, profile, skills,
doctor and capabilities.
Install
Python 3.14 and uv are required.
uv tool install untaped
untaped --version
untaped doctor
Quick start
# Store a token without echoing it
untaped config set github.token --prompt
untaped github whoami
# List an org's repos and clone them into a workspace
untaped workspace init acme
untaped github repos list --org acme --no-archived --format pipe \
| untaped workspace add --stdin --workspace acme --sync
# Run a command in every repo
untaped workspace foreach 'git status -s' --workspace acme
Most commands take --format table|json|yaml|raw|pipe and --columns.
--format pipe writes typed records that another untaped command reads with
--stdin. Only data goes to stdout; progress and errors go to stderr.
Documentation
Start with Getting started. The documentation index lists everything:
- guides for workspace, github, jira, awx, ansible and recipe;
- configuration and the generated configuration reference;
- references for pipes, exit codes and environment variables;
- agent skills for AI coding agents;
- building a capability provider for extending
untaped.
Security
Please report suspected vulnerabilities privately. See SECURITY.md.
Contributing
See CONTRIBUTING.md and AGENTS.md for the local workflow and architecture rules. Releases follow docs/release.md.
License
MIT. See LICENSE.
Release files for untaped 7.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| untaped-7.0.0.tar.gz | 531.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| untaped-7.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / untaped-7.0.0.tar.gz
| Download URL | untaped-7.0.0.tar.gz |
|---|---|
| Size | 531.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1651e8db569bb1ce5c87e004a936a8488b89d52bff5d5ad57126ed4ab10dc1b
|
|
BLAKE2b-256 checksum How to use checksums |
da36e8fbaf2d1e5544a8b79a66bdf81ed7575d4ad10eadf0210265b1c7ccea4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / untaped-7.0.0-py3-none-any.whl
| Download URL | untaped-7.0.0-py3-none-any.whl |
|---|---|
| Size | 733.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3911ff60859e40fbed0e5f787e69016a4ebfaa21b0abbbebae5493278e335df
|
|
BLAKE2b-256 checksum How to use checksums |
83805357f5a5a3a937a0c3a11156a1da685d38ba2dc8d4a6b237f2ca01155f46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency log