File: scripts

package info (click to toggle)
crmsh 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: python: 50,399; sh: 1,207; makefile: 255; xml: 243; exp: 234; awk: 22
file content (13 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
session Cluster scripts
script
list
list all
list names
list names all
list all names
show mailto
verify mailto id=foo email=test@example.com subject=hello
run mailto id=foo email=test@example.com subject=hello nodes=node1 dry_run=true
json '["show", "mailto"]'
json '["verify", "mailto", {"id":"foo", "email":"test@example.com", "subject":"hello"}]'
.