Skip to content

v0.2.0-beta

Choose a tag to compare

@github-actions github-actions released this 20 Dec 06:55
· 50 commits to main since this release

AOF v0.2.0-beta Release

Installation

Using install script (recommended)

curl -sSL https://docs.aof.sh/install.sh | bash

Manual download

Download the appropriate binary for your platform below and add it to your PATH.

Supported platforms:

  • Linux x86_64
  • macOS x86_64 (Intel)
  • macOS aarch64 (Apple Silicon)
  • Windows x86_64

Verify checksum

sha256sum -c aofctl-*.sha256

Changelog

See commit history for detailed changes.

Getting Started

After installation, verify it works:

aofctl --version
aofctl api-resources

Check out the documentation to get started!