@sentry/cli
Advanced tools
Comparing version 1.35.3 to 1.35.4
# Changelog | ||
## sentry-cli 1.35.4 | ||
* Additional compatibility improvements for the Docker image (#368) | ||
## sentry-cli 1.35.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@sentry/cli", | ||
"version": "1.35.3", | ||
"version": "1.35.4", | ||
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -106,8 +106,7 @@ <p align="center"> | ||
Also, there is a Dockerfile that builds an Alpine-based Docker image with | ||
`sentry-cli` in the PATH. Note that this image is not minimal yet, as we are not | ||
able to compail against musl just yet. To build and use it, run: | ||
`sentry-cli` in the PATH. To build and use it, run: | ||
```sh | ||
docker build -t sentry-cli . | ||
docker run --rm -it -v $(pwd):/work sentry-cli sentry-cli --help | ||
docker run --rm -v $(pwd):/work sentry-cli --help | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41696
112