Zola
Available goals
| Goal | Tool | Product module |
|---|---|---|
imp gen-lockfiles | Zola | //rules/zola |
Configuration
zolaToolchain()
zolaToolchain(version, opts = {})
Declare a zola toolchain version and optionally set it as the default. matching lockfile entry (warns instead of failing).
| Parameter | Type | Description |
|---|---|---|
| version | string | |
| [opts] | object | |
| [opts.default=false] | boolean | |
| [opts.unverified=false] | boolean | Allow downloading without a |
Returns: object Target handle for this zola toolchain.