miscellaneous commands
export
export command exports host and port configurations to file
Usage
export [options]
Options
- -f, --filename
<filename>: set the configuration file name. default: config.yaml - --throwOnError: throw error on failure
Examples
coordinator # export // Export configurations at config.yaml
coordinator # export -f temp.yaml // Export configurations at temp.yaml
import
import command imports host and port configurations from file
Usage
import [options] <filename>
Arguments
- filename: configuration file name to import
Options
- -v, --frameworkVersion
<version>: download a specific framework version. default: latest - --throwOnError: throw error on failure
shell
shell command runs shell commands in target hosts
Usage
shell [options] <target> <command>
Arguments
- target: selects a host or hosts using a hostname or a tag.
allcan be used to select all hosts.
- command: shell command to run
Options
- --throwOnError: throw error on failure
history
history command shows command history
Usage
history [options]
Options
- -n, --lines
<LINES>: output the last LINES lines, instead of the last 10 - -c, --clear: clear all history
- --throwOnError: throw error on failure