Adom Wiki CLI

Install

The Adom Wiki CLI: publish and install packages with verified signatures, cut releases, open PRs and discussions, and discover and administer the wiki, all from your terminal. Replaces adompkg.

adom-wiki pkg install adom/adom-wiki-cli

Latest: v1.0.51, published

Contents

Adom Wiki CLI

adom-wiki is the terminal client for the Adom Wiki registry (wiki.adom.inc). It is a clean Rust + clap CLI that replaces adompkg, organised as pillar -> verb like adom-cli, with a structured hint framework so every command can hand you the exact next step.

What it does

  • pkg — npm-style package management: install, add, publish (signed tarballs, Ed25519 + integrity), pack, lint, version, dist-tag, deprecate, vouch, link/unlink, audit, build (self-healing build-back), init, info, view, search, secrets-list.
  • repo — git-style page ops: clone, commit/push, pull, show, log, status, rename, rm, delete, undelete, contributors, transfer, fork.
  • releasecreate, upload, download, list, view, edit, notes, platform, verify, delete-asset, delete.
  • discussion / pr — open, list, view, comment (with --image), triage, review, merge, the full collaboration lifecycle.
  • page / discover / admin / breadcrumb / family — hero, visibility presets, stars, vouches, search, popularity, scoring, moderation, page families.
  • metawhoami, auth, config, secret, alias, api, doctor, self-update, and --json on every command for machine-readable output.

Install

adom-wiki pkg install adom/adom-wiki-cli

This downloads the verified linux x86_64 release binary and places adom-wiki on your PATH (~/.local/bin). Then run adom-wiki --help for the full command tree.

Source & releases

The source is org-private; the installable package and the per-platform release binaries are public. Grab a binary directly from the Releases tab, or install via the command above.