jamesisaac / sentry-cli

A command line utility to work with Sentry.

Home Page:https://docs.sentry.io/hosted/learn/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-cli

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.

Binaries can be found under Releases

You can also install it with everybody's favorite curl to bash:

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

Additionally you can also install this binary via npm:

npm install sentry-cli-binary

Documentation can be found here

Compiling

In case you want to compile this yourself you need to build this with Rust 1.15 or later.

Use rustup to compile:

$ cargo build

In case you get OpenSSL errors you need to compile with the path to the OpenSSL headers. For instance:

$ CFLAGS=-I/usr/local/opt/openssl/include/ cargo build

About

A command line utility to work with Sentry.

https://docs.sentry.io/hosted/learn/cli/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 95.0%Language:Shell 1.9%Language:JavaScript 1.6%Language:Python 1.4%Language:PowerShell 0.0%