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
- Host: GitHub
- URL: https://github.com/duffney/contagious
- Owner: duffney
- License: apache-2.0
- Created: 2025-03-17T13:26:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T13:35:40.000Z (about 1 year ago)
- Last Synced: 2025-03-17T14:40:49.635Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```