grdev.jira-cli
0.1.8
dotnet tool install --global grdev.jira-cli --version 0.1.8
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local grdev.jira-cli --version 0.1.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.jira-cli&version=0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package grdev.jira-cli --version 0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
jira-cli
jira is a command-line tool for reading and writing issues in Jira Cloud.
Project page: greekdeveloper.com/tools/jira-cli
Install
dotnet tool install --global grdev.jira-cli
What it can do
- See your open issues —
jira issue listlists open issues assigned to you
Commands follow a noun verb structure (jira issue list, jira issue create). Run
jira --help to explore.
Setup
Create %USERPROFILE%\.grdev.jira-cli\config.json:
{
"Host": "https://your-site.atlassian.net",
"Email": "you@example.com",
"ApiToken": "your-api-token"
}
Generate an API token at https://id.atlassian.com/manage-profile/security/api-tokens
For contributors
Build steps, project layout, and conventions live in BRIEF.md. Agent and repository conventions live in AGENTS.md.
Versioning
Versions are computed by Nerdbank.GitVersioning
from version.json plus the git height — every commit bumps the patch
automatically. jira version reports the exact build and commit that is running.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.