mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
jira-{browse,navigate,open,project,projects}: add pages (#19913)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# jira browse
|
||||
|
||||
> This command is an alias of `jira open`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr jira open`
|
||||
@@ -0,0 +1,7 @@
|
||||
# jira navigate
|
||||
|
||||
> This command is an alias of `jira open`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr jira open`
|
||||
@@ -0,0 +1,20 @@
|
||||
# jira open
|
||||
|
||||
> Open a Jira issue or project in the browser.
|
||||
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
|
||||
|
||||
- Open the Jira project in the browser and print the URL:
|
||||
|
||||
`jira open`
|
||||
|
||||
- Open a specific issue in the browser and print the URL:
|
||||
|
||||
`jira open {{issue_id}}`
|
||||
|
||||
- Print the URL without opening in the browser:
|
||||
|
||||
`jira open {{issue_id}} {{[-n|--no-browser]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`jira open {{[-h|--help]}}`
|
||||
@@ -0,0 +1,12 @@
|
||||
# jira project
|
||||
|
||||
> Manage Jira projects.
|
||||
> More information: <https://github.com/ankitpokhrel/jira-cli#other-commands>.
|
||||
|
||||
- List all projects:
|
||||
|
||||
`jira project {{[ls|list]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`jira project {{[-h|--help]}}`
|
||||
@@ -0,0 +1,7 @@
|
||||
# jira projects
|
||||
|
||||
> This command is an alias of `jira project`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr jira project`
|
||||
Reference in New Issue
Block a user