Open Knowledge CLI Documentation
Frontmatter5 fields
type
Command Documentation
title
openknowledge registry
description
Inspects, resolves, and refreshes connected knowledge bases.
timestamp

openknowledge registry

The registry gives stable local names to connected bundles. Use this namespace only for management and inspection. Use the top-level okn connect and okn disconnect commands to change membership.

Usage

okn registry list
okn registry list --json
okn registry status [key-or-path]
okn registry status [key-or-path] --json
okn registry refresh <key-or-path>
okn registry refresh <key-or-path> --force
okn registry where <key-or-path>
SubcommandEffect
listList sorted connections and their local paths. JSON includes access, managed state, and provenance.
statusVerify local bundle, cache, Git, and provenance integrity. Do not contact remotes.
refreshFetch and validate a new managed remote generation, then switch the connection atomically.
whereResolve a key or path to its absolute bundle root.

refresh preserves the recorded Git ref and subdirectory selectors. It stages downloads or clones in a separate location. It validates the new generation before activation. If validation fails, it keeps the previous generation.

--force lets refresh discard local changes in the managed cache. status works offline. It reports source drift, cache integrity, Git state, and validation state.

Open Knowledge removed registry connect and registry disconnect before 1.0. No compatibility aliases remain.

Powered by OpenKnowledge.sh