[PR #401] githubsecrets-cli #1087

Closed
opened 2026-04-15 04:13:42 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/sdras/awesome-actions/pull/401

State: closed
Merged: Yes


Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets

githubsecrets

Official page - https://github.com/unfor19/githubsecrets

GIF Demo

GIF Demo

Install with pip

$ pip install githubsecrets
...
$ ghs --help
...

Or use with Docker (you must supply all arguments, prompts are not available in Docker mode)

macOS and Linux

$ docker run -v $HOME:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...

Windows

$ docker run --rm -v c:/Temp:/root unfor19/githubsecrets --help
Usage: ghs [OPTIONS] COMMAND [ARGS]...
**Original Pull Request:** https://github.com/sdras/awesome-actions/pull/401 **State:** closed **Merged:** Yes --- Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets # githubsecrets Official page - https://github.com/unfor19/githubsecrets ### GIF Demo ![GIF Demo](https://camo.githubusercontent.com/07c8359e56db70ff90f3111bce474a4530775c88/68747470733a2f2f676974687562736563726574732e73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f676974687562736563726574732d64656d6f2e676966) Install with pip ```bash $ pip install githubsecrets ... $ ghs --help ... ``` Or use with Docker (you must supply all arguments, prompts are not available in Docker mode) macOS and Linux ```bash $ docker run -v $HOME:/root unfor19/githubsecrets --help Usage: ghs [OPTIONS] COMMAND [ARGS]... ``` Windows ```bash $ docker run --rm -v c:/Temp:/root unfor19/githubsecrets --help Usage: ghs [OPTIONS] COMMAND [ARGS]... ```
GiteaMirror added the pull-request label 2026-04-15 04:13:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#1087