From f5953beceaf39d2bb2ed81da343615d5d8833243 Mon Sep 17 00:00:00 2001 From: Marko Puric Date: Tue, 4 Nov 2025 10:12:05 +0100 Subject: [PATCH] fix: golioth CLI refs to goliothctl Signed-off-by: Marko Puric --- .../4-command-line-tools/1-goliothctl/goliothctl_config.md | 2 +- .../4-command-line-tools/1-goliothctl/goliothctl_config_get.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config.md b/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config.md index c3825797..a6395025 100644 --- a/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config.md +++ b/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config.md @@ -21,7 +21,7 @@ goliothctl config [flags] > goliothctl config set apiUrl http://localhost:9090 # Get the current access token used to authenticate with Golioth -> golioth config get accessToken +> goliothctl config get accessToken ``` ### Options diff --git a/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config_get.md b/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config_get.md index d9b2fb90..7205aae0 100644 --- a/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config_get.md +++ b/docs/reference/4-command-line-tools/1-goliothctl/goliothctl_config_get.md @@ -18,7 +18,7 @@ goliothctl config get [flags] ``` # Get the current access token used to authenticate with Golioth -> golioth config get accessToken +> goliothctl config get accessToken ``` ### Options