Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeromerobert/woodpecker-pat

Extract a personal access token for a woodpecker-ci sqlite3 database
https://github.com/jeromerobert/woodpecker-pat

woodpecker-ci woodpeckerci

Last synced: 22 days ago
JSON representation

Extract a personal access token for a woodpecker-ci sqlite3 database

Awesome Lists containing this project

README

        

# About

Extract a personal access token from a [Woodpecker CI](https://github.com/woodpecker-ci/woodpecker)
sqlite database.

It can be used to intialise the `PICUS_WOODPECKER_TOKEN` environment variable
of [Picus](https://github.com/windsource/picus) when the Picus deamon run on
the same machine as the Woodpecker server.

# Usage

```
Extract a personal access token from a Woodpecker CI sqlite database

Usage: woodpecker-pat [OPTIONS] [SQLITE_FILE]

Arguments:
[SQLITE_FILE] Sets the SQLite file [default: woodpecker.sqlite]

Options:
-u Sets the username (default: the first created user)
-h, --help Print help
-V, --version Print version
```