Project metadata🔗︎
The project metadata contains properties that are closely related to the project itself. These properties are rather fine-grained settings, as the default values should cover most use cases.
Configuration🔗︎
Project URL🔗︎
v2.0.0 Default: https://github.com/MusicDin/kubitect
By default, Kubitect clones the source code of the project from the official GitHub repository. To use a custom repository instead, set the kubitect.url
property in the configuration file to the desired url.
kubitect:
url: "https://github.com/user/repo"
Project version🔗︎
v2.0.0 Default: CLI tool version
If project version is not specified in the configuration file, version of the CLI tool will be used by default (recommended). To set the specific project version, set kubitect.version
property in the configuration file.
kubitect:
version: v2.2.0 # (1)!
- Version can be either a tag (
v2.2.0
) or a branch name (master
).
All Kubitect versions can be found on the release page.
Warning
A mismatched CLI and project version can lead to unexpected behavior.