Oicana CLI
CLI builds are published on GitHub
Run oicana -h
oicana -h
for a list of all commands and options.
The command oicana pack
oicana pack
can package an oicana template to be usable in all supported environments. It will bundle everything in an archive with fast compression.
While packing, all required dependencies will be copied from the local Typst cache. If a package from the preview
preview
namespace is missing, it will be downloaded from Typst universe. You can install packages with any namespace by copying them in the correct location (see the documentation on template dependencies).
For a list of all command options, run oicana pack -h
oicana pack -h
.
With oicana test
oicana test
all tests of the currently targeted template will be executed.
Learn more about testing Oicana templates in the testing section.
Note
The validation is work in progress. The command will currently only check if the manifest can be parsed.
Oicana templates are valid Typst projects. Inputs require additional configuration in their typst.toml
typst.toml
.