feat(*): refactor dynamic vs. static structure and distinctions; make additional elements dynamic
This commit is contained in:
parent
ca57082f01
commit
c021ea54ae
140 changed files with 1001 additions and 985 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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue