0.0.7-1 • Published 3 years ago

@buildrelease/cli v0.0.7-1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

npm version

📦 BuildRelease Command Line Interface (CLI)

The BuildRelease CLI is a tool to interact with buildrelease.io's services.

Installation

To be able to use the CLI you must have Node.js version 14 or higher installed.

To install run:

  npm i -g @buildrelease/cli

Authentication

To authenticate with the CLI there are two main methods.

1. Via the Login command

To login via the login command simply run:

buildrelease login

This will open the browser to buildrelease.io and prompt you with a key that you can paste into the cli to authenticate.

2. Via a Project API key

To authenticate with an API key, simple open up your project settings on buildrelease.io, generate a new api key and then pass the api key as an argument to the commands that require authentication. For example

buildrelease build . -k <YOUR_API_KEY>

An api key is generated on a project by project basis so for each project you want to build you will have to generate a new one. expr

0.0.7-1

3 years ago

0.0.7

3 years ago

0.0.6-10

3 years ago

0.0.6-9

3 years ago

0.0.6-8

3 years ago

0.0.6-7

3 years ago

0.0.6-6

3 years ago

0.0.6-5

3 years ago

0.0.6-4

3 years ago

0.0.6-3

3 years ago

0.0.6-2

3 years ago

0.0.6-1

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago