Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piotrplenik/git-updated-files
- Owner: piotrplenik
- License: mit
- Created: 2021-08-09T08:50:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T21:13:03.000Z (over 3 years ago)
- Last Synced: 2024-06-21T16:56:58.988Z (6 months ago)
- Topics: cicd, git, go, golang
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.