Marques Johansson

Results 273 issues of Marques Johansson

### 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

### What problem are you facing? It is not possible to list, create, get, delete, or update connections or virtual-circuit resources through the Metal CLI. These resources are described in:...

enhancement

### What problem are you facing? I want to interact with the BETA Load Balancer services via Metal CLI. ### How could the Equinix Metal CLI help solve this problem?...

enhancement

`Cobra.AddGroup` can be used to create a logical grouping of commands in the `--help` output. These groups could contain, Servers, Networking, .. (other groups, consistent with the API documentation groupings)....

enhancement

Delete should require `--force` or an interactive prompt. _Originally posted by @displague in https://github.com/equinix/metal-cli/pull/321#discussion_r1388509854_

### What problem are you facing? The E2E tests and unit tests in this project have grown over the past year and we are starting to require tests in our...

enhancement

It should also be possible to add, remove, and clear tags. This should be implemented in a common way across all resources with tags. Would I expect this command to...

### What problem are you facing? The Metal API includes endpoints for requesting invoices. https://deploy.equinix.com/developers/api/metal#tag/Invoices/operation/findOrganizationInvoices https://deploy.equinix.com/developers/api/metal#tag/Invoices/operation/getInvoiceById These are available in the API and Portal today. ### How could the Equinix...

enhancement

### What problem are you facing? The CLI does not cover the capabilities described in this API endpoint: https://deploy.equinix.com/developers/api/metal#tag/OperatingSystems/operation/findOperatingSystemVersion ### How could the Equinix Metal CLI help solve this problem?...

enhancement

Extracted from #622 Also ran goimports for clean up (triggered by stray imports based test failure)