Cumulocity CLI 2.12.0
Changelog
Improvements
-
Support tab completion for aliases (#147)
-
Support installing go-c8y-cli via
go install
. This is not the recommended way of installing the tool, however it does make it easier to test out branches/PRs before they have been released without having to clone and build the project yourself. (#148)# install: need to set a specific branch go install github.com/reubenmiller/go-c8y-cli/cmd/c8y@master # add the GOPATH to the PATH variable export PATH="$(go env GOPATH)/bin:$PATH" # use it. Note: The branch name will be set to "unknown" c8y version
Build
- Update build dependencies (#148)