Skip to content
Registry StackDocsv0.20.1

evidencectl request prepare command reference

View as Markdown

Prepare the request, authorization header, and verification context.

This page is generated from the public Clap command tree. Hidden implementation commands are omitted.

evidencectl request prepare [OPTIONS] --purpose <PURPOSE> --name <NAME> <--subject <SUBJECT>|--subjects-file <PATH>> <QUESTION>
ConditionRequirement
Command invocationExactly one of --subject <SUBJECT>, --subjects-file <PATH> is required.
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<QUESTION>Yesn/an/an/aQuestion defined by the active local project
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--purpose <PURPOSE>YesNon/an/an/aExact purpose declared by the question
--subject <SUBJECT>NoYesn/an/an/aSubject selector. Repeat role:field=value for a multi-subject question
--subjects-file <PATH>NoNon/an/an/aOwner-only JSON file containing the complete subject selector set
--name <NAME>YesNon/an/an/aSafe name for this retained request
--client <CLIENT>NoNon/an/an/aRegistered local application used to request authorization
--format <FORMAT>NoNosigned-jwssigned-jws, sd-jwt-vcn/aResponse format to request and verify
-h, --helpNoNon/an/an/aPrint help

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.