mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 05:37:37 +08:00
36 lines
667 B
JSON
36 lines
667 B
JSON
{
|
|
"title": "Arthas getstatic Command",
|
|
"description": "Arthas getstatic Command",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "getstatic Command",
|
|
"text": "getstatic.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|