gldp

module
v0.0.0-...-61aa4b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2022 License: MIT

README

gldp

Gradle log dependency parser. Gldp Basically reads gradle log from stdin, finds and parces artifacts metadata and output unique dependency information to Stdout in desired format

Examples

# Specify your internal repo
cat /path/to/gradle/log | gldp -repos https://your.internal.maven.repo/maven2/

# Override output format
cat /path/to/gradle/log | gldp -repos https://your.internal.maven.repo/maven2/ -f '{{ printf "%v %v %v %v \n" .Repository .GroupId .ArtifactId .Version }}'

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL