DEV Community

Alex Lee
Alex Lee

Posted on

2 2

An easier way to release with Sentry.

I've created a small cli utility to help with Sentry Releases.

Sentry Releaser - https://github.com/alexlee-dev/sentry-releaser

Logo

Sentry Releaser

NPM
GitHub Issues
Dependencies
License


A tool to help with Sentry Releases.

Example

πŸ“ Table of Contents

🧐 About

The Sentry CLI is friendly...but not that friendly. If you just want to grab all your code for a release and do something as simple as "sentry release v1.3.0", you can't. Especially if you're managing multiple projects across different repositories.

Sentry Releaser aims to help you manage your Sentry releases to be as pain free as possible.

🏁 Getting Started

These instructions will get you set up to use Sentry Releaser on your machine.

Prerequisites

Installing

NPM

npm install -g sentry-releaser
Enter fullscreen mode Exit fullscreen mode

Yarn

yarn global add sentry-releaser
Enter fullscreen mode Exit fullscreen mode

🎈 Usage

Navigate a terminal session to your git repo.

cd /users/alex/cool-project
Enter fullscreen mode Exit fullscreen mode

Start Sentry Releaser

$/users/alex/cool-project > sentry-releaser
Enter fullscreen mode Exit fullscreen mode

πŸš€ Initial Setup

Inital Setup

πŸ“¦ Create a New Release

Create a New Release

⛏️ Built Using

  • chalk - Terminal string styling done right.
  • clear - Clear the terminal screen if possible.
  • configstore - Easily load and persist config without having to think about where and how.
  • inquirer - A collection of common interactive command line user interfaces.
  • pickitt - When you need a computer to just pick it, reach for Pickitt!
  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.

✍️ Authors

πŸŽ‰ Acknowledgements

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay