Skip to main content
Version: 2.0.0

tdk cron list

List the cron triggers of the project

tdk cron list \
--proj quickstart \
--all-projects \
--name sales_data \
--coll sales_data \
--format table \
--max-result 100
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--all-projectsflagOptionalList across every project you can view, ignoring any pinned or --proj project.
--name, -nstringOptionalOnly list the trigger of this function.
--coll, -cstringOptionalOnly list triggers of functions in this collection.
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.
--max-resultstringOptionalMaximum number of rows to list. Use 0 for no limit. Defaults to 100.