1.0.6 • Published 3 years ago

@llioss/redup v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

redup

CLI tools. Bridge between Upsource and Redmine through git repos. Create Upsource review and update Redmine issue.

Installation

npm install -g @llioss/redup

yarn global add @llioss/redup

Usage

Your branch should follow the pattern: feature/RM/rm123456. Ex.: feature/rm-123456 or feature/RM-123456

The cli create a new Upsource merge review, then update your Redmine status with a note containing the Upsource review link.

redup create-review

Configuration

Create a file named .reduprc in your git root folder, add it to .gitignore, so your confidential info are not shared with others.

Available config are:

nameValue
UPSOURCE_HOSTYour Upsource host. ex: myupsource.host
UPSOURCE_PROJECT_IDMY-UPSOURCE-PROJECT-ID
UPSOURCE_USER_API_TOKENYour user token created in Upsource
REDMINE_HOSTYour Redmine host. ex: redmine.host
REDMINE_USER_API_TOKENYour user token created in Redmine
REDMINE_STATUS_ID_NEW_REVIEWRedmine status to set when a new Upsource review is created
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago