dredge

Dredge: A Container Registry Client CLI

MIT License

Stars
45
Committers
3

Dredge: A Container Registry Client CLI

Dredge is a CLI built on .NET that provides a simple way to execute commands on a container registry's HTTP API. Currently, only read operations are supported.

Features

Documentation

The main documentation is in the docs directory.

Install

Installing as a standalone executable

Download the desired executable from the release page.

Prerequisites:

Running as a container

docker run --rm ghcr.io/mthalman/dredge --help

Installing as a .NET global tool

> dotnet tool install -g Valleysoft.Dredge