chore(readme): update readme with cli commands

This commit is contained in:
Cory Dransfeldt 2025-06-11 20:27:41 -07:00
parent ca57082f01
commit 7a0b808f24
No known key found for this signature in database
3 changed files with 10 additions and 7 deletions

View file

@ -25,10 +25,12 @@ This will run `eleventy --watch` and the PHP cli concurrently, allowing for an e
## CLI ## CLI
- `cli init`: begins a series of prompts to populate the config used by `cli download`. - `coryd 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). - `coryd run`: presents a list of commands available to run (described below).
- `cli run [command]`: runs the specified command immediately. - `coryd tasks`: common tasks performed using the Directus API.
- `cli download`: presents prompts to download images, name them consistently and place them in the directories specified when running `cli init`. - `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 ## Commands
@ -56,6 +58,7 @@ NAVIDROME_API_TOKEN # server
ARTIST_IMPORT_TOKEN # server ARTIST_IMPORT_TOKEN # server
COOLIFY_REBUILD_TOKEN # server COOLIFY_REBUILD_TOKEN # server
COOLIFY_REBUILD_URL # server COOLIFY_REBUILD_URL # server
DIRECTUS_API_TOKEN # cli
GIT_REPO # build GIT_REPO # build
SERVER_URL # build SERVER_URL # build
``` ```

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "9.2.8", "version": "9.2.9",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "9.2.8", "version": "9.2.9",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "9.2.8", "version": "9.2.9",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {