mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 05:09:54 +08:00
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"title": "Arthas sysenv命令",
|
|
"description": "Arthas sysenv命令",
|
|
"difficulty": "精通者",
|
|
"time": "10-20 分钟",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "启动arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "sysenv命令",
|
|
"text": "sysenv.md"
|
|
},
|
|
{
|
|
"title": "查看所有环境变量",
|
|
"text": "check-all-properties.md"
|
|
},
|
|
{
|
|
"title": "查看单个环境变量",
|
|
"text": "check-one-single-property.md"
|
|
},
|
|
{
|
|
"title": "自动补全",
|
|
"text": "auto-completion.md"
|
|
},
|
|
{
|
|
"title": "历史命令的补全",
|
|
"text": "completion-of-history-commands.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|