Servers
From DreamFactory
(Created blank page) |
Davidweiner (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | == Create/Update/Delete == | ||
+ | Usage: | ||
+ | dfe:server [options] [--] <operation> [<server-id>] | ||
+ | |||
+ | Arguments: | ||
+ | operation The operation to perform: show, create, update, or delete | ||
+ | server-id The id of the server upon which to perform operation | ||
+ | |||
+ | Options: | ||
+ | -t, --server-type=SERVER-TYPE The type of server: DB, WEB, APP | ||
+ | -m, --mount-id=MOUNT-ID The id of the storage mount for this server | ||
+ | -a, --host-name=HOST-NAME The host name of this server | ||
+ | -c, --config=CONFIG JSON-encoded array of configuration data for this server | ||
+ | -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 |
Revision as of 15:50, 8 March 2016
Create/Update/Delete
Usage:
dfe:server [options] [--] <operation> [<server-id>]
Arguments:
operation The operation to perform: show, create, update, or delete server-id The id of the server upon which to perform operation
Options:
-t, --server-type=SERVER-TYPE The type of server: DB, WEB, APP -m, --mount-id=MOUNT-ID The id of the storage mount for this server -a, --host-name=HOST-NAME The host name of this server -c, --config=CONFIG JSON-encoded array of configuration data for this server -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