CLI Quickstart
Get started with the Torale CLI in 5 minutes.
Install
bash
pip install toraleAuthenticate
Get an API key from torale.ai/settings/api-keys, then:
bash
torale auth set-api-key
# Paste your key when promptedCreate a Task
bash
torale task create \
--query "When is the iPhone 17 being released?" \
--condition "Apple has announced a specific release date" \
--schedule "0 9 * * *"Preview First
Test your query without creating a task:
bash
torale task preview \
--query "When is the iPhone 17 being released?" \
--condition "Apple has announced a specific release date"View Tasks
bash
torale task listCheck Results
bash
torale task logs <task-id>Next Steps
- See all Commands
- Configure Authentication
- Read Configuration Guide