sentry cliをインストール
curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION="2.20.6" sh
sentry-cli --help
構成と認証
sentry-cli login
This helps you signing in your sentry-cli with an authentication token.
If you do not yet have a token ready we can bring up a browser for you
to create a token now.
Sentry server: sentry.io
Open browser now? [y/n] y
Enter your token:
Valid token for user xxx@yyy
Stored token in /Users/xxyy/.sentryclirc
issueの棚卸し
sentry-cli issues list --org ${ORG_NAME} -p ${PROJECT_NAME}
+------------+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+------------+-------+
| Issue ID | Short ID | Title | Last seen | Status | Level |
+------------+--------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------+------------+-------+
- event数とuser数取得できないのか。。。