Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeromerobert/woodpecker-pat
- Owner: jeromerobert
- License: apache-2.0
- Created: 2023-12-17T09:35:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T08:49:43.000Z (6 months ago)
- Last Synced: 2024-12-05T16:22:57.409Z (29 days ago)
- Topics: woodpecker-ci, woodpeckerci
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 databaseUsage: 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
```