Skip to content

Releases: enthus-appdev/atl-cli

v1.3.1

10 Mar 07:09
b1ae0ae

Choose a tag to compare

What's Changed

  • fix: NX-15277 --field flag truncates multiline values (#36) (b1ae0ae)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.1/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.1/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.1/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.

v1.3.0

10 Mar 04:45
5903ac8

Choose a tag to compare

What's Changed

  • feat: add Confluence page attachment commands (list, download, upload) (#35) (5903ac8)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.0/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.0/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.3.0/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.

v1.2.1

06 Mar 11:02
cd5b5cd

Choose a tag to compare

What's Changed

  • fix: use markdown blockquote in --reply-to instead of wiki markup (#34) (cd5b5cd)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.1/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.1/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.1/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.

v1.2.0

05 Mar 15:41
7b023bc

Choose a tag to compare

What's Changed

  • feat: comment improvements — body-file, @mentions, docs fix (#33) (7b023bc)
  • chore(deps): bump actions/upload-artifact from 6 to 7 (#31) (478d654)
  • chore(deps): bump actions/download-artifact from 7 to 8 (#32) (5305b07)
  • fix: preserve draft status when editing Confluence pages (#30) (5028b12)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.0/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.0/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.2.0/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.

v1.1.0

18 Feb 05:24
3cdd1ea

Choose a tag to compare

What's Changed

  • feat: custom fields in view, field-options command, transition --field (#29) (3cdd1ea)
  • chore: improve code mark tests and remove worklog stubs (#28) (1f7301c)
  • fix: treat code mark as exclusive in ADF inline formatting (#27) (1a16f2a)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.1.0/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.1.0/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.1.0/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.

v1.0.0

17 Feb 09:16
6135725

Choose a tag to compare

What's Changed

  • chore: replace install script with go install (#26) (6135725)
  • Add community-standard files (#24) (12c1a95)
  • feat: multi-environment context switching with host aliases (#25) (d5d3298)
  • Prepare repository for open-sourcing (#22) (235ecca)
  • feat: Add issue changelog/history support (#21) (faef294)
  • feat: add attachment upload support (#23) (037e1c3)
  • ci: add license check workflow (#19) (7b1b0f2)
  • chore(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 (#18) (6096a65)
  • Fix & add more explanation (#16) (3b8469d)
  • Update Dependabot configuration (f8127bf)
  • chore(deps): bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.2 (#3) (673b94a)
  • feat: Add --append flag and auto-ADF conversion for textarea fields (b0051ca)
  • fix: Convert numeric ADF attributes to float64 for library compatibility (bf1022c)
  • chore: Remove backup config file (f9177b4)
  • fix: Resolve all golangci-lint issues (435a11a)
  • feat: Add issue priorities command (c297eef)
  • chore(deps): bump actions/download-artifact from 4 to 7 (#10) (de8b282)
  • ci: Migrate golangci-lint config to v2 format (834a8f2)
  • ci: Update to latest GitHub Actions versions (de0ce92)
  • ci: Add GitHub CI workflows for lint, test, build, and release (2afd16d)
  • feat: Add tables, panels, expand, and media to MarkdownToADF (bb78977)
  • refactor: Use jira-cli/adf library for ADF to Markdown conversion (bc2334d)
  • feat: Add subcommand pattern for issue comments (187080a)
  • fix: Handle embedded images in ADF description fields (a079873)
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.10.2 (#2) (37bab3e)
  • chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#4) (4f4f75a)
  • Configure Dependabot for dependency updates (999a06d)
  • fix: Correct OAuth setup instructions for Jira and Confluence scopes (da3b677)
  • docs: Add markdown formatting section to README (4d1b3ac)
  • feat: Add markdown to ADF conversion for Jira content (1bccf94)
  • Add --append flag to confluence page edit command (d5116f7)
  • Add template OAuth scopes (read:template, write:template) (3c85720)
  • Add Confluence template commands (create, view, update) (34288f9)
  • Remove deprecated v1 endpoints (410 Gone) (ca671bb)
  • Add v1 fallback for folder deletion (handles legacy content) (b1c223e)
  • Add folder scopes for Confluence v2 API (137c3ba)
  • Add --type flag to delete command for explicit page/folder selection (a61b163)
  • Fix delete to handle folders (fallback to /folders/{id} on 404) (a18d43b)
  • Add delete:page:confluence scope for page deletion (5d8f614)
  • Add draft page support for Confluence (f27a07c)
  • Add confluence page delete command (28665e2)
  • Add retry logic and pagination limit capping (42c23c8)
  • Add quick wins: v1 API docs and debug logging (dc4582f)
  • Fix Confluence search to use v1 API (search only exists in v1) (e27b7f8)
  • Use read:content-details:confluence for v2 search API (5c11f84)
  • Add search:confluence scope for Confluence search API (c74e329)
  • Add --type filter to confluence page children command (e0102ac)
  • Fix Confluence page content extraction for macros and new editor (153f8be)
  • Prepare for public release (1d69c99)
  • Add read:issue-details:jira scope and consolidate docs (1cadfce)
  • Add write:board-scope:jira-software for ranking (1591b41)
  • Add write:issue:jira-software scope for board ranking (e946483)
  • Add board management commands (list, rank) (13e6c8a)
  • Fix color codes in install script next steps (4a68a32)
  • Fix install script to use gh/SSH instead of HTTPS (26a17c0)
  • Use gh api to fetch install script - works for private and public repos (dee5f5a)
  • Add GitHub CLI as recommended install method (5a4c37a)
  • Fix install instructions for private repo (b7821c9)
  • Add attachment download support for Jira issues (ac5f16d)
  • Fix shell completion instructions in README (be1be3e)
  • Update documentation to reflect use of both v1 and v2 APIs (1872cc0)
  • Add issue types command and auto-discover subtask type (2e10c68)
  • Add web link (remote link) support for Jira issues (2ce92c7)
  • Add --field-file flag for complex field values (d8b718a)
  • Update README with all new features (138fc19)
  • Add Jira issue flag/unflag command (545c4b0)
  • Add Confluence page move command (b02d3b6)
  • Fix Confluence page archive to use v1 API (c26208e)
  • Add Confluence page archive/unarchive functionality (6b6de79)
  • Add enhanced comment functionality: edit, delete, reply, visibility (e8a8104)
  • Fix OAuth scope documentation (8457c97)
  • Fix Jira Software scopes: use classic manage:jira-software for Agile API v1 (74f7986)
  • Add troubleshooting section to README (45dbb6a)
  • Add Jira Software OAuth scopes for sprint management (7253b90)
  • Add field discovery, name resolution, and sprint assignment (9c250d1)
  • Add custom fields, issue linking, and Confluence search (69965fc)
  • Add page children/descendants command for Confluence (0c5553c)
  • Use Confluence v2 API exclusively (v1 deprecated) (905939a)
  • Add support for both Confluence API v1 and v2 (1e37477)
  • Update Confluence scopes to granular v2 API scopes (be27ad0)
  • Migrate Jira search to new /search/jql endpoint (097923d)
  • Fix token storage to use files instead of keyring (a38f193)
  • Implement token refresh with automatic refresh in API client (86e8a28)
  • Add comprehensive test suite and improve documentation (20cf323)
  • Initial release of atl - Atlassian CLI (5c6ab0a)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.0.0/atl-darwin-arm64.tar.gz | tar xz
chmod +x atl-darwin-arm64
sudo mv atl-darwin-arm64 /usr/local/bin/atl

macOS (Intel)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.0.0/atl-darwin-amd64.tar.gz | tar xz
chmod +x atl-darwin-amd64
sudo mv atl-darwin-amd64 /usr/local/bin/atl

Linux (x64)

curl -L https://github.com/enthus-appdev/atl-cli/releases/download/v1.0.0/atl-linux-amd64.tar.gz | tar xz
chmod +x atl-linux-amd64
sudo mv atl-linux-amd64 /usr/local/bin/atl

Windows

Download atl-windows-amd64.zip (or atl-windows-arm64.zip for ARM) and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.