Created
February 16, 2015 05:03
-
-
Save jnoller/b495a7b9de8b77f47350 to your computer and use it in GitHub Desktop.
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
[rackcli] pug:rackcli jesse$ rackcli cf --help | |
Usage: rackcli cf [OPTIONS] COMMAND [ARGS]... | |
Cloud Files related commands. | |
Options: | |
--help Show this message and exit. | |
Commands: | |
bulkdelete-container Recursively delete a container with the bulk... | |
containers List all Cloud Files containers | |
create-container Create a container | |
create-object Save a local file to the remote container &... | |
data-object Advanced: Get raw data from object from a... | |
delete-container Delete a container | |
delete-object Delete an object from a container | |
metadata-account Get metadata about your Cloud Files Account | |
metadata-container Get metadata about a container | |
metadata-object Get metadata about an object | |
objects List all objects in a Cloud Files container | |
save-object Save an object from a container | |
[rackcli] pug:rackcli jesse$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment