Forrest logo
back to context overview

cs-complete-dep

List of commands for cs-complete-dep:

  • cs-complete-dep:tldr:24206 cs-complete-dep: Print which artifacts are published under a specific Maven group identifier.
    $ cs complete-dep ${group_id}
    try on your machine
    explain this command
  • cs-complete-dep:tldr:50864 cs-complete-dep: List published artifacts under a Maven group identifier searching in a specific repository and credentials.
    $ cs complete-dep ${group_id}:${artifact_id} --repository ${repository_url} --credentials ${user}:${password}
    try on your machine
    explain this command
  • cs-complete-dep:tldr:8fe25 cs-complete-dep: Print which artifacts are pubblished under a given Maven groupId searching in the ivy2local.
    $ cs complete-dep ${group_id} --repository ivy2local
    try on your machine
    explain this command
  • cs-complete-dep:tldr:984b1 cs-complete-dep: List published library versions under a specific Maven group identifier and an artifact one.
    $ cs complete-dep ${group_id}:${artifact_id}
    try on your machine
    explain this command
back to context overview