Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daneoshiga/sentry-patrol
Command line interface for Sentry API
https://github.com/daneoshiga/sentry-patrol
Last synced: 3 months ago
JSON representation
Command line interface for Sentry API
- Host: GitHub
- URL: https://github.com/daneoshiga/sentry-patrol
- Owner: daneoshiga
- License: mit
- Created: 2017-10-02T11:51:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:02:32.000Z (over 3 years ago)
- Last Synced: 2024-07-22T20:20:02.937Z (3 months ago)
- Language: Python
- Size: 76.2 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - sentry-patrol - Command line interface for Sentry API (Python)
README
Sentry Patrol
=============Sentry Patrol offers a CLI (Command Line Interface) to the Sentry API.
The project is still in alpha state and in active development
.. contents:: **Table of Contents**
Setup
~~~~~.. code:: bash
pipenv install --dev
python setup.py develop
export SENTRY_API_TOKEN=How to get your sentry API Token
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You have to access the Sentry API Page (https://sentry.io/api/). Then you
must log in and get you API Auth Token.How to use
~~~~~~~~~~For a list of commands and options, check the help output with:
.. code:: bash
patrol --help