This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Command Line Args
Kevin Carter edited this page Nov 6, 2013
·
3 revisions
Date: | 2013-09-05 09:51 |
---|---|
tags: | rackspace, upload, mass, Cloud Files, files, api |
category: | *nix |
os-apikey
| APIKEY for the Cloud Accountos-password
| Password for the Cloud Accountos-user
| Username for the Cloud Accountos-tenant
| Specify the users tenantIDos-token
| Specify a token for TOKEN Authenticationos-region
| Specify an Endpointos-rax-auth
| Specify a Rackspace Cloud Auth-URL and Endpoint [ dfw, ord, lon, iad, syd, hkg ].os-hp-auth
| Specify an HP Cloud Auth-URL and Endpoint [ region-b.geo-1 ]. Notice that HP only have ONE Swift region at this time.os-auth-url
| Specify the Auth URLos-version
| Gives Version Number
help
| Show helpful information on the script and its available functionspreserve-path
| Preserves the File Path when uploading to a container. Useful for pesudo directory structure.internal
| Use ServiceNet Endpoint for Cloud Fileserror-retry
| Allows for a retry integer to be set, Default is 5cc
| Operational Concurrencyservice-type
| Override the service typesystem-config
| Allows Turbolift to use a config file for it's credentials.quiet
| Makes Turbolift Quietverbose
| Shows Progress While Uploadingdebug
| Turn up verbosity to over 9000
base-headers
| Allows for the use of custom headers as the base Headercontainer-headers
| Allows for custom headers to be set on Container(s)object-headers
| Allows for custom headers to be set on Object(s)
upload
| Use the Upload Function for a local Source.tsync
| DEPRECATED, useupload --sync
archive
| Compress files or directories into a single archive. Multiple Source Directories can be added to a single Archive.delete
| Deletes all of the files that are found in a container, This will also delete the container by default.download
| Downloads all of the files in a container to a provided source. This also downloads all of the pesudo directories and its contents, while preserving the structure.list
| List all containers or objects in a container.show
| Information on a container or object in a container.clone
| Clone a container to another container to the same or different region.cdn-command
| Enable / Disable the CDN on a Container. Additional Headers can be set with this function.
All Positional arguments ALL have additional Help information. To see this additional help information, please use <THE_COMMAND> -h/--help