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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/cobra](https://togithub.com/spf13/cobra) | `v1.8.0` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fcobra/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

The `packngo` SDK assumed that the base API URL did not end with a slash, but `equinix-sdk-go` assumes that it does (since it's generated from an OpenAPI spec, all API...

Closes: https://github.com/equinix/metal-cli/issues/242

### What problem are you facing? I cannot easily monitor inactive accounts in the org where I am an admin. As an Equinix Metal Org Admin, I want to use...

enhancement

### What problem are you facing? It should be possible to list, create, and delete API keys: ``` metal ssh-keys list --project-id=... metal ssh-keys create --project-id=... ``` ### How could...

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/equinix/equinix-sdk-go](https://redirect.github.com/equinix/equinix-sdk-go) | `v0.42.0` -> `v0.44.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fequinix%2fequinix-sdk-go/v0.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fequinix%2fequinix-sdk-go/v0.44.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Fixes #484 Previous behavior was to set `{"locked":true}` in `PUT` requests whenever `--locked` was specified. This is because the presence of the flag itself is treated as a toggle. The...

### What problem are you facing? The first table header is empty when running `metal capacity get` without any [--options]. However, including an option will return all column headers, for...

enhancement

In #485, @stevemar, @ctreatma, and I discussed that while the precedent in `metal-cli` is for bool's to have `--name=`, there is at least one exception with `--app` vs `--sms` for...

From https://github.com/equinix/metal-cli/pull/485#discussion_r1731616518 (this PR should be rebased after that PR, cherry-pick [08407f8](https://github.com/equinix/metal-cli/pull/486/commits/08407f8c0712df082ddc2c1e4f68d546924deb29))