scyld-tool-configΒΆ
NAME
scyld-tool-config -- "Command line tool" for ClusterWare
USAGE
scyld-tool-config[-h][-v][-q][-c | --config CONFIG][--base-url URL][[-u | --user] USER[:PASSWD]][--yes][--example]
DESCRIPTION
The generic command line tool for ClusterWare.
OPTIONAL ARGUMENTS
- -h, --help
Print usage message and exit. Ignore trailing args, parse and ignore preceding args.
- -v, --verbose
Increase verbosity.
- -q, --quiet
Decrease verbosity.
- -c, --config CONFIG
Specify a client configuration file CONFIG.
- --yes
Answer yes or to defaults to all questions.
- --example
Generate an example file (implies
--yes).
ARGUMENTS TO OVERRIDE BASIC CONFIGURATION DETAILS
- --base-url URL
Specify the base URL of the ClusterWare REST API.
- -u, --user USER[:PASSWD]
Masquerade as user USER with optional colon-separated password PASSWD.
EXAMPLES
RETURN VALUES
Upon successful completion, scyld-tool-config returns 0.
On failure, an error message is printed to stderr and
scyld-tool-config returns 1.