1.0.3 • Published 6 years ago

drone-client v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Drone CLI build viewer npm version

Install

You need to set variables:

DRONE_SERVER=https://your.drone.server
DRONE_TOKEN=your_token
npm install drone-client -g --registry=https://registry.npmjs.org

Usage

Go to the folder with git repository, call drone-client -you will see information about the last build of this repository in drone CI or you will follow the process of building the last build.

By default, drone client will use origin git remote, but you can specify necessary:

# List all remotes
git remote --verbose

# View last build for specified remote
drone-client upstream

By default, drone client will use last build despite the user login, but you can specify it:

# View last build for specified user login
drone-client upstream octocat
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago