Integrations
Agentic CLI Migration
Move from terminal text scraping to stable JSON commands — agent contract upgrade.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Move from terminal text scraping to stable JSON commands — agent contract upgrade.
sf portfolio history | grep ...
sf portfolio history --json --ticks 20 --trades 10 --since 2026-04-23
sf query x --json
{
"ok": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Query must be at least 2 characters."
}
}
sf describe --all --json
Was this page helpful?