summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-04-25 08:49:01 -0700
committerGitHub <noreply@github.com>2023-04-25 08:49:01 -0700
commit273a4299ad1428a1f8f5a1598a903e6e8bef14d2 (patch)
tree7e7cd70cce99d961b246398c250b8e9bd4366e68 /cli
parentff5bb3d712f543b8e142622e022d43274985a990 (diff)
Document netdatacli dumpconfig option (#14963)
* Document netdatacli dumpconfig Added in https://github.com/netdata/netdata/pull/14906 * Update README.md Add dumpconfig option to the readme * Update system/netdata.conf add :
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/cli/README.md b/cli/README.md
index 8d245354f2..8dd9cce885 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -1,12 +1,3 @@
-<!--
-title: "Netdata Agent CLI"
-description: "The Netdata Agent includes a command-line experience for reloading health configuration, reopening log files, halting the daemon, and more."
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/cli/README.md"
-sidebar_label: "Agent CLI"
-learn_status: "Published"
-learn_rel_path: "Operations"
--->
-
# Netdata Agent CLI
The `netdatacli` executable provides a simple way to control the Netdata agent's operation.
@@ -38,6 +29,8 @@ ping
Return with 'pong' if agent is alive.
aclk-state [json]
Returns current state of ACLK and Cloud connection. (optionally in json)
+dumpconfig
+ Returns the current netdata.conf on stdout.
```
See also the Netdata daemon [command line options](https://github.com/netdata/netdata/blob/master/daemon/README.md#command-line-options).