KNOLO / HUBPublishknolo.dev → Runtime
CLI / REFERENCE

Pin knowledge the way you pin software.

The Hub CLI surface is designed around immutable pack identity.

01Commands

These commands are presented as proposed Hub CLI functionality and isolated so syntax can change without rewriting the product surface.

knolo login
knolo publish
knolo add publisher/pack@version
knolo search refunds
knolo info publisher/pack

02Conceptual lockfile

Keep the version and digest together so an application can reproduce the same artifact.

{
  "name": "acme/refunds",
  "version": "1.0.0",
  "sha256": "21a9d04e…7a12",
  "stateRoot": "0x4d19…f0bc",
  "license": "Apache-2.0"
}