fns-cli commands
A CLI to help with daily developer tasks, including Jira and GitLab integrations.
Jira
| Command | Description |
|---|---|
| jira assign | Assign an Issue to another User |
| jira issue | Get Issue information |
| jira link | Get the URL for an Issue |
| jira transition | Transition an Issue to another Status |
Git / GitLab
| Command | Description |
|---|---|
| git branch | List branches with additional GitLab info |
| git commit | Commit current staged changes |
| git merge-request | Get or Create a Merge Request for the current branch |
| git pipelines | Get pipelines for the current branch |
Config
| Command | Description |
|---|---|
| config import-extras | Import extra configs from a GitHub Gist |
Other
| Command | Description |
|---|---|
| completion | Generate shell autocompletion scripts |
| version | Print the version number of fns-cli |
| update | Update fns-cli to the latest version |
