atl-fetch is a Node.js CLI tool and library for fetching data from Atlassian Cloud (Jira/Confluence). Version 1.2.2 is current stable release; release cadence is irregular. Key differentiators: supports multiple output formats (JSON, Markdown, YAML), version diff display, attachment download, progress spinner, and helpful error messages. Requires Node.js >=22.0.0. ESM-only package with TypeScript types included.
npm install atl-fetchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the default export and using it to fetch a Jira issue with environment variables for authentication.
Upgrade Node.js to version 22 or later.
Export the variables in your shell or use a .env file with dotenv.
Use the exact browser URL for the Jira issue or Confluence page.
To suppress spinner, set CI=true environment variable or use --silent flag if available.
Install with `npm install atl-fetch` (or pnpm/yarn) and ensure you are using ESM imports.
Upgrade Node.js to v22 or later using nvm or a package manager.
Double-check the URL format and ensure ATLASSIAN_API_TOKEN is set correctly.
Use `import atlFetch from 'atl-fetch'` instead of `require`.
No dependency data recorded yet.