We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
file:
Pkl currently hard-fails if given a file: URI with a host set.
For example:
pkl eval file://example.com/bar/baz.pkl
Produces:
An unexpected error has occurred. Would you mind filing a bug report?
We should either support remote files, or throw a meaningful error here.