cmd

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package cmd implements the atlassian-cli command-line interface.

The command tree is organised as follows:

atlassian-cli
├── jira
│   ├── issue
│   │   ├── get        – fetch a single issue by key
│   │   ├── search     – search issues with JQL
│   │   ├── create     – create a new issue
│   │   ├── update     – update issue fields
│   │   ├── delete     – delete an issue
│   │   ├── transition – move an issue to a new status
│   │   ├── subtasks   – list subtasks of an issue
│   │   ├── open       – open an issue in the browser
│   │   └── comment
│   │       ├── list   – list comments on an issue
│   │       └── add    – add a comment to an issue
│   └── myself         – show the authenticated user
├── confluence (alias: conf)
│   ├── page
│   │   ├── get        – fetch a page by ID
│   │   ├── create     – create a new page
│   │   └── update     – update an existing page
│   ├── label
│   │   ├── list       – list labels on a page
│   │   ├── add        – add labels to a page
│   │   └── remove     – remove a label from a page
│   └── restriction
│       ├── list       – list restrictions on a page
│       ├── add        – add a read/update restriction
│       └── remove     – remove a restriction
├── mcp-server         – start an MCP server over stdio
└── version            – print version information

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL