arthas/tutorials/katacoda/command-sysenv-cn/index.json
2021-01-13 19:43:12 +08:00

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"
}
}