mirror of https://github.com/on4kjm/FLEcli.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
517 B
517 B
Build Notes
Bootstrap
Install Cobra CLI tool go install github.com/spf13/cobra-cli@latest
go build && go install
to build with goreleaser
goreleaser --snapshot --skip-publish --rm-dist
dist/FLEcli_darwin_amd64/FLEcli
docker build -f docker/Dockerfile -t test/test dist/FLEcli_linux_arm64
to push a release
- on the master branch
git tag v0.1.1
git push --tag