Variables CLI documentation (#14249)

This commit is contained in:
Charlie Voiselle
2022-09-12 16:44:31 -04:00
committed by GitHub
parent 776f2c0a2d
commit df04cd15d6
7 changed files with 456 additions and 0 deletions

View File

@@ -904,6 +904,35 @@
"title": "ui",
"path": "commands/ui"
},
{
"title": "var",
"routes": [
{
"title": "Overview",
"path": "commands/var"
},
{
"title": "get",
"path": "commands/var/get"
},
{
"title": "init",
"path": "commands/var/init"
},
{
"title": "list",
"path": "commands/var/list"
},
{
"title": "put",
"path": "commands/var/put"
},
{
"title": "purge",
"path": "commands/var/purge"
}
]
},
{
"title": "version",
"path": "commands/version"