Wharf CLI
Commands
$ wharf build --dry-run
$ wharf lint
$ wharf init --template dotnetBuilding with plugins, see: Wharf CLI plugins#
Configuration
Sample wharf.toml file:
[definitions]
git.repo = https://gitlab.local/wharf-project/definitions
[[building.plugins]]
name = local
enabled = true
[[building.plugins]]
name = container
enabled = true
[[building.plugins]]
name = kubernetes
enabled = true