Skip to content

Releases: tamnd/any-cli

v0.4.0

14 Jun 12:04
v0.4.0
4e41294

Choose a tag to compare

Changelog

Other

v0.3.3

14 Jun 10:59
v0.3.3
57fefdb

Choose a tag to compare

Changelog

Other

  • 57fefdb: kit: add Host.Search to drive a domain's free-text search (#12) (@tamnd)

v0.3.2

14 Jun 10:54
v0.3.2
8570e6a

Choose a tag to compare

Changelog

Other

v0.3.1

14 Jun 10:49
v0.3.1
acea33e

Choose a tag to compare

Changelog

Other

  • acea33e: kit/render: shrink a too-wide table to the terminal width (#10) (@tamnd)

v0.3.0

14 Jun 10:42
v0.3.0
9101882

Choose a tag to compare

Changelog

Other

  • 7fe2e65: Scaffold a kit driver, not a bare cobra CLI (#8) (@tamnd)
  • 9101882: kit/render: draw table and markdown with lipgloss, color on a TTY (#9) (@tamnd)

v0.2.0

14 Jun 04:43
v0.2.0
8e70a88

Choose a tag to compare

The kit framework gains a resource-URI layer and a database/sql-style domain-driver registry, so a site CLI can expose its records under one URI namespace.

  • Resource URIs (scheme://authority/path) with a domain registry: blank-import a driver and its records become addressable.
  • Host dereferences URIs, follows typed kit:"link" edges, mints a record's own URI, and reads its kit:"body" text.
  • The mint index is seeded only from resolver ops, so a list op never mis-mints a child under its parent's authority.

v0.1.0

13 Jun 17:34
v0.1.0
4b585fc

Choose a tag to compare

Changelog

Other