Clusters
From DreamFactory
LaylaTrejo (Talk | contribs) (Created page with "Weight loss boils down to a easy formula: burn more calories than you take in. There is no magic pill. Outcomes come from hard perform and consistency.<br><br>Consuming vegeta...") |
Davidweiner (Talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Create/Update/Delete == | |
+ | |||
+ | Usage: | ||
+ | dfe:cluster [options] [--] <operation> [<cluster-id>] | ||
+ | |||
+ | Arguments: | ||
+ | operation The operation to perform: show, create, update, delete, add (server to cluster), or remove (server from cluster) | ||
+ | cluster-id The id of the cluster upon which to perform operation [default: "cluster-east-2"] | ||
+ | |||
+ | Options: | ||
+ | --owner-id=OWNER-ID The "owner-id" of this cluster | ||
+ | --owner-type=OWNER-TYPE The type of owner: USER, INSTANCE, SERVER, MOUNT, CLUSTER, SERVICE_USER, OWNER_HASH, CONSOLE, DASHBOARD, APPLICATION, SERVICE, TESTING, _DEFAULT_NAMESPACE_ | ||
+ | --subdomain=SUBDOMAIN The subdomain in which this cluster resides | ||
+ | -m, --max-instances=MAX-INSTANCES The maximum number of instances allowed, if any. | ||
+ | --server-id=SERVER-ID The "server-id" to "add" or "remove" | ||
+ | -h, --help Display this help message | ||
+ | -q, --quiet Do not output any message | ||
+ | -V, --version Display this application version | ||
+ | --ansi Force ANSI output | ||
+ | --no-ansi Disable ANSI output | ||
+ | -n, --no-interaction Do not ask any interactive question | ||
+ | --env[=ENV] The environment the command should run under. | ||
+ | -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug | ||
+ | |||
+ | Help: | ||
+ | Create, update, delete, and manage clusters |
Latest revision as of 15:51, 8 March 2016
Create/Update/Delete
Usage:
dfe:cluster [options] [--] <operation> [<cluster-id>]
Arguments:
operation The operation to perform: show, create, update, delete, add (server to cluster), or remove (server from cluster) cluster-id The id of the cluster upon which to perform operation [default: "cluster-east-2"]
Options:
--owner-id=OWNER-ID The "owner-id" of this cluster --owner-type=OWNER-TYPE The type of owner: USER, INSTANCE, SERVER, MOUNT, CLUSTER, SERVICE_USER, OWNER_HASH, CONSOLE, DASHBOARD, APPLICATION, SERVICE, TESTING, _DEFAULT_NAMESPACE_ --subdomain=SUBDOMAIN The subdomain in which this cluster resides -m, --max-instances=MAX-INSTANCES The maximum number of instances allowed, if any. --server-id=SERVER-ID The "server-id" to "add" or "remove" -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question --env[=ENV] The environment the command should run under. -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
Create, update, delete, and manage clusters