You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[breaking] Removed redundant and useless commands from gRPC API (#1891)
* Removed redundant and useless commands from gRPC interface
* Moved some flags in the command creation
This will turn out useful in the following commits
* Made some cli procedures available for other packages
Unfortunately we cannot limit the availability of the cli.core.* package
to the cli.* packages, but they are now available as public API.
* Moved 'lib list' flags into command creation
* Moved 'core list' flags into command creation
* Made 'lib list' procedure public
* Made 'core list' procedure public
* instance.Init no longer return errors array.
They are printed directly inside the function through the feedback
package.
* Ultra-simplified 'outdated' 'update' and 'upgrade'
* Moved 'update' flags in command creation
* Fixed integration tests
* Updated docs
* Fixed integration tests
0 commit comments