Theme Tool Configuration
Config File
Default values for pagedip-theme
commands can be set within a .pagediprc
file located in your computer's home folder. Values can be written in JSON format. pagedip-theme
values should be placed under a theme
key.
If a token is set and you'd like to not use it in a pagedip-theme
command, you can use the --no-token
flag.
{
"theme": {
"apiUrl": "https://pagedip.com/api",
"handle": "THEME_HANDLE",
"owner": "OWNER",
"pagedip": "PAGEDIP_HANDLE",
"token": "TOKEN"
}
}