diff options
Diffstat (limited to 'cli/README.md')
-rw-r--r-- | cli/README.md | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/cli/README.md b/cli/README.md index 09f20174..8dd9cce8 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,14 +1,6 @@ -<!-- -title: "Netdata 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_topic_type: "References" -learn_rel_path: "References" ---> +# Netdata Agent CLI -# Netdata CLI +The `netdatacli` executable provides a simple way to control the Netdata agent's operation. You can see the commands `netdatacli` supports by executing it with `netdatacli` and entering `help` in standard input. All commands are given as standard input to `netdatacli`. @@ -37,8 +29,10 @@ 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. ``` -Those commands are the same that can be sent to netdata via [signals](https://github.com/netdata/netdata/blob/master/daemon/README.md#command-line-options). +See also the Netdata daemon [command line options](https://github.com/netdata/netdata/blob/master/daemon/README.md#command-line-options). |