NAME
oscompute
VERSION
version 1.0102
SYNOPSIS
Usage: oscompute command [arguments]
Available Commands:
help show syntax and available commands
server server [--verbose|-v] [show [`id`]] [delete `id`]
[create `name` `flavor` `image`]
Examples:
# Lists all servers.
oscompute server
# Also, lists all servers.
oscompute server show
# Show all details.
oscompute server -v show
# Show one server.
oscompute server show ec05b52e-f575-469c-a91e-7f0ddd4fab95
# Create a new server.
# Order of arguments are server create `name` `flavor` `image`
oscompute server create bob 1 11b2a5bf-590c-4dd4-931f-a65751a4db0e
# Delete a server.
oscompute server delete ec05b52e-f575-469c-a91e-7f0ddd4fab95
DESCRIPTION
This is a command line tool for interacting with the OpenStack Compute API.
AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Naveed Massjouni.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.