top | item 5659103

(no title)

samarudge | 13 years ago

How does this compare to Fabric? Fabric offers a load of extra stuff to do with SSH/Deployment, but just looking at the basic features of running Python tasks from the command line, why should I use this over Fabric?

Also, why use `manager.arg` for documenting arguments, why not just use Python docstrings?

discuss

order

Kaedon|13 years ago

I was wondering the same thing. I also strongly associate manage.py with Django, so it confused me a bit when I first read it.

jeanphix|13 years ago

Fabric CLI syntax has been designed to chain commands.

Also thought about parsing args docstrings to get help and type, will be part of an upcoming release.