Global Symbols¶
This document lists every single global type, variable, and function available in Tugger’s Starlark execution environment.
The Starlark environment contains symbols from the following:
Tugger’s Dialect (documented below)
Global Types¶
Tugger’s Starlark dialect defines the following custom types:
CodeSignerAn entity capable of performing code signing.
CodeSigningRequestHolds settings to influence code signing on a single entity.
FileContentRepresents the content of a file on the filesystem.
FileManifestRepresents a mapping of filenames to file content.
MacOsApplicationBundleBuilderUsed to create macOS Application Bundles (i.e.
.appdirectories).SnapAppRepresents an application inside a
snapcraft.yamlfile.SnapPartRepresents a part inside a
snapcraft.yamlfile.SnapRepresents a
snapcraft.yamlfile.SnapcraftBuilderManages the environment and invocations of the
snapcraftcommand.WiXBundleBuilderProduce a Windows exe installer containing multiple installers using WiX.
WiXInstallerProduce a Windows installer using WiX.
WiXMSIBuilderProduce a Windows MSI installer with common installer features using WiX.
Global Functions¶
Tugger’s Starlark dialect defines the following global functions:
glob()Collect files from the filesystem.