chore(readme): update readme with cli commands
This commit is contained in:
parent
ca57082f01
commit
7a0b808f24
3 changed files with 10 additions and 7 deletions
11
README.md
11
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
|
||||
```
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue