redhat-developer / app-services-cli

Command Line Interface for RHOAS
https://redhat-developer.github.io/app-services-website/
Apache License 2.0
41 stars 72 forks source link

refactor: enterprise option is now first in prompt #1841

Closed jackdelahunt closed 1 year ago

jackdelahunt commented 1 year ago

When user is selecting to use the new RHOSAK flow or the legacy flow, the order in which they are displayed are inverted. Meaning the new "default" flow is the top option.

Verification Steps

  1. Using an account that has access to both legacy and enterprise run rhoas kafka create
  2. You will be promoted to select either flow
  3. The new flow will now be the first option

Type of change