feat(cli): add support for repeated directus tasks

This commit is contained in:
Cory Dransfeldt 2025-06-08 17:21:05 -07:00
parent 8a12e83b13
commit 1f9e2d856f
No known key found for this signature in database
11 changed files with 601 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd",
"version": "2.0.0",
"version": "3.0.0",
"description": "The CLI for my site to run scripts, manage and download assets.",
"type": "module",
"bin": {
@ -11,6 +11,7 @@
},
"author": "Cory Dransfeldt",
"dependencies": {
"@directus/sdk": "^19.1.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"figlet": "^1.8.1",