From 282156c8c0de0cb7f7dcf5cfb989fabb59629550 Mon Sep 17 00:00:00 2001 From: Justin Pihony Date: Fri, 22 Nov 2024 23:03:45 -0500 Subject: [PATCH] Add a blurb about context creation --- docs/src/modules/reference/pages/cli/akka-cli/akka_auth.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/modules/reference/pages/cli/akka-cli/akka_auth.adoc b/docs/src/modules/reference/pages/cli/akka-cli/akka_auth.adoc index 6726a6cbf..a8313f3f0 100644 --- a/docs/src/modules/reference/pages/cli/akka-cli/akka_auth.adoc +++ b/docs/src/modules/reference/pages/cli/akka-cli/akka_auth.adoc @@ -7,6 +7,8 @@ Manage Akka authentication. The `akka auth` commands allow you to _authorize_ your command-line client against your account on Akka. When authorized, you can use the CLI to perform the same operations available in the web interface. +NOTE: You can create multiple contexts for different akka environments by using the `--context` option (ie. `prod`, `stage`, etc). Otherwise the `default` context is used. + == Options ----