scaleway-registry-prune

Crates.ioscaleway-registry-prune
lib.rsscaleway-registry-prune
version0.1.0
sourcesrc
created_at2020-04-09 08:24:24.46511
updated_at2020-04-16 20:02:36.588325
descriptionCommand-line tool to clean up old images on your Scaleway Container Registry
homepage
repositoryhttps://github.com/mkroman/scaleway-registry-prune
max_upload_size
id227903
size45,305
Mikkel Kroman (mkroman)

documentation

README

scaleway-registry-prune

Command-line tool to clean up old images on your Scaleway Container Registry

Crates.io version Download docs.rs docs

Usage

# Deletes all images except for 5 most recent
% SCW_TOKEN=abcdef SCW_REGION=<nl-ams/fr-par> scaleway-registry-prune <namespace>/<image> --keep-last 5
Commit count: 30

cargo fmt