pub async fn run(
path: Option<Utf8PathBuf>,
name: Option<String>,
tags: Vec<String>,
no_color: bool,
) -> Result<()>Expand description
Add the PJ at path (or cwd) to the global registry. Refuses
to register a PJ that hasn’t been kata init-ed yet — without
.kata/applied.toml there’s nothing useful for the registry
to point at.