metal-cli
metal-cli copied to clipboard
Official Equinix Metal CLI
### What happened? Capacity filtering by metro or facility does not work as documented: `metal capacity get -m DA` should return a only plans in that metro. All metros are...
_Opening this to compare CodeQL to our existing workflows_ https://github.com/packethost/packet-cli/pull/129/checks?check_run_id=2747047071
### What problem are you facing? Completion scripts can be bundled with Homebrew (#38 ), for example, https://github.com/goreleaser/homebrew-tap/blob/master/Formula/goreleaser.rb. This will make it easier for users to take advantage of the...
### What problem are you facing? It should be possible to list project SSH keys: ``` metal ssh-keys list --project-id=... metal ssh-keys create --project-id=... ``` ### How could the Equinix...
### What problem are you facing? It's difficult to see what the newest IP is for an instance using `metal ip get` ### How could the Equinix Metal CLI help...
### What problem are you facing? Having to do date math is cumbersome in a shell. While there are versions of `date` that attempt to make it easier to add...
### What problem are you facing? I would like to see how much bandwidth my devices are using, using packet-cli. ### How could the Equinix Metal CLI help solve this...
On a Mac with go 1.15.4: ``` $ go get -u github.com/equinix/metal-cli/cmd/metal cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of: /usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT) /Users/elake/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH) ```
### What problem are you facing? After the metal config file has been created, it would be helpful if the file could be modified from the command line. ### How...
This experimental branch adds a terraform module interface to `packet-cli`. The goal of this is to make it easier to consume [Packet provider modules](https://registry.terraform.io/search/modules?q=equinix%2Fmetal) from the official Terraform registry. Only...