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

https://github.com/duffney/contagious

CLI that generates container images tags for Copacetic
https://github.com/duffney/contagious

Last synced: about 1 year ago
JSON representation

CLI that generates container images tags for Copacetic

Awesome Lists containing this project

README

          

# Contagious

```sh
Contagious is a command line tool that generates container images tags for Copacetic.

Usage:
contagious [command]

Available Commands:
help Help about any command
list
version Print the version number

Flags:
-h, --help help for contagious

Use "contagious [command] --help" for more information about a command.
```

```sh
Usage:
contagious list [flags]

Flags:
-h, --help help for list
-n, --next-tag Include next patch tag information
-o, --output string Output file path
```

```sh
contagious list
contagious list -n -o matrix.json
```