Feature Request: API endpoint to trigger rebuild paths
Overview
As a devops engineer responsible for automating the installation, upgrade, and migration of CiviCRM, I want an API endpoint which I can invoke with the cv utility to run the rebuild paths script, accessible through the gui on the drupal platform at: /civicrm/admin/setting/updateConfigBackend?reset=1
Current behaviour
Currently, performing this operation requires that I visit a webpage on the running installation, at: /civicrm/admin/setting/updateConfigBackend?reset=1 leanup Caches, then a >_Reset Paths button.
Proposed behaviour
I can already use cv flush
to accomplish the first task.
I next need a new option to cv
which will invoke this process,
and to have that process documented at cv -h
.
Edited by hesco