mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 13:17:59 +08:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"title": "Arthas sysenv Command",
|
|
"description": "Arthas sysenv 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": "sysenv Command",
|
|
"text": "sysenv.md"
|
|
},
|
|
{
|
|
"title": "Check all environment variables",
|
|
"text": "check-all-properties.md"
|
|
},
|
|
{
|
|
"title": "Check One Single environment variable",
|
|
"text": "check-one-single-property.md"
|
|
},
|
|
{
|
|
"title": "Auto completion",
|
|
"text": "auto-completion.md"
|
|
},
|
|
{
|
|
"title": "Completion of history commands",
|
|
"text": "completion-of-history-commands.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|