Theme
Read and set your blog theme from the terminal.
Commands
floggy theme show # current theme
floggy theme show --json
floggy theme list # known theme ids
floggy theme list --json
floggy theme set void
Known themes
The theme list is static in the CLI - there is no themes API to query.
| Id | Notes |
|---|---|
floggy |
Default |
void |
|
snow |
Pro |
memento |
|
lpconkz |
Premium |
shishiru |
Premium |
Pro and premium themes require the matching entitlement on your account. Setting one you are not entitled to returns a 403 (pro_required), which the CLI surfaces. Upgrade or unlock the theme first, then run floggy theme set again.
Scopes
| Command | Scope |
|---|---|
theme show, theme list |
profile:read |
theme set |
profile:write |