CLI command

probierz author-manifest

Draft and validate an application manifest through the authenticated Stado model router, optionally authoring specs for every journey.

Invocation#

Shell
probierz author-manifest --desc <DESC> --target <TARGET> --repo <REPOSITORIES> <APP_ID>

Required inputs and options#

  • `<appId>`, `--desc`, `--target`, and at least one repeatable `--repo <path>` are required.
  • `--specs` requests journey coverage; `--dry-run` prevents accepted files from being installed.

Output and state effects#

Runs the manifest authoring workflow, writes its result as JSON, and sets exit code 1 when `result.ok` is false. Terminal probes retain finite CLI output and its actual exit status rather than requiring an interactive process to remain open. This observation is authoring context, not a passing journey. Without `--dry-run`, accepted manifest/spec files may be written.

Exact refusals#

  • Exact missing-input refusals name the app ID, description, target, or required repository.
  • Unknown options, unexpected arguments, and value flags without values are refused by `validateAuthorOptions`.
  • Router/authentication, target verification, or final validation failure cannot produce `ok: true`.

Source snapshot#

Generated from the Rust binaries at https://github.com/wisent-ai/probierz.git revision `c589d6917201c31f57e6a7f24522c0d50ae5bd0f`.

Combined help SHA-256: `43f0d9cd136ac2c46ec3eedb2824bd5d6168f235dea4caaa50610c005f40c84a`; binary SHA-256: `7e42c843082863ed265817de90a110a2f27546426a54d372e10009fd665a4d8e`.