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

Project operations short help has wrong bgp commands

Open e-minguez opened this issue 2 years ago • 0 comments

https://github.com/equinix/metal-cli/blob/baa9ce0e45de76739bb93c4549254ed0d43123f2/internal/projects/project.go#L41

It should be:

Short:   "Project operations: create, get, update, delete, and bgp-enable, bgp-config, bgp-sessions.",

As shown by:

❯ metal project
Information and management for Projects and Project-level BGP. Documentation on Projects is on https://metal.equinix.com/developers/docs/accounts/projects/, and documentation on BGP is on https://metal.equinix.com/developers/docs/bgp/bgp-on-equinix-metal/.

Usage:
  metal project [command]

Aliases:
  project, projects

Available Commands:
  bgp-config   Gets BGP Config for a project.
  bgp-enable   Enables BGP on a project.
  bgp-sessions Gets BGP Sessions for a project.
  create       Creates a project.
  delete       Deletes a project.
  get          Retrieves all the current user's projects or the details of a specified project.
  update       Updates a project.

e-minguez avatar May 19 '23 12:05 e-minguez