antegen-cli

Crates.ioantegen-cli
lib.rsantegen-cli
version4.0.8
created_at2025-12-14 19:24:18.636643+00
updated_at2026-01-06 20:54:19.775258+00
descriptionCLI for Antegen - Solana automation and scheduling
homepagehttps://antegen.xyz/
repositoryhttps://github.com/wuwei-labs/antegen
max_upload_size
id1984975
size315,578
Anthony Anderson (anthonyra)

documentation

https://docs.antegen.xyz/

README

antegen-cli

Command-line interface for Antegen - Solana automation and scheduling.

Installation

From crates.io

cargo install antegen-cli

From script

curl -sSfL https://raw.githubusercontent.com/wuwei-labs/antegen/main/scripts/install.sh | bash

From source

git clone https://github.com/wuwei-labs/antegen
cd antegen
cargo install --path crates/cli

Usage

# Show help
antegen --help

# Get thread info
antegen thread get <THREAD_PUBKEY>

# Run executor
antegen run --config antegen.toml

Configuration

The CLI reads Solana configuration from ~/.config/solana/cli/config.yml by default.

Documentation

License

MIT

Commit count: 103

cargo fmt