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
..
2014-01-02 09:41:26 -06:00
2014-10-29 14:23:37 -05:00
2016-03-07 11:29:05 -06:00
2016-01-04 18:42:22 -06:00
2016-03-09 10:55:02 -06:00
2016-06-02 16:04:18 -07:00
2016-09-05 17:18:49 -06:00
2016-06-02 16:04:18 -07:00
2016-04-25 11:38:36 -05:00
2016-07-11 10:09:35 -06:00
2016-08-24 22:10:51 -06:00
2016-08-15 15:14:22 -05:00
2016-06-02 16:04:18 -07:00
2016-08-05 09:50:11 -06:00
2016-07-05 20:09:09 -05:00
2016-03-09 10:55:02 -06:00
2016-08-16 23:52:00 -05:00
2016-06-02 16:04:18 -07:00
2016-08-28 13:17:10 -06:00
2016-07-09 10:34:01 -06:00
2016-07-09 10:34:01 -06:00
2016-06-02 16:04:18 -07:00
2016-06-02 16:04:18 -07:00
2015-11-09 18:16:07 -06:00
2016-06-02 16:04:18 -07:00
2016-03-07 11:29:05 -06:00
2016-07-19 17:01:50 -05:00
2014-01-02 09:41:26 -06:00
2016-08-15 15:26:12 -06:00
2016-07-19 17:11:55 -06:00
2016-07-19 17:11:55 -06:00
2016-08-30 11:59:41 -06:00
2016-06-02 16:04:18 -07:00
2016-01-14 11:53:54 -06:00
2016-04-14 17:47:08 -05:00