Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piotrplenik/git-updated-files

GIT Updated Files for CI/CD
https://github.com/piotrplenik/git-updated-files

cicd git go golang

Last synced: about 2 months ago
JSON representation

GIT Updated Files for CI/CD

Awesome Lists containing this project

README

        

[![Build](https://github.com/jupeter/git-updated-files/actions/workflows/release.yml/badge.svg)](https://github.com/jupeter/git-updated-files)
[![Coverage](https://codecov.io/gh/jupeter/git-updated-files/branch/main/graph/badge.svg)](https://codecov.io/gh/jupeter/git-updated-files)
[![Go Report Card](https://goreportcard.com/badge/github.com/jupeter/git-updated-files)](https://goreportcard.com/report/github.com/jupeter/git-updated-files)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)

# GIT Updated Files

This is very simple GIT helper, that show list of changed files between two branches.
The tool is dedicated for CI/CD workflow.

The quickest way to try the command-line interface is an in-lined configuration.
```bash
# Download the latest release as /usr/local/bin/git-updated-files
$ curl https://raw.githubusercontent.com/jupeter/git-updated-files/main/install.sh \
| bash -s -- -b /usr/local/bin
# Run the command
$ git-updated-files --target-ref master --filter ".(hcl|txt)"
```

Run `git-updated-files --help` or have a look at the [Usage Docs](USAGE.md) for more information.