upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

Revised the new "org user" comands to take an org name instead of an org ID #302

Closed AlainRoy closed 1 year ago

AlainRoy commented 1 year ago

Description of your changes

Revised the new "org user" commands to take an org name instead of an org ID

PR #286 added some new commands to manage users. They're good commands, but they require the user to provide an org ID instead of an org name. Given that org names are unique, it's feasible to use org names, and much more convenient. This switches those commands to use org names.

There is a command that requires a user ID instead of name. In this case, it's not easy to replace the ID with a name. That will be future work.

I have:

How has this code been tested

Manual testing