Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moul/git-ci

♐ git subcommand to interract with CI/CD from command line
https://github.com/moul/git-ci

Last synced: about 1 month ago
JSON representation

♐ git subcommand to interract with CI/CD from command line

Awesome Lists containing this project

README

        

# git-ci

:smile: git sub-command to interact with CI/CD from command line

[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/moul.io/git-ci)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/git-ci/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/git-ci.svg)](https://github.com/moul/git-ci/releases)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/git-ci.svg)](https://microbadger.com/images/moul/git-ci)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

[![Go](https://github.com/moul/git-ci/workflows/Go/badge.svg)](https://github.com/moul/git-ci/actions?query=workflow%3AGo)
[![Release](https://github.com/moul/git-ci/workflows/Release/badge.svg)](https://github.com/moul/git-ci/actions?query=workflow%3ARelease)
[![PR](https://github.com/moul/git-ci/workflows/PR/badge.svg)](https://github.com/moul/git-ci/actions?query=workflow%3APR)
[![GolangCI](https://golangci.com/badges/github.com/moul/git-ci.svg)](https://golangci.com/r/github.com/moul/git-ci)
[![codecov](https://codecov.io/gh/moul/git-ci/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/git-ci)
[![Go Report Card](https://goreportcard.com/badge/moul.io/git-ci)](https://goreportcard.com/report/moul.io/git-ci)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/git-ci/badge)](https://www.codefactor.io/repository/github/moul/git-ci)

## 🚧 WIP 🚧

## Demo

[![demo](https://img.youtube.com/vi/I3izxdrICVk/0.jpg)](https://www.youtube.com/watch?v=I3izxdrICVk)

## Usage

[embedmd]:# (.tmp/usage.txt console)
```console
foo@bar:~$ git-ci -h
USAGE
git-ci [flags]

SUBCOMMANDS
status

FLAGS
-bearer-env development bearer.sh optional environment
-bearer-token ... bearer.sh optional token
-debug false log debug information
-github-user-session ... value of the "user_session" cookie on "github.com"
```

## Install

### Using go

```sh
go get moul.io/git-ci
```

### Releases

See https://github.com/moul/git-ci/releases

## Contribute

![Contribute <3](https://raw.githubusercontent.com/moul/moul/master/contribute.gif)

I really welcome contributions.
Your input is the most precious material.
I'm well aware of that and I thank you in advance.
Everyone is encouraged to look at what they can do on their own scale;
no effort is too small.

Everything on contribution is sum up here: [CONTRIBUTING.md](./CONTRIBUTING.md)

### Contributors ✨

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg)](#contributors)

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Manfred Touron

🚧 📖 ⚠️ 💻

moul-bot

🚧

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!

### Stargazers over time

[![Stargazers over time](https://starchart.cc/moul/git-ci.svg)](https://starchart.cc/moul/git-ci)

## License

© 2020 [Manfred Touron](https://manfred.life)

Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT)
([`LICENSE-MIT`](LICENSE-MIT)), at your option.
See the [`COPYRIGHT`](COPYRIGHT) file for more details.

`SPDX-License-Identifier: (Apache-2.0 OR MIT)`