Skip to main content

GitHub user and search CLI built on the untaped SDK.

Project description

untaped-github

untaped-github is a standalone GitHub CLI built on the untaped SDK. It provides authenticated user inspection, complete org/team repository inventory, GitHub REST search across repositories, code, issues/PRs, and users/orgs, and a question-first sweep command for repeated team-wide code and file presence checks over a managed local Git corpus. It also ships the shared config, profile, and skills command groups every untaped tool ships.

Install

uv tool install untaped-github

Configure

untaped-github config set token --prompt   # bare key → this tool's section
untaped-github whoami
untaped-github --profile work whoami        # --profile works in any position

For GitHub Enterprise Server, configure the API base URL explicitly:

untaped-github config set base_url https://github.example.com/api/v3

Settings are stored per profile in ~/.untaped/config.yml (shared with the other untaped tools). Shared SDK settings such as ui.theme and http.* are per-profile keys too (e.g. untaped-github config set http.verify_ssl false).

Commands

untaped-github whoami
untaped-github repos list [PATTERN] [--org ORG]... [--team ORG/SLUG|SLUG]...
untaped-github sweep content REGEX --org ORG|--team ORG/SLUG|--repo OWNER/NAME
untaped-github sweep paths GLOB --org ORG [--without-content PATTERN] [--fail-on-match]
untaped-github cache status|worktree ...
untaped-github cache clean --repo OWNER/NAME|--all|--prune [--yes|-y]
untaped-github search repos [QUERY]
untaped-github search code [QUERY]
untaped-github search issues [QUERY]
untaped-github search users [QUERY]
untaped-github config|profile|skills ...

Examples:

untaped-github sweep content old_api --org acme --without-content new_api
untaped-github sweep content log4j --team acme/platform --fail-on-match
untaped-github sweep content old_api --org acme \
  --format raw --columns clone_url \
  | untaped-workspace add --stdin --workspace remediation
untaped-github cache status --format table

See docs/github.md for command details and examples.

Public Client API

Sibling untaped tools may import GithubClient, GithubSettings, GithubGraphqlError, repository inventory helpers such as ResolveRepositoryInventory, and the batched ref-probe result models from untaped_github. GithubClient.batch_repo_refs(...) probes branch/tag refs; GithubClient.batch_default_branch_refs(...) probes only default branches with a connection-free GraphQL query. Both return BatchRepoRefsResult, including GraphQL cost, remaining, reset metadata, and per-repo transient failures from bounded GraphQL retry/adaptive-split handling.

Development

uv sync
uv run pytest
uv run mypy
uv run ruff check --fix
uv run ruff format
uv run untaped-github --help

See AGENTS.md for architecture rules and GitHub-specific contracts. See docs/release.md for the PyPI/TestPyPI release workflow.

Security

Please report suspected vulnerabilities privately. See SECURITY.md.

Contributing

See CONTRIBUTING.md and AGENTS.md for the local workflow, architecture rules, and GitHub-specific contracts.

License

MIT. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

untaped_github-0.15.0.tar.gz (55.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

untaped_github-0.15.0-py3-none-any.whl (72.9 kB view details)

Uploaded Python 3

File details

Details for the file untaped_github-0.15.0.tar.gz.

File metadata

  • Download URL: untaped_github-0.15.0.tar.gz
  • Upload date:
  • Size: 55.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for untaped_github-0.15.0.tar.gz
Algorithm Hash digest
SHA256 1a7ed067545127e4d0c6b5def6cd928472b4172301b1ec9b5697000e43494f97
MD5 fc51cd095f119d34cef577af8bd24586
BLAKE2b-256 6050623cc92af213dcc29cf674dc15e3ccb267a0c4502d31fb433b3410027c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for untaped_github-0.15.0.tar.gz:

Publisher: release.yml on alexisbeaulieu97/untaped-github

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untaped_github-0.15.0-py3-none-any.whl.

File metadata

  • Download URL: untaped_github-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 72.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for untaped_github-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f011d118e9ec156603efda954c18ce2c66fd0329df49644c800e74e64b638d72
MD5 ed60ace9192f2ad625db86fabcbdfdff
BLAKE2b-256 07b8dd67343941bdd482290c409a4159cb21d51b2f2d26b8e3da09f5cd3911ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for untaped_github-0.15.0-py3-none-any.whl:

Publisher: release.yml on alexisbeaulieu97/untaped-github

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page