Skip to content

Releases: getAlby/cli

v0.6.1

09 Apr 21:40
51d0156

Choose a tag to compare

Fix

  • -X flag for fetch — Uses -X instead of -m for HTTP method, matching curl convention. Agents and developers no longer need to learn a non-standard flag.
npx -y @getalby/cli fetch -X POST -b '{"query":"bitcoin"}' "https://example.com/api"

v0.6.0

09 Apr 21:24

Choose a tag to compare

What's new

  • discover command — Search 402index.io for paid API services that accept bitcoin/lightning payments. No wallet needed.
npx -y @getalby/cli discover -q "image generation"
npx -y @getalby/cli discover -q "podcast" --limit 5

Defaults to healthy services sorted by reliability. Includes a 5s request timeout. See PR #13 for details.

v0.5.0

09 Apr 06:14
44ab9fa

Choose a tag to compare

What's Changed

  • fix: check pending connections before existing connection file by @reneaaron in #18
  • refactor: make URL a positional argument in fetch command by @reneaaron in #19

Full Changelog: v0.4.1...v0.5.0

v0.4.1

07 Apr 15:16

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Apr 14:56

Choose a tag to compare

What's Changed

  • Add unified command to fetch L402, X402 & MPP resource by @bumi and @reneaaron in #7

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Apr 09:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

03 Mar 14:00
b559705

Choose a tag to compare

What's Changed

  • chore: use default connection secret file location if none specified by @rolznz in #6

Full Changelog: v0.2.3...v0.2.4

v0.2.2

24 Feb 08:41
508693b

Choose a tag to compare

What's Changed

  • chore: add security warning by @rolznz in #2

New Contributors

  • @rolznz made their first contribution in #2

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Feb 15:37

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Feb 15:26

Choose a tag to compare

What's Changed

  • Add support to load connection secret from ENV vars by @bumi in #1

New Contributors

  • @bumi made their first contribution in #1

Full Changelog: https://github.com/getAlby/cli/commits/v0.2.0