In the API the resources and the properties of resources use the wording customer instead of org. During extension development it happens often that I switch between API context and CLI context. I always have to remember to use org in the CLI.
Describe the solution you'd like
Add customer alias for all the org commands
mw context set --org-id ...
mw context set --customer-id ...
...
In the API the resources and the properties of resources use the wording
customerinstead oforg. During extension development it happens often that I switch between API context and CLI context. I always have to remember to useorgin the CLI.Describe the solution you'd like
Add
customeralias for all theorgcommands...