From 9ea3c9fd0ed033996e42e14e50483ad980e22a42 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Thu, 3 Oct 2024 10:38:40 -0600 Subject: [PATCH] docs: include update command Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> --- docs/userguides/platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguides/platform.md b/docs/userguides/platform.md index 4d809abc..b7d55917 100644 --- a/docs/userguides/platform.md +++ b/docs/userguides/platform.md @@ -84,7 +84,7 @@ Once you have created all the Variable Group(s) that you need to operate your Bo If you are using a private container registry to store your images, you will need to provide your bot with the necessary credentials to access it. First you will need to add your credentials to the cluster with the [`silverback cluster registry auth new`][silverback-cluster-registry-auth-new] command. -Then you can provide the name of these credentials when creating your bot with the [`silverback cluster bots new`][silverback-cluster-bots-new] command. +Then you can provide the name of these credentials when creating your bot with the [`silverback cluster bots new`][silverback-cluster-bots-new] or [`silverback cluster bots update`][silverback-cluster-bots-update] commands. ## Deploying your Bot