Skip to content

CERN/dtrack-cli

Repository files navigation

Static Badge

Dependency Track Bash / ZSH client

An OpenApi codegen-generated client for Dependency Track in Bash / ZSH.

How to use

export DTRACK_HOST=https://your.dtrack.host
export DTRACK_APIKEY=yourApiKey
dtrack getVersion

How to develop

Use the provided Gradle wrapper to generate the code :

./gradlew openApiGenerate

You can then go to build/generated to build the Docker image :

docker build -t dtrack-cli .

and run it :

docker run -it dtrack-cli

Development Roadmap

  • Integrate image building in Gradle with the JIB plugin
  • Customize container image to add extra tooling (e.g. JQ)

About

A command line interface client for Dependency Track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published