Skip to content

feat(cloud): move reference commands into their product commands#203

Merged
amstuta merged 3 commits into
mainfrom
dev/olivierdubo/issues_cmd
Jun 29, 2026
Merged

feat(cloud): move reference commands into their product commands#203
amstuta merged 3 commits into
mainfrom
dev/olivierdubo/issues_cmd

Conversation

@duboolivier

Copy link
Copy Markdown
Contributor

Description

Reference data (plans, flavors, engines, versions, images...) was hidden
under cloud reference <product> <cmd>, which is hard to discover. Move
each reference subcommand directly into its product command and remove the
cloud reference command:

- cloud managed-database list-plans / list-node-flavors / list-engines
- cloud managed-analytics list-plans / list-node-flavors / list-engines
- cloud managed-registry list-plans / list-regions
- cloud managed-rancher list-versions / list-plans
- cloud loadbalancer list-flavors / get-flavor
- cloud instance list-flavors / list-images

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (improvement of existing commands)
  • Breaking change (fix or feature that can break a current behavior)
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have commented my code
  • I ran go mod tidy
  • I have added tests that prove my fix is effective or that my feature works

@duboolivier duboolivier requested a review from a team as a code owner June 26, 2026 08:03
Signed-off-by: olivier dubo <olivier.dubo@ovhcloud.com>
@duboolivier duboolivier force-pushed the dev/olivierdubo/issues_cmd branch from d61c703 to 3b99051 Compare June 26, 2026 08:04
Signed-off-by: olivier dubo <olivier.dubo@ovhcloud.com>
Signed-off-by: olivier dubo <olivier.dubo@ovhcloud.com>
@amstuta amstuta merged commit 7a97cf3 into main Jun 29, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: References are really not easy to find. Add aliases inside the products commands.

2 participants