Skip to content

Releases: sourceant/cli

Release 1.0.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:51
d5e4512

Release Notes

First release, versioned alongside the core it reads.

Added

  • sourceant setup puts the agent and a core on this machine and writes down
    which one, so the agent knows what to start. As a container today, or as a
    Python package once the core is published as one
  • An install script, so the command is the only thing anybody fetches by hand
  • sourceant status says whether the agent and the indexer are running
  • sourceant repos lists what is indexed here, and sourceant graph says what
    the indexer found in one of them
  • sourceant ui opens the graph in a browser, and says the agent is not running
    rather than opening a browser on an error page
  • --json on any command prints the agent's own answer, for anything that reads
    rather than looks
  • SOURCEANT_AGENT_URL names the agent to talk to, and --agent overrides it
    for one command

Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the binary:
    • Linux/macOS: tar -xzf <archive>.tar.gz && chmod +x <binary>
    • Windows: Extract the .zip file
  3. Move the binary to your PATH (e.g., /usr/local/bin on Linux/macOS)
  4. Verify the download using checksums.txt