@bearer/bearer-cli
v1.13.9
Published
## Installation
Downloads
500
Keywords
Readme
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