Commit Graph

1548 Commits

Author SHA1 Message Date
hengyunabc
609c5ba94e update doc 2018-12-03 16:02:56 +08:00
hengyunabc
86a9e46e45 update doc. fix #330 2018-12-03 11:48:04 +08:00
hengyunabc
0bdf0bad70
Merge pull request #331 from fanofxiaofeng/patch-1
update doc
2018-12-03 11:38:54 +08:00
靳阳
b2cd7370ef
那个->哪个
那个->哪个
2018-12-03 09:40:01 +08:00
hengyunabc
78391369a4 update README 2018-11-29 16:33:17 +08:00
hengyunabc
5711612946 update install-detail.md manual-install.md 2018-11-29 16:16:20 +08:00
hengyunabc
0b302b2382 update quick-start.md 2018-11-29 15:18:42 +08:00
hengyunabc
c6b639b6cc update doc 2018-11-29 14:22:39 +08:00
hengyunabc
feced41e92 [maven-release-plugin] prepare for next development iteration 2018-11-28 21:36:52 +08:00
hengyunabc
3569e213fc [maven-release-plugin] prepare release arthas-all-3.0.5 2018-11-28 21:36:31 +08:00
hengyunabc
fce02632ba update as.sh 2018-11-28 21:32:35 +08:00
hengyunabc
7bdef14e0b update advanced-use.md 2018-11-28 19:51:06 +08:00
hengyunabc
0df61d6d1e update quick-start.md 2018-11-28 19:47:10 +08:00
hengyunabc
57b26d4361 add sysenv command doc. #288 2018-11-28 19:04:14 +08:00
hengyunabc
27d94bf457 update install-detail.md 2018-11-28 19:01:21 +08:00
hengyunabc
00aeb9ae43 add ognl command doc. #240 2018-11-28 17:59:01 +08:00
hengyunabc
aee4cde690 add demo module. #260 2018-11-28 17:22:03 +08:00
hengyunabc
41936aed83 upgrade cli to 1.0.2 to support case sensitive options. close #322 2018-11-27 20:42:20 +08:00
hengyunabc
2a90a7f5b3 clear code. fix #312 2018-11-26 10:59:41 +08:00
hengyunabc
d667bc12f0 improve history command 2018-11-26 00:48:09 +08:00
hengyunabc
744beefe0e improve help format 2018-11-26 00:16:05 +08:00
hengyunabc
361bda07ef fix long name option completion. close #318 2018-11-25 23:42:23 +08:00
hengyunabc
db78b670d6 change tt -D to --delete-all. fix #219 2018-11-25 22:05:51 +08:00
hengyunabc
e1e15e8f61 as.sh support -v options. #130 2018-11-24 22:44:07 +08:00
hengyunabc
c0c5171fe7 fix as.sh mingw support. #130 2018-11-23 17:23:35 +08:00
hengyunabc
cf49acb5c1 check telnet/http port before attach. #171 2018-11-23 01:50:32 +08:00
hengyunabc
acf9989f72 refactor as.sh support arthas home; support load arthas in as.sh directory. #130 2018-11-23 00:57:31 +08:00
hengyunabc
d951a21663 arthas-boot support versions option. #278 2018-11-22 23:25:18 +08:00
hengyunabc
cc9e037432 Print usage support ansi color. #278 2018-11-22 21:04:14 +08:00
hengyunabc
3cbaf9d3cf update arthas-boot usage. #278 2018-11-22 20:21:23 +08:00
hengyunabc
11bbfbfc9e arthas-boot support download specify version by --use-version. #278 2018-11-22 19:41:05 +08:00
hengyunabc
422c240ebc change use-https to use-http; use http when under java 6. #278 2018-11-21 16:17:55 +08:00
hengyunabc
96f505e83b DownloadUtils support http redirect. #278 2018-11-21 14:52:43 +08:00
hengyunabc
634d959869 arthas-boot compare version before download; DownloadUtils support print progress. #278 2018-11-21 10:45:30 +08:00
hengyunabc
1a788e9ef1 update comment 2018-11-20 17:45:37 +08:00
hengyunabc
3ea5b9b6ca update download link 2018-11-19 19:01:36 +08:00
hengyunabc
a140867a20 update doc 2018-11-19 17:22:00 +08:00
hengyunabc
a547bb6449 update comment 2018-11-19 17:19:44 +08:00
hengyunabc
e951023a42 as.sh support mac java_home. #173 2018-11-19 16:12:25 +08:00
hengyunabc
2d96133889 update arthas-boot help info 2018-11-19 16:10:50 +08:00
hengyunabc
e812cc8dca improve attach, skip attach logic. #278 2018-11-19 00:43:27 +08:00
hengyunabc
ec6456c299 help command support completion 2018-11-18 23:43:49 +08:00
hengyunabc
eaae4eb72a add history command. close #298 2018-11-18 23:42:35 +08:00
hengyunabc
b839be59da try to find JAVA_HOME from java command. #173 2018-11-18 02:22:18 +08:00
hengyunabc
fca9a6e9a1 support read link to find out JAVA_HOME. #173 2018-11-18 01:53:05 +08:00
hengyunabc
83897b668b update doc, change localhost to 127.0.0.1 2018-11-18 01:00:33 +08:00
hengyunabc
f9fe8723fc update doc 2018-11-17 16:41:05 +08:00
hengyunabc
8ae6274ab0 update doc 2018-11-17 16:37:38 +08:00
hengyunabc
180ee6beb5 support history-search-forward and history-search-backward. close #307 2018-11-17 15:40:48 +08:00
hengyunabc
18cc2b0165 fix default timeout. #296 2018-11-16 16:25:12 +08:00