Sentry-cli sourcemaps upload

Very nice error, guys. So Im uploading source maps for typescript:
sentry-cli releases files VERSION upload-sourcemaps --ext map ./dist
and receive error:

error: An organization slug is required (provide with --org)

So, Im providing organization slug and receive another error:

error: Found argument ‘–org’ which wasn’t expected, or isn’t valid in this context

Whats going on >____<

1 Like

You should look at `releases` requiring `--org`, but fails when argument is passed · Issue #723 · getsentry/sentry-cli · GitHub