Command Line Interface (CLI)
Using the CLI
1. Compile the Command-Line File Using the Go Build Tool
go build -o cli main.go2. Initialize Environment Variables
export TITAN_URL=<your_titan_url>
export API_KEY=<your_api_key>3. Execute CLI Methods
./cli <api_method> <arguments>Methods
Last updated