From 853143675ff37e4cec43c830c70ec3e86fd98832 Mon Sep 17 00:00:00 2001 From: Thomas Achatz Date: Thu, 29 Feb 2024 11:11:47 +0100 Subject: [PATCH] fixup! Add commands to manage cloud-configurations --- docs/commands/cloud-configurations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/cloud-configurations.rst b/docs/commands/cloud-configurations.rst index 1663d89e..d1c52fec 100644 --- a/docs/commands/cloud-configurations.rst +++ b/docs/commands/cloud-configurations.rst @@ -47,7 +47,7 @@ Example ``cloud-configurations get`` ============================ - Get a single configuration value of CrateDB Cloud. Optionally it returns org specific values. + Get a single configuration value of CrateDB Cloud. Optionally it returns the org specific value. .. argparse:: :module: croud.__main__ @@ -73,7 +73,6 @@ Example This command is only available for superusers. - ``cloud-configurations set`` ============================ @@ -98,6 +97,7 @@ Example |-------------------------------------------------+-------------+--------------------------------------| | CRATEDB_CLOUD_SETTING_ORG_SPECIFIC | 2048 | f6c39580-5719-431d-a508-0cee4f9e8209 | +-------------------------------------------------+-------------+--------------------------------------+ + ==> Success: Configuration updated. .. note::