You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to find where settings files should be located when using the CLI. I am trying to use something like pipx or uv to install pr-agent into an isolated environment. When I run pr-agent, it appears to miss my settings (.secrets.toml and configuration.toml) no matter where I locate them.
I've verified that my settings work by passing them as environment variables to the docker container.
Can someone point me to information on how the CLI searches for and loads settings from TOML file(s)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to find where settings files should be located when using the CLI. I am trying to use something like
pipx
oruv
to installpr-agent
into an isolated environment. When I runpr-agent
, it appears to miss my settings (.secrets.toml
andconfiguration.toml
) no matter where I locate them.I've verified that my settings work by passing them as environment variables to the docker container.
Can someone point me to information on how the CLI searches for and loads settings from TOML file(s)?
Beta Was this translation helpful? Give feedback.
All reactions