Mounts
From DreamFactory
JerryAblan (Talk | contribs) m |
JerryAblan (Talk | contribs) m |
||
Line 3: | Line 3: | ||
## Creating | ## Creating | ||
− | + | Usage: | |
− | Usage: | + | dfe:mount [options] [--] <operation> <mount-id> |
− | + | ||
− | Arguments: | + | Arguments: |
− | + | operation The operation to perform: create, update, or delete | |
− | + | mount-id The id of the mount upon which to perform operation | |
− | Options: | + | Options: |
− | + | -t, --mount-type=MOUNT-TYPE The type of mount: LOCAL, SFTP, S3 | |
− | + | --owner-id=OWNER-ID The "owner-id" of this mount | |
− | + | --owner-type=OWNER-TYPE The type of owner: USER, INSTANCE, SERVER, MOUNT, CLUSTER, SERVICE_USER, CONSOLE, DASHBOARD, APPLICATION, SERVICE | |
− | + | -p, --root-path=ROOT-PATH The "root-path" of the mount | |
− | + | -c, --config=CONFIG JSON-encoded array of configuration data for this mount | |
− | + | -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: | + | Help: |
− | + | Create, update, and delete mounts | |
− | + | ||
## Deleting | ## Deleting |
Revision as of 16:07, 10 September 2015
- Creating
Usage: dfe:mount [options] [--] <operation> <mount-id>
Arguments: operation The operation to perform: create, update, or delete mount-id The id of the mount upon which to perform operation
Options: -t, --mount-type=MOUNT-TYPE The type of mount: LOCAL, SFTP, S3 --owner-id=OWNER-ID The "owner-id" of this mount --owner-type=OWNER-TYPE The type of owner: USER, INSTANCE, SERVER, MOUNT, CLUSTER, SERVICE_USER, CONSOLE, DASHBOARD, APPLICATION, SERVICE -p, --root-path=ROOT-PATH The "root-path" of the mount -c, --config=CONFIG JSON-encoded array of configuration data for this mount -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, and delete mounts
- Deleting