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