← Back to team overview

nova team mailing list archive

using nova-manage to run code snippets from a file

 

Anyone know how to improve the new nova-manage shell run command to nicely run source from a file within a nova context.  (similar to rail's script/runner command)

   ./nova-manage shell run (filename.py)

would execute filename.py as if it was executed: python filename.py

Simply importing nova does not correctly load flag files.

Jesse


Follow ups