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

17
cli/package-lock.json generated
View file

@ -1,13 +1,14 @@
{
"name": "coryd",
"version": "2.0.0",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd",
"version": "2.0.0",
"version": "3.0.0",
"dependencies": {
"@directus/sdk": "^19.1.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"figlet": "^1.8.1",
@ -20,6 +21,18 @@
"coryd": "bin/index.js"
}
},
"node_modules/@directus/sdk": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@directus/sdk/-/sdk-19.1.0.tgz",
"integrity": "sha512-Nqem9BsvvGyVtAa69mGPtoMoMVkZxdIREdsWvvTzNF4/1XqaFfEiFL7PhtUNfc46/Nufus2+QUKYQbNiAWe3ZA==",
"license": "MIT",
"engines": {
"node": ">=22"
},
"funding": {
"url": "https://github.com/directus/directus?sponsor=1"
}
},
"node_modules/@inquirer/checkbox": {
"version": "4.1.8",
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.8.tgz",