- Accept exclusions for individual dependencies on the CLI, like
$ cs resolve org:name:version,exclude=something%foo-
Ensure
resolvecommand-specific options aren't accepted from thefetch,launch, andbootstrapcommands. This includes the--tree,--reverse-tree, and--what-depends-onoptions in particular. -
Add retry helpers in the
resolvecommand, allowing to retry resolving a number of times until resolution succeeds, like
$ cs resolve org:name:ver --retry 1min --attempts 30That allows to wait for a sync to Maven Central with a single command for example.