Loading CHANGES.txt +2 −0 Original line number Diff line number Diff line 3.1.10: Add --history option 3.1.9: Add option --stats, needs biomaj-daemon >= 3.0.13 Add option --json, needs biomaj-daemon >= 3.0.13 Loading bin/biomaj-cli.py +4 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,10 @@ def main(): [MANDATORY] --proxy http://x.y.z --history: Get biomaj update/remove history [OPTIONAL] --history-limit xx : number of elements to return --stats: Get statistics --json: Get output in JSON format Loading biomaj_cli/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ class Utils(object): @staticmethod def set_args(parser): parser.add_argument('--history', dest="history", action="store_true", default=False, help="Get biomaj update/remove history") parser.add_argument('--history-limit', type=int, dest="historyLimit", default=20, help="Number of elements to return") parser.add_argument('--last-log', dest="lastlog", action="store_true", default=False, help="Get last logs for bank") parser.add_argument('--tail', dest="tail", help="number of lines to tail") parser.add_argument('--about-me', dest="aboutme", action="store_true", help="Get my user info") Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ config = { 'url': 'http://biomaj.genouest.org', 'download_url': 'http://biomaj.genouest.org', 'author_email': 'olivier.sallou@irisa.fr', 'version': '3.1.9', 'version': '3.1.10', 'classifiers': [ # How mature is this project? Common values are # 3 - Alpha Loading Loading
CHANGES.txt +2 −0 Original line number Diff line number Diff line 3.1.10: Add --history option 3.1.9: Add option --stats, needs biomaj-daemon >= 3.0.13 Add option --json, needs biomaj-daemon >= 3.0.13 Loading
bin/biomaj-cli.py +4 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,10 @@ def main(): [MANDATORY] --proxy http://x.y.z --history: Get biomaj update/remove history [OPTIONAL] --history-limit xx : number of elements to return --stats: Get statistics --json: Get output in JSON format Loading
biomaj_cli/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ class Utils(object): @staticmethod def set_args(parser): parser.add_argument('--history', dest="history", action="store_true", default=False, help="Get biomaj update/remove history") parser.add_argument('--history-limit', type=int, dest="historyLimit", default=20, help="Number of elements to return") parser.add_argument('--last-log', dest="lastlog", action="store_true", default=False, help="Get last logs for bank") parser.add_argument('--tail', dest="tail", help="number of lines to tail") parser.add_argument('--about-me', dest="aboutme", action="store_true", help="Get my user info") Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ config = { 'url': 'http://biomaj.genouest.org', 'download_url': 'http://biomaj.genouest.org', 'author_email': 'olivier.sallou@irisa.fr', 'version': '3.1.9', 'version': '3.1.10', 'classifiers': [ # How mature is this project? Common values are # 3 - Alpha Loading