diff options
author | Liam Crilly <liam.crilly@nginx.com> | 2023-06-07 14:45:35 +0100 |
---|---|---|
committer | Liam Crilly <liam.crilly@nginx.com> | 2023-06-07 14:45:35 +0100 |
commit | b42f6b1dc8186effaeac566518700e80b2415a41 (patch) | |
tree | 1cb21ca107823bba29c1c6981fce6a3cf7b8c6e7 /tools/README.md | |
parent | 9ff59e6c4bc09b0252810b709bd5f6aa35f76691 (diff) | |
download | unit-b42f6b1dc8186effaeac566518700e80b2415a41.tar.gz unit-b42f6b1dc8186effaeac566518700e80b2415a41.tar.bz2 |
Tools: unitc edit mode for interactive configuration.
Diffstat (limited to 'tools/README.md')
-rw-r--r-- | tools/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md index f534aa1f..1a631e10 100644 --- a/tools/README.md +++ b/tools/README.md @@ -35,6 +35,7 @@ web page with NGINX Unit. |---------|-| | filename … | Read configuration data consequently from the specified files instead of stdin. | _HTTP method_ | It is usually not required to specify a HTTP method. `GET` is used to read the configuration. `PUT` is used when making configuration changes unless a specific method is provided. +| `edit` | Opens **URI** in the default editor for interactive configuration. The [jq](https://stedolan.github.io/jq/) tool is required for this option. | `INSERT` | A _virtual_ HTTP method that prepends data when the URI specifies an existing array. The [jq](https://stedolan.github.io/jq/) tool is required for this option. | `-q` \| `--quiet` | No output to stdout. |