webjob-cfg-delete-list - Delete one or more KVP lists.
webjob-cfg-delete-list [-d delimiter] [-t type] -f {file|-} [key [key ...]]
This utility deletes one or more KVP (Key/Value Pair) lists.
- -d delimiter
-
Specifies the list delimiter. Valid delimiters include the following
characters: space ' ', comma ',', colon ':', semi-colon ';', and pipe
'|'. The default delimiter is a comma. Note that parse errors are
likely to occur if the specified delimiter appears in any of the
values.
- -f {file|-}
-
Specifies the config file to operate on.
- -t type
-
Specifies the type of config file being operated on. Each supported
type has a custom template that is used to validate keys and values.
Currently, the following types are supported: ClientAcl and Generic.
The default type is Generic.
Klayton Monroe
webjob-cfg-create-list(1), webjob-cfg-update-list(1)
All documentation and code are distributed under same terms and
conditions as WebJob.
|