New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@risingstack/trace-cli

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@risingstack/trace-cli

CLI for Trace by RisingStack

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
16
77.78%
Maintainers
12
Weekly downloads
 
Created
Source

trace-cli

Command line utility for Trace by RisingStack monitoring tool.

requirements

node >= 4.x.x

install

npm i -g @risingstack/trace-cli

usage

Usage: trace-cli [subcommand] <args ...>

Commands:

  deployhook   Sends deployhook to highlight your application versions in Trace
  help [cmd]   display help for [cmd]

Example: trace-cli deployhook --git

Options:

  -h, --help     output usage information
  -V, --version  output the version number

deployhook

Sends deploy hook to highlight revisions on various Trace features like metrics charts.

Usage: trace-cli deployhook <args ...>

Options:

  -h, --help              output usage information
  -g, --git [value]       use last GIT commit for revision, description and user
  -r, --revision [value]  deploy revision, like GIT short hash
  -m, --message [value]   deploy description, like commit message
  -u, --user [value]      deploy created by, like committer
  --api-key [value]       TRACE_API_KEY from Trace
  --service-name [value]  TRACE_SERVICE_NAME from Trace

You can also pass api-key and service name as environment variables like: TRACE_API_KEY and TRACE_SERVICE_NAME.

FAQs

Package last updated on 01 Feb 2017

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