1.0.0 • Published 2 years ago

ubl v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ubl

utility tools for ubl.

Installation:

npm install -g ubl

Usage:

Usage: ubl [options]

Options:
  -r, --reset
        reset & delete the user account info.

  -b, --branch <jira_ticket_id>
        creates a feature branch from a jira ticket ticket id.
        if the branch exists, it does a simple checkout.
        - example: ubl -b LIS-31019    (infers branch from jira ticket title)
        - example: ubl -b 31019        (the "LIS-" prefix is optional)

  -c, --commit [optional message]
        commits whatever is in staging, with an optional message.
        uses the the jira issue title if no message is given.
        adds --amend if there is an existing commit.
        - example: ubl -c              (infers the message from branch name)
        - example: ubl -c "message"    (updates message if staging is empty)

  -f, --force-push
        force push current branch, and print the MR url

  -h, --help                       display help for command
1.0.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago