Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 644 Bytes

Contributing to Onepanel CLI

Building CLI Binaries

You can build CLI binaries as follows:

make all version=1.0.0 \
    manifests-version-tag=v1.0.0 \
    core-version-tag=v1.0.0 \
    core-ui-version-tag=v1.0.0

cli-version is the version of the CLI, following SemVer, example: version=1.0.0

manifests-version-tag is the release tag from manifests

core-version-tag is the release tag from core

core-ui-version-tag is the release tag from core-ui