Skip to content

mthalman/dredge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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