From b2b8f8821020c1084ef8fef05b2fa69c2cea5740 Mon Sep 17 00:00:00 2001 From: Karol Kokoszka Date: Mon, 18 Mar 2024 16:27:25 +0100 Subject: [PATCH] docs: regenerate views --- docs/source/sctool/partials/sctool_backup.yaml | 3 ++- docs/source/sctool/partials/sctool_cluster_add.yaml | 8 ++++++++ docs/source/sctool/partials/sctool_cluster_update.yaml | 8 ++++++++ docs/source/sctool/partials/sctool_restore.yaml | 3 ++- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/source/sctool/partials/sctool_backup.yaml b/docs/source/sctool/partials/sctool_backup.yaml index 0ff0c545df..9aa15aa43c 100644 --- a/docs/source/sctool/partials/sctool_backup.yaml +++ b/docs/source/sctool/partials/sctool_backup.yaml @@ -2,7 +2,8 @@ name: sctool backup synopsis: Schedule a backup (ad-hoc or scheduled) description: | This command allows you to schedule or run ad-hoc cluster backup. -usage: sctool backup --cluster --location [:]: [--keyspace ] [flags] +usage: sctool backup --cluster --location [:]: [--keyspace + ] [flags] options: - name: cluster shorthand: c diff --git a/docs/source/sctool/partials/sctool_cluster_add.yaml b/docs/source/sctool/partials/sctool_cluster_add.yaml index 61a137f45b..a6a7c6d026 100644 --- a/docs/source/sctool/partials/sctool_cluster_add.yaml +++ b/docs/source/sctool/partials/sctool_cluster_add.yaml @@ -10,6 +10,14 @@ options: - name: auth-token usage: | The authentication `token` you identified in '/etc/scylla-manager-agent/scylla-manager-agent.yaml'. +- name: force-non-ssl-session-port + default_value: "false" + usage: | + Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions. +- name: force-tls-disabled + default_value: "false" + usage: | + Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml. - name: help shorthand: h default_value: "false" diff --git a/docs/source/sctool/partials/sctool_cluster_update.yaml b/docs/source/sctool/partials/sctool_cluster_update.yaml index d8be496e47..3b4bb572b7 100644 --- a/docs/source/sctool/partials/sctool_cluster_update.yaml +++ b/docs/source/sctool/partials/sctool_cluster_update.yaml @@ -19,6 +19,14 @@ options: default_value: "false" usage: | Deletes SSL user certificate, added with --ssl-user-cert-file flag. +- name: force-non-ssl-session-port + default_value: "false" + usage: | + Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions. +- name: force-tls-disabled + default_value: "false" + usage: | + Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml. - name: help shorthand: h default_value: "false" diff --git a/docs/source/sctool/partials/sctool_restore.yaml b/docs/source/sctool/partials/sctool_restore.yaml index b92028755e..7eef069dcc 100644 --- a/docs/source/sctool/partials/sctool_restore.yaml +++ b/docs/source/sctool/partials/sctool_restore.yaml @@ -5,7 +5,8 @@ description: | Restore is always one of two types: restore schema ('--restore-schema' flag) or restore tables' contents ('--restore-tables' flag). In both cases, for the restore effects to be visible, you need to perform a specific follow-up action described by selected type. -usage: sctool restore --cluster --location [:]: --snapshot-tag [flags] +usage: sctool restore --cluster --location [:]: --snapshot-tag + [flags] options: - name: batch-size default_value: "2"