API Rake Tasks
The Manifold API application is a Rails application and, as such, it includes a number of Rake tasks. In a packge environment, you run these tasks with manifold-api task_name
. If Manifold has been deployed from source, you can run Rake tasks with rake task_name
or rails task_name
from the API directory. In addition to standard Rails rake tasks and command line interfaces, Manifold includes a number of custom tasks:
These tasks are mainly used for debugging purposes and maintenance tasks. However, they can also be helpful for automating some tasks on a Manifold instance.