Skip to content

v0.3.0-beta

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Dec 03:38
· 38 commits to main since this release

AOF v0.3.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!