Breaking changes from upstream, plus ui-api
Breaking changes
I had used what are now illegal short flags (-u for userprefix) on shane:org:create which wraps the sfdx command. * You now have to spell out --userprefix instead of using -u
- there is no more -v on that one
flags updates
all the flags migrated to the latest @salesforce/command flag types. Should provide better experience, it's very possible I broke something.
Because of this, I bumped this up as a major release
New stuff
the shane:uiapi
topic now makes it easy to get (meta)data from the ui-api for mocking your LWC local jest tests (or whatever else you feel like doing with uiapi responses). I built these to focus on the LWC wrappers for ui-api, so they don't have all the options of REST-based ui-api.