Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 962 Bytes

oci-cas.1.md

File metadata and controls

47 lines (31 loc) · 962 Bytes

% OCI(1) OCI-User Manuals % OCI Community % AUGUST 2016

NAME

oci-cas - Content-addressable storage manipulation

SYNOPSIS

oci-cas [command]

DESCRIPTION

oci-cas manipulates content-addressable storage.

OPTIONS

--help Print usage statement

COMMANDS

get Retrieve a blob from the store. See oci-cas-get(1) for full documentation on the get command.

put Write a blob to the store. See oci-cas-put(1) for full documentation on the put command.

EXAMPLES

$ oci-image-init image-layout image.tar
$ echo hello | oci-cas put image.tar
sha256:5891b5b522d5df086d0ff0b110fbd9d21bb4fc7163af34d08286a2e846f6be03
$ oci-cas get image.tar sha256:5891b5b522d5df086d0ff0b110fbd9d21bb4fc7163af34d08286a2e846f6be03
hello

SEE ALSO

oci-image-tools(7), oci-cas-get(1), oci-cas-put(1), oci-image-init(1)

HISTORY

August 2016, Originally compiled by W. Trevor King (wking at tremily dot us)