atlas-cli-tool
1.9.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global atlas-cli-tool --version 1.9.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local atlas-cli-tool --version 1.9.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=atlas-cli-tool&version=1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package atlas-cli-tool --version 1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
atlas-cli
A .NET CLI tool for interacting with Jira and Confluence Cloud.
Features
- Jira — work items (issues) and projects
- Confluence — spaces and pages
- Auth — token-based authentication management
- Permissions — manage allowed Confluence spaces
Installation
dotnet tool install --global atlas-cli
Usage
# Authenticate
atlas-cli auth login
# Jira
atlas-cli jira workitem list
atlas-cli jira project list
# Confluence
atlas-cli confluence space list
atlas-cli confluence page list
# Output format
atlas-cli --format json jira workitem list
Build
Requires .NET 10 SDK.
dotnet build
dotnet pack
dotnet tool install --global --add-source ./nupkg atlas-cli
| 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.