Files
deb-python-falcon/falcon/cmd
Stephen Milner d9d1aed01e feat(cmd): Add a utility to print routes (#849)
Add a new CLI utility, falcon-print-routes, that takes in a module:instance_or_callable, 
introspects the routes, and prints the results to stdout.

Example:

   $ falcon-print-routes commissaire.testroutes:a
   -> /api/v0/status
   -> /api/v0/cluster/{name}
   -> /api/v0/cluster/{name}/hosts
   -> /api/v0/cluster/{name}/hosts/{address}
2016-09-05 17:18:49 -06:00
..
2013-05-15 11:04:58 -05:00
2014-04-04 15:40:34 -05:00