From bf7b1099bede17c057a2b040ca3b2a9af626a116 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Tue, 4 Jun 2024 17:18:48 -0700 Subject: [PATCH] Update backend.md missing "add" subcommand Signed-off-by: Ronald Petty --- docs/reference/providers/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/providers/backend.md b/docs/reference/providers/backend.md index 49eb458..38057df 100644 --- a/docs/reference/providers/backend.md +++ b/docs/reference/providers/backend.md @@ -196,7 +196,7 @@ Follow the steps outlined below to learn how to utilize the NoOpAiProvider: - Authorize k8sgpt with `noopai` or `noop` as the Backend Provider: ``` - k8sgpt auth -b noopai + k8sgpt auth add -b noopai ``` - For the auth token, you can leave it blank as the NoOpAiProvider is configured to work fine with or without any token.