Commit graph

26 commits

Author SHA1 Message Date
Alan Hamlett
6f2176741d Ability to disable SSL cert verification
Adds a --no-ssl-verify argument.
Adds a no_ssl_verify boolean config option.
2017-05-05 17:09:17 -07:00
Alan Hamlett
c22990a38a config file not needed when passing api key via command line 2017-03-16 08:10:15 -07:00
Alan Hamlett
da3cf30ddd use language as extra heartbeats key name 2017-02-20 15:29:44 -08:00
Alan Hamlett
35726f2e91 rename --alternate-language to --language 2017-02-20 15:17:45 -08:00
Alan Hamlett
f52847d7e9 make --alternate-language cli argument take precedence over detected language 2017-02-20 14:23:02 -08:00
Alan Hamlett
1fd6169f53 support for ntlm proxy 2017-02-15 15:02:05 -08:00
Alan Hamlett
d4eeedbacc return custom exit status from missing api key 2016-10-11 09:51:34 +02:00
Alan Hamlett
1e5af3fd43 support for socks proxies 2016-05-21 13:09:55 +02:00
Alan Hamlett
745049d685 remove --entitytype from help output 2016-04-29 00:01:26 +02:00
Alan Hamlett
dc1964cd80 no longer allowing entity-type url 2016-04-28 23:57:15 +02:00
Alan Hamlett
dce9d70d48 correct config file in help output 2016-04-26 13:40:08 +02:00
Alan Hamlett
67a2403070 new --extra-heartbeats argument 2016-04-21 00:30:44 +02:00
Alan Hamlett
984a8ab62a increase default timeout to 60 seconds 2016-04-19 13:50:29 +02:00
Alan Hamlett
95a2db0a77 support passing an alternate language to cli 2016-04-19 12:30:44 +02:00
Alan Hamlett
33a87b9877 add new AUTH_ERROR exit status to signal an invalid api key. fixes #41. 2016-01-25 23:49:37 +01:00
Alan Hamlett
85cecd6280 accept 201 or 202 response codes as success from api 2016-01-11 02:13:58 -08:00
Alan Hamlett
caafe3dcb6 fix tests 2016-01-01 23:24:49 -08:00
Alan Hamlett
ac8690222c fix tests for timeout value 2015-09-29 22:43:39 -07:00
Alan Hamlett
d953c13203 correctly test output when timeout value is not integer 2015-09-29 22:39:06 -07:00
Alan Hamlett
9f0fd8bc31 update expected help output for tests 2015-09-15 09:03:41 -07:00
Alan Hamlett
9884eea311 test bower dependencies 2015-09-08 15:48:28 -07:00
Alan Hamlett
7656b5365d new --entity command line arg to replace --file 2015-08-29 18:14:07 -07:00
Alan Hamlett
92948386fa new --entitytype command line arg to replace --notfile 2015-08-29 16:16:14 -07:00
Alan Hamlett
f818a64d3d always parse args from sys.argv 2015-08-12 10:28:01 -07:00
Alan Hamlett
ca486e2ac6 remove unused sample output 2015-08-11 19:00:09 -07:00
Alan Hamlett
cc522f8b62 improve tests by capturing stderr 2015-08-11 18:59:29 -07:00