source¶
Source a file by fetching it from the internet at scie run-time or scie build-time.
Important
If the file that is being sourced has a digest defined, the fetched content will be checked against the specified digest and a mismatch will lead to an error. Without a digest defined the content of the fetched file will be used as-is!
url¶
type: String
The URL of the file content to fetch.
lazy¶
type: Boolean
default: true
Whether to have the built scie fetch the url
lazily on the target machine.
If false
, the file will be fetched when the scie is built and directly embedded in it.