register-github-app-cli

1.0.0 • Public • Published

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

License

ISC

/register-github-app-cli/

    Package Sidebar

    Install

    npm i register-github-app-cli

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    10.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • gr2m