Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.06 KB

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