Skip to content

aias list

Print all currently installed aias cron jobs.

aias list

Output

PROMPT ID                       SCHEDULE                                  LOG
----------------------------------------------------------------------------------------------------
daily_digest                    every day at 8am (0 8 * * *)              /Users/you/.aia/schedule/logs/daily_digest.log
reports/weekly                  every Monday at 9am (0 9 * * 1)           /Users/you/.aia/schedule/logs/reports/weekly.log

When no jobs are installed:

aias: no installed jobs

Columns

Column Description
PROMPT ID Full subpath relative to $AIA_PROMPTS_DIR, without the .md extension
SCHEDULE Human-readable description with raw cron expression in parentheses, e.g. every day at 8am (0 8 * * *)
LOG Absolute path to the log file for this job

Notes

list reads directly from the crontab — it shows what is actually installed, not what the current prompt files declare. Use aias check to see whether the installed jobs match the current prompt files.

See Also