metal-cli icon indicating copy to clipboard operation
metal-cli copied to clipboard

Official Equinix Metal CLI

Results 93 metal-cli issues
Sort by recently updated
recently updated
newest added

Part of https://github.com/equinix/metal-cli/issues/411 (Used CPEM's LBaaS Go project as the base. Lots of cleanup ahead. ) This PR introduces the minimal subcommand support to start working with LoadBalancers. This PR...

`metal init` should work with either a Project or a User API token. If you use a project API token you won't be able to perform certain actions, but that...

enhancement

### What happened? I ran `metal project get --filter name=foo` and the foo project was not filtered. The filter argument was silently ignored. I then ran `curl` with `/projects?name=foo` and...

bug

While migrating the `metal 2fa` subcommand from packngo to equinix-sdk-go, we found that the `enable` and `disable` commands do not appear to work (at least, not as documented or implemented)....

When running `metal vrf delete -f -i {id}` with Gateways attached, a 422 is returned. This 422's `{errors:[messages...]}` are not being included in the output making the error hard to...

bug

### What happened? currently, metal-cli compilation is fine with [email protected] and [email protected] [email protected], but when we try with the latest Go version observe a below failure. make failed with [email protected]...

bug

We're not using the Servicer.Excludes/Includes functions in some of these pagination locations. This is needed to ensure that the `--include` and `--exclude` arguments from the CLI make it into the...

### What happened? Retrieving project's connections returns json error ``` ❯ go run ./cmd/metal/main.go conn list -p 0584bf5d-dd7d-4e49-bc2d-ebfdf41b3c55 Error: could not list Project Interconnections: json: cannot unmarshal number 10000000000 into...

bug

### What happened? Servers created through E2E testing are not being deleted after the tests complete. The project name is the same in each test so it is difficult to...

bug