Templarbit CLI
Usage:
templarbit [flags]
templarbit [command]
Available Commands:
help Help about any command
log Log a message
version Show version
Flags:
--api string API URL (default "https://api.templarbit.com")
-h, --help help for templarbit
--ingest string Ingest URL (default "https://ingest.templarbit.com")
Use "templarbit [command] --help" for more information about a command.
export SECRET_KEY=xxx
echo "key=value" | templarbit log --secret-key $SECRET_KEY
Please replace xxx
with a secret key that you can create in the Templarbit Dashboard app.templarbit.com.