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 `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.

Combined help SHA-256: `04bab0ac1e9691119efcb70627b534a73431f51bb44ed8ba81d93cc10afd6569`; binary SHA-256: `08424ee2465261eafaa112d13ef05a20ce1fe1b6479e896341e22fbc55e61d3e`.