https://github.com/gr2m/register-github-app-cli
CLI to register a GitHub App using the manifest flow
https://github.com/gr2m/register-github-app-cli
Last synced: 9 months ago
JSON representation
CLI to register a GitHub App using the manifest flow
- Host: GitHub
- URL: https://github.com/gr2m/register-github-app-cli
- Owner: gr2m
- License: isc
- Created: 2024-04-09T04:38:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T05:28:46.000Z (about 2 years ago)
- Last Synced: 2025-09-29T06:28:25.066Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# `register-github-app-cli`
> CLI to register a GitHub App using the manifest flow
## Usage
```
$ npx register-github-app-cli --help
Usage
$ register-github-app-cli
Options
--manifest Path to YAML or JSON manifest file
--org Set organization login
Examples
$ register-github-app-cli
# register app with no events or permissions on user account
$ register-github-app-cli --org my-org --manifest app.yml
# registers app on github.com/my-org using settings from app.yml
```
Both `.yml`/`.yaml` and `.json` files are supported. Supported keys are documented at https://docs.github.com/en/apps/sharing-github-apps/registering-a-github-app-from-a-manifest#github-app-manifest-parameters.
## See also
- https://github.com/gr2m/register-github-app - method to register a GitHub API using the manifest flow
## License
[ISC](license)