@sentry/cli
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
Last updated 6 years ago by jauer .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @sentry/cli 
SYNC missed versions from official npm registry.


Official Sentry Command Line Interface

Build Status GitHub release npm version license

This is a Sentry command line client for some generic tasks. Right now this is primarily used to upload debug symbols to Sentry if you are not using the fastlane tools.

  • Downloads can be found under Releases
  • Documentation can be found here

Installation

The recommended way to install is with everybody's favorite curl to bash:

curl -sL https://sentry.io/get-cli/ | bash

Node

Additionally you can also install this binary via npm:

npm install @sentry/cli

When installing globally, make sure to have set correct permissions on the global node_modules directory. If this is not possible in your environment or still produces an EACCESS error, install as root:

sudo npm install -g @sentry/cli --unsafe-perm

By default, this package will download sentry-cli from the CDN managed by Fastly. To use a custom CDN, set the npm config property sentrycli_cdnurl. The downloader will append "/<version>/sentry-cli-<dist>".

npm install @sentry/cli --sentrycli_cdnurl=https://mymirror.local/path

Or add property into your .npmrc file (https://www.npmjs.org/doc/files/npmrc.html)

sentrycli_cdnurl=https://mymirror.local/path

Another option is to use the environment variable SENTRYCLI_CDNURL.

SENTRYCLI_CDNURL=https://mymirror.local/path npm install @sentry/cli

If you're installing the CLI with NPM from behind a proxy, the install script will use either NPM's configured HTTPS proxy server, or the value from your HTTPS_PROXY environment variable.

Homebrew

A homebrew recipe is provided in the getsentry/tools tap:

brew install getsentry/tools/sentry-cli

Docker

As of version 1.25.0, there is an official Docker image that comes with sentry-cli preinstalled. If you prefer a specific version, specify it as tag. The latest development version is published under the edge tag. In production, we recommend you to use the latest tag. To use it, run:

docker pull getsentry/sentry-cli
docker run --rm -v $(pwd):/work getsentry/sentry-cli --help

Compiling

In case you want to compile this yourself, you need to install at minimum the following dependencies:

  • Rust stable and Cargo
  • Make, CMake and a C compiler

Use cargo to compile:

$ cargo build

Also, there is a Dockerfile that builds an Alpine-based Docker image with sentry-cli in the PATH. To build and use it, run:

docker build -t sentry-cli .
docker run --rm -v $(pwd):/work sentry-cli --help

Current Tags

  • 1.72.1                                ...           latest (4 years ago)

101 Versions

  • 1.72.1                                ...           4 years ago
  • 1.72.0                                ...           4 years ago
  • 1.71.0                                ...           4 years ago
  • 1.70.1                                ...           4 years ago
  • 1.70.0                                ...           4 years ago
  • 1.69.1                                ...           5 years ago
  • 1.69.0                                ...           5 years ago
  • 1.68.0                                ...           5 years ago
  • 1.67.2                                ...           5 years ago
  • 1.67.1                                ...           5 years ago
  • 1.67.0                                ...           5 years ago
  • 1.66.0                                ...           5 years ago
  • 1.65.0                                ...           5 years ago
  • 1.64.2                                ...           5 years ago
  • 1.64.1                                ...           5 years ago
  • 1.64.0                                ...           5 years ago
  • 1.63.2                                ...           5 years ago
  • 1.63.1                                ...           5 years ago
  • 1.63.0                                ...           5 years ago
  • 1.62.0                                ...           5 years ago
  • 1.61.0                                ...           5 years ago
  • 1.60.1                                ...           5 years ago
  • 1.60.0                                ...           5 years ago
  • 1.59.0                                ...           5 years ago
  • 1.58.0                                ...           6 years ago
  • 1.57.0                                ...           6 years ago
  • 1.56.1                                ...           6 years ago
  • 1.56.0                                ...           6 years ago
  • 1.55.2                                ...           6 years ago
  • 1.55.1                                ...           6 years ago
  • 1.55.0                                ...           6 years ago
  • 1.54.0                                ...           6 years ago
  • 1.53.0                                ...           6 years ago
  • 1.52.4                                ...           6 years ago
  • 1.52.3                                ...           6 years ago
  • 1.52.2                                ...           6 years ago
  • 1.52.1                                ...           6 years ago
  • 1.52.0                                ...           6 years ago
  • 1.51.1                                ...           6 years ago
  • 1.51.0                                ...           6 years ago
  • 1.50.0                                ...           6 years ago
  • 1.49.0                                ...           6 years ago
  • 1.48.0                                ...           7 years ago
  • 1.47.2                                ...           7 years ago
  • 1.47.1                                ...           7 years ago
  • 1.47.0                                ...           7 years ago
  • 1.46.0                                ...           7 years ago
  • 1.45.0                                ...           7 years ago
  • 1.44.4                                ...           7 years ago
  • 1.44.3                                ...           7 years ago
  • 1.44.2                                ...           7 years ago
  • 1.44.1                                ...           7 years ago
  • 1.44.0                                ...           7 years ago
  • 1.43.0                                ...           7 years ago
  • 1.42.0                                ...           7 years ago
  • 1.41.2                                ...           7 years ago
  • 1.41.1                                ...           7 years ago
  • 1.41.0                                ...           7 years ago
  • 1.40.0                                ...           7 years ago
  • 1.39.1                                ...           7 years ago
  • 1.39.0                                ...           7 years ago
  • 1.38.1                                ...           7 years ago
  • 1.38.0                                ...           7 years ago
  • 1.37.4                                ...           7 years ago
  • 1.37.3                                ...           7 years ago
  • 1.37.2                                ...           7 years ago
  • 1.37.1                                ...           7 years ago
  • 1.37.0                                ...           7 years ago
  • 1.36.4                                ...           7 years ago
  • 1.36.3                                ...           7 years ago
  • 1.36.2                                ...           7 years ago
  • 1.36.1                                ...           8 years ago
  • 1.35.6                                ...           8 years ago
  • 1.35.5                                ...           8 years ago
  • 1.35.4                                ...           8 years ago
  • 1.35.3                                ...           8 years ago
  • 1.35.2                                ...           8 years ago
  • 1.35.1                                ...           8 years ago
  • 1.34.0                                ...           8 years ago
  • 1.33.0                                ...           8 years ago
  • 1.32.3                                ...           8 years ago
  • 1.32.2                                ...           8 years ago
  • 1.32.1                                ...           8 years ago
  • 1.32.0                                ...           8 years ago
  • 1.31.2                                ...           8 years ago
  • 1.31.1                                ...           8 years ago
  • 1.31.0                                ...           8 years ago
  • 1.30.5                                ...           8 years ago
  • 1.30.4                                ...           8 years ago
  • 1.30.3                                ...           8 years ago
  • 1.30.2                                ...           8 years ago
  • 1.30.1                                ...           8 years ago
  • 1.30.0                                ...           8 years ago
  • 1.29.1                                ...           8 years ago
  • 1.29.0                                ...           8 years ago
  • 1.28.4                                ...           8 years ago
  • 1.28.1                                ...           8 years ago
  • 1.27.1                                ...           8 years ago
  • 1.27.0                                ...           8 years ago
  • 1.26.1                                ...           8 years ago
  • 1.26.0                                ...           8 years ago
Downloads
Today 0
This Week 22
This Month 22
Last Day 4
Last Week 0
Last Month 3
Dependencies (6)
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |