aias show¶
Show the installed crontab entry for a single prompt.
Arguments¶
| Argument | Description |
|---|---|
PROMPT_ID |
The prompt ID as it appears in aias list (full subpath, no .md extension) |
Output¶
prompt_id : daily_digest
schedule : every day at 8am (0 8 * * *)
log : /Users/you/.aia/schedule/logs/daily_digest.log
For a nested prompt:
prompt_id : reports/weekly
schedule : every Monday at 9am (0 9 * * 1)
log : /Users/you/.aia/schedule/logs/reports/weekly.log
Error¶
When the prompt ID is not found in the crontab, show prints a message and exits 1:
Notes¶
show reads from the installed crontab, not from the prompt files. A prompt must have been installed via aias update before it appears.
See Also¶
aias list— all installed jobsaias check— compare installed vs scheduled