metal-cli-v0.15.0
equinix-homebrew-tap
released this
20 Jun 17:00
·
217 commits
to main
since this release
The v0.15.0
release of metal-cli
begins our migration from the packngo
SDK to metal-go
. The following subcommands have been updated to use metal-go
in this release:
init
metros
operating-systems
plan
project
In addition, all subcommands have gained the --http-header
flag, which can be used to add custom HTTP headers to any request that is sent to the Equinix Metal API as part of a metal-cli
command execution.
What's Changed
- Bump golang.org/x/term from 0.5.0 to 0.6.0 by @dependabot in #256
- Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #258
- feat: add --http-header flag for adding additional headers by @0xch4z in #264
- fix: updated API token portal path by @Vasubabu in #262
- Bump golang.org/x/term from 0.6.0 to 0.8.0 by @dependabot in #263
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #259
- Added client metal-go by @Vasubabu in #274
- Updated metal-go client for OS, Metros, Plans by @Vasubabu in #275
- Updated metal-go client for projects sub-commands by @Vasubabu in #276
New Contributors
Full Changelog: v0.14.1...v0.15.0