docs: add node meta command docs (#16828)

* docs: add node meta command docs

Fixes #16758

* it helps if you actually add the files to git

* fix typos and examples vs usage
This commit is contained in:
Michael Schurter
2023-04-12 15:29:33 -07:00
committed by GitHub
parent 9898e85d09
commit 38d0a2f4ef
6 changed files with 155 additions and 3 deletions

View File

@@ -37,10 +37,10 @@ Node Meta Apply Options:
the request will be used by default.
-unset key1,...,keyN
Unset the command separated list of keys.
Unset the comma separated list of keys.
Example:
$ nomad node meta apply -unset testing,tempvar ready=1 role=preinit-db
Example:
$ nomad node meta apply -unset testing,tempvar ready=1 role=preinit-db
`
return strings.TrimSpace(helpText)
}