Releases: sourceant/cli
Releases · sourceant/cli
Release list
Release 1.0.0-beta.2
Release Notes
First release, versioned alongside the core it reads.
Added
sourceant setupputs 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 statussays whether the agent and the indexer are runningsourceant reposlists what is indexed here, andsourceant graphsays what
the indexer found in one of themsourceant uiopens the graph in a browser, and says the agent is not running
rather than opening a browser on an error page--jsonon any command prints the agent's own answer, for anything that reads
rather than looksSOURCEANT_AGENT_URLnames the agent to talk to, and--agentoverrides it
for one command
Installation
- Download the appropriate archive for your platform from the assets below
- Extract the binary:
- Linux/macOS:
tar -xzf <archive>.tar.gz && chmod +x <binary> - Windows: Extract the
.zipfile
- Linux/macOS:
- Move the binary to your PATH (e.g.,
/usr/local/binon Linux/macOS) - Verify the download using
checksums.txt