Skip to content

Commit b2b8f88

Browse files
docs: regenerate views
1 parent cfaa9ba commit b2b8f88

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

docs/source/sctool/partials/sctool_backup.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: sctool backup
22
synopsis: Schedule a backup (ad-hoc or scheduled)
33
description: |
44
This command allows you to schedule or run ad-hoc cluster backup.
5-
usage: sctool backup --cluster <id|name> --location [<dc>:]<provider>:<bucket> [--keyspace <glob>] [flags]
5+
usage: sctool backup --cluster <id|name> --location [<dc>:]<provider>:<bucket> [--keyspace
6+
<glob>] [flags]
67
options:
78
- name: cluster
89
shorthand: c

docs/source/sctool/partials/sctool_cluster_add.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ options:
1010
- name: auth-token
1111
usage: |
1212
The authentication `token` you identified in '/etc/scylla-manager-agent/scylla-manager-agent.yaml'.
13+
- name: force-non-ssl-session-port
14+
default_value: "false"
15+
usage: |
16+
Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions.
17+
- name: force-tls-disabled
18+
default_value: "false"
19+
usage: |
20+
Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml.
1321
- name: help
1422
shorthand: h
1523
default_value: "false"

docs/source/sctool/partials/sctool_cluster_update.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ options:
1919
default_value: "false"
2020
usage: |
2121
Deletes SSL user certificate, added with --ssl-user-cert-file flag.
22+
- name: force-non-ssl-session-port
23+
default_value: "false"
24+
usage: |
25+
Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions.
26+
- name: force-tls-disabled
27+
default_value: "false"
28+
usage: |
29+
Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml.
2230
- name: help
2331
shorthand: h
2432
default_value: "false"

docs/source/sctool/partials/sctool_restore.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: |
55
Restore is always one of two types: restore schema ('--restore-schema' flag) or restore tables' contents ('--restore-tables' flag).
66
In both cases, for the restore effects to be visible, you need to perform
77
a specific follow-up action described by selected type.
8-
usage: sctool restore --cluster <id|name> --location [<dc>:]<provider>:<bucket> --snapshot-tag <tag> [flags]
8+
usage: sctool restore --cluster <id|name> --location [<dc>:]<provider>:<bucket> --snapshot-tag
9+
<tag> [flags]
910
options:
1011
- name: batch-size
1112
default_value: "2"

0 commit comments

Comments
 (0)