How to pass bool argument to fabric command

Viewed 16596

Currently I'm using fab -f check_remote.py func:"arg1","arg2"... to run fab remote.

Now I need to send a bool arg, but True/False become a string arg, how to set it as bool type?

10 Answers
Related