# Packages
No description provided by the author
# Functions
GlobalGet retrives the global configuration and displays it on standard output.
GlobalUpload uploads the global configuration.
PolicyDelete removes a policy supplied as an argument.
PolicyGet retrieves policy configuration, the name of which is supplied as an argument.
PolicyGetRevision retrieves a single revision from a policy's history.
PolicyList provides a list of the policy names.
PolicyListRevisions retrieves all the revisions for a given policy.
PolicyUpload uploads a Policy intent from stdin.
PolicyWatch watches etcd for policy changes and prints the name and revision when a policy is uploaded.
UseExec acquires a lock (waiting if necessary) and executes a command when it takes it.
UseGet retrieves the JSON information for a mount.
UseList returns a list of the mounts the apiserver knows about.
UseTheForce deletes the use entry from etcd; useful for clearing a stale mount.
VolumeCreate creates a new volume with a JSON specification to store its information.
VolumeForceRemove removes a volume forcefully.
VolumeGet retrieves the metadata for a volume and prints it.
VolumeList prints the list of volumes for a pool.
VolumeListAll returns a list of the pools the apiserver knows about.
VolumeRemove removes a volume, deleting the image beneath it.
VolumeRuntimeGet retrieves the runtime configuration for a volume.
VolumeRuntimeUpload retrieves the runtime configuration for a volume.
VolumeSnapshotCopy lists all snapshots for a given volume.
VolumeSnapshotList lists all snapshots for a given volume.
VolumeSnapshotTake takes a snapshot for a volume immediately.
# Variables
Commands is the data structure which describes the command hierarchy for volcli.
GlobalFlags are required global flags for the operation of volcli.