website-htmx-rustelo-code/provisioning/lian_build/nulib/commands.ncl

20 lines
580 B
Text
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
let { make_command, .. } = import "schemas/commands_registry/defaults.ncl" in
[
make_command {
command = "runners",
requires_args = true,
uses_cache = false,
help_category = "build",
description = "Ephemeral build runners — list, status, kill, gc (hcloud-backed)",
},
make_command {
command = "registry",
aliases = ["reg"],
requires_args = true,
uses_cache = false,
help_category = "build",
description = "OCI registry — ls, tags, manifest, rm (crane client against registry.ontoref.dev)",
},
]