A "run" command for Cloud Foundry
Cloud Foundry lacks support for running arbitrary commands. Being able to run arbitrary commands is essential when processing data outside of the web application request-response cycle. "run" is essential to perform tasks like Django's admin user creation (and changing its password) or populating a database from a Twitter stream.