Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicovince/gh-container

gh cli extension to manage container packages
https://github.com/nicovince/gh-container

gh gh-extension

Last synced: 17 days ago
JSON representation

gh cli extension to manage container packages

Awesome Lists containing this project

README

        

# GH Container extension

GH plugin to manange container packages

## Install
```bash
gh extension install nicovince/gh-container
```

## Usage
Display list of container packages for the authenticated user
```
gh container list
```

Display versions of a container package
```
gh container versions my-package-name
```

Clean untagged versions of a container package
```
gh container clean my-package-name --untagged
```

> Your Github Token must have the `delete:package` permission in order to perform the `clean` action.
> The clean action fails from a github action, you may wish to use [actions/delete-package-versions](https://github.com/actions/delete-package-versions)