New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

semaphorestatus

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semaphorestatus

A utility to check passing branches on semaphore

Source
npmnpm
Version
0.3.5
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

a simple way to check all the branches on semaphore for their current status from the CLI

npm install -g semaphorestatus

To tell semaphoreStatus who you are, you'll need to configure your Semaphore auth token. To find your auth token, click on "Settings" from any of your Semaphore projects. Then click on the "API" link in the main settings navigation. Once you've found it, put this value in the environment variable "SEMAPHORE_AUTH_TOKEN":

export SEMAPHORE_AUTH_TOKEN='<API_KEY>'

Now, you're to simple run "semaphorestatus". Running this command will give you more information about how to observe specific projects and branches.

CLI Options

semaphorestatus --force-update to clear the project cache

semaphorestatus --project <key> to show a single project

semaphorestatus --all to show all local branches

semaphorestatus to show only your local branches

FAQs

Package last updated on 24 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts