Actions
Bug #33671
closeddon't warn about apipie cache when using "rake config"
Difficulty:
Triaged:
No
Description
foreman-rake config …
is often used in automation as an API to fetch/set config options. However, this sometimes includes the ugly "API controllers newer than Apipie cache! Run apipie:cache rake task to regenerate cache." warning, confusing the app trying to fetch the config.
lets hide the warning when in "config" mode too.
Actions