Interface: CliDispatchProvenance
Extends
Pick<RenderedRouteProvenance,"manifestDigest"|"projectRoot">
Properties
commands
readonlycommands: readonlystring[]
Every command the graph compiled, so a dispatch failure can name the alternatives.
manifestDigest?
readonlyoptionalmanifestDigest?:string
The manifest digest when the route came from the compiler; absent for a module rendered directly.
Inherited from
RenderedRouteProvenance.manifestDigest
projectRoot?
readonlyoptionalprojectRoot?:string
Inherited from
RenderedRouteProvenance.projectRoot
proofLevel
readonlyproofLevel:"cli-dispatch"