https://github.com/rawnly/gh-targetprocess
GH Extension to prefill PR form with targ
https://github.com/rawnly/gh-targetprocess
Last synced: 5 months ago
JSON representation
GH Extension to prefill PR form with targ
- Host: GitHub
- URL: https://github.com/rawnly/gh-targetprocess
- Owner: rawnly
- Created: 2025-05-14T13:04:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-14T13:28:23.000Z (about 1 year ago)
- Last Synced: 2025-05-14T14:41:45.277Z (about 1 year ago)
- Language: Go
- Size: 7.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
gh extension install rawnly/gh-targetprocess
```
# Configure
The first time you run the extension you will be prompted for 2 properties:
- **BASE URL**
You can insert your targetprocess url (eg `.tpondemand.com`)
- **TOKEN**
You can generate an access token on your profile
# Usage
Just run the extension with the optional argument of the ID.
If your branch has the ID in the name, it'll be derived.
```
gh-targetprocess is a tool to create PRs starting from a Targetprocess ID or branch
Usage:
gh-targetprocess [flags]
gh-targetprocess [command]
Aliases:
gh-targetprocess, gh-tp
Examples:
gh targetprocess 12345
Available Commands:
completion Generate the autocompletion script for the specified shell
configure Configure the gh-targetprocess CLI
help Help about any command
update Update current PR with TargetProcess data
view View the current ticket
Flags:
-a, --assign string assign PR
-d, --draft mark pr as draft
--dry-run dry-run pr creation
-h, --help help for gh-targetprocess
-l, --label string label to add to the PR
--no-body skip body
-w, --web open pr in web browser
Use "gh-targetprocess [command] --help" for more information about a command.
```