sentry-releaser

0.2.0 • Public • Published

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

Yarn

yarn global add sentry-releaser

🎈 Usage

Navigate a terminal session to your git repo.

cd /users/alex/cool-project

Start Sentry Releaser

$/users/alex/cool-project > sentry-releaser

🚀 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

Readme

Keywords

Package Sidebar

Install

npm i sentry-releaser

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

33.3 kB

Total Files

11

Last publish

Collaborators

  • alexlee-dev