Interface: ProjectContext
A command’s stdout, classified as a filesystem path and/or a URL.
Properties
Section titled “Properties”output
Section titled “output”
readonlyoutput:string
readonlyoptionalpath?:string
output when it names something on disk.
pathStats?
Section titled “pathStats?”
readonlyoptionalpathStats?:Stats
file.statSync of path, when it exists.
readonlyoptionalurl?:UrlBuilderImpl
output parsed into a chainable net.UrlBuilder, when it is a real
network URL - a non-blank scheme (not file:) AND a non-blank hostname.
Bare paths, scp-like git@host:... remotes, and file: URLs stay unset.