Created
July 24, 2013 18:49
-
-
Save cpswan/6073346 to your computer and use it in GitHub Desktop.
es3client commands and arguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Available commands (grouped by type): | |
Base images: | |
create_base_image | |
delete_base_image | |
desc_base_images | |
Bundles: | |
add_content_to_bundle | |
create_bundle | |
delete_bundle | |
delete_content_from_bundle | |
desc_bundles | |
update_bundle | |
Package managers: | |
create_package_manager | |
delete_package_manager | |
desc_package_managers | |
update_package_manager | |
Packages: | |
create_package | |
delete_package | |
desc_packages | |
update_package | |
Server: | |
create_server_image | |
delete_server_image | |
desc_server_images | |
Global Options: | |
--config, -c <filename/uri>: Configuration file. | |
--host, -H <s>: Name or address of API endpoint. | |
--port, -P <i>: Port of API endpoint. | |
--nossl, -n: Disable SSL (default:false - use SSL) | |
--apikey, -K <s>: API Key. | |
--apisecret, -S <s>: API Secret. | |
--apikey-file, -Y <filename/uri>: Read API key from file. | |
--apisecret-file, -C <filename/uri>: Read API Secret from file. | |
--timeout, -t <f>: HTTP timeout for API call. (Default: | |
10.0) | |
--output, -o <filename/uri>: Write to a file instead of stdout | |
--format, -f <s>: Output format - Supports: JSON, YAML | |
(default: JSON) | |
--help, -h: Show this message | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment