@bearer/bearer-cli
TypeScript icon, indicating that this package has built-in type declarations

1.13.9 • Public • Published

Bearer CLI

Installation

$ npm install @bearer/bearer-cli

Usage

$ echo OrgId=4l1c3 > ~/.bearerrc
$ bearer new attachPullRequest && cd attachPullRequest
$ bearer generate searchRepositories --type GetCollection
$ bearer generate getPullRequest --type GetResource
$ bearer deploy

Commands list

Generators

Generate a new integration*

$ bearer new attachPullRequest

Generate a new func of type collection

$ bearer generate getRepositories --type=GetCollection

Deploy

Deploy implemented integration

$ bearer deploy

To deploy to dev env use:

$ BEARER_ENV=dev bearer deploy

/@bearer/bearer-cli/

    Package Sidebar

    Install

    npm i @bearer/bearer-cli

    Weekly Downloads

    76

    Version

    1.13.9

    License

    MIT

    Unpacked Size

    214 kB

    Total Files

    49

    Last publish

    Collaborators

    • cfabianski
    • qrczeno
    • bearer-engineering-ci-cd
    • gotbadger