From 7a0b808f248d80c5548914cb16fcb819c13ba916 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 11 Jun 2025 20:27:41 -0700 Subject: [PATCH] chore(readme): update readme with cli commands --- README.md | 11 +++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5351488..253b6a0 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,12 @@ This will run `eleventy --watch` and the PHP cli concurrently, allowing for an e ## CLI -- `cli init`: begins a series of prompts to populate the config used by `cli download`. -- `cli run`: presents a list of commands available to run (described below). -- `cli run [command]`: runs the specified command immediately. -- `cli download`: presents prompts to download images, name them consistently and place them in the directories specified when running `cli init`. +- `coryd init`: begins a series of prompts to populate the config used by `cli download`. +- `coryd run`: presents a list of commands available to run (described below). +- `coryd tasks`: common tasks performed using the Directus API. +- `coryd jobs`: scripts and cron jobs that can be triggered manually. +- `coryd run [command]`: runs the specified command immediately. +- `coryd download`: presents prompts to download images, name them consistently and place them in the directories specified when running `cli init`. ## Commands @@ -56,6 +58,7 @@ NAVIDROME_API_TOKEN # server ARTIST_IMPORT_TOKEN # server COOLIFY_REBUILD_TOKEN # server COOLIFY_REBUILD_URL # server +DIRECTUS_API_TOKEN # cli GIT_REPO # build SERVER_URL # build ``` diff --git a/package-lock.json b/package-lock.json index a3c3542..61373bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "9.2.8", + "version": "9.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "9.2.8", + "version": "9.2.9", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", diff --git a/package.json b/package.json index 9bcf85f..2798a97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "9.2.8", + "version": "9.2.9", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": {