此内容没有您所选择的语言版本。
5.6. config:propdel, propdel
Abstract
deletes a property from the configuration being edited
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
config:propdel
[
--help
] [[
-b
] | [
--bypass-storage
]] [[
-p PID
] | [
--pid PID
]] {
name
}
Details 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
When you delete a property using the config:propdel command, the change is stored in the buffer and not propagated to the container until the editing session is closed.
If you use the
-p
argument to specify a PID, however, the change is made immediately.
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Table 5.6, “config:propdel Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
-b , --bypass-storage | Does not write the change to the local file. |
-p , --pid | Specifies the PID of the configuration in which to make the change. The default is to change the configuration currently open for editing. |
name | Specifies the name of the property to delete. |