Remove artifacts.
Show usage menu.
Show version identifier.
tuco looks for a configuration file tuco.yaml in the current working directory.
Default: false
When true, enables additional logs.
Example:
debug: trueDefault: "bin"
Customize the toplevel directory for binary artifacts.
Example:
artifacts: "dist"Required, nonblank.
Software application name.
Example:
banner = "hello"Target Go ports.
Example:
ports:
- "darwin/amd64"
- "darwin/arm64"
- "linux/amd64"
- "linux/arm64"
- "linux/riscv64"
- "windows/amd64"
- "windows/arm64"
# ...To enumerate available ports, run go tool dist list.
Default:
- ".DS_Store" # Finder
- "Thumbs.db" # ExplorerSkips corresponding file path patterns.
Syntax: Glob
Example:
excludes:
- ".DS_Store" # Finder
- ".directory" # Dolpin
- "Thumbs.db" # ExplorerDefault: (empty)
Supply additional CLI arguments to go build... commands.
Example:
go_args:
- "-v"