pk-get

command
v0.0.0-...-bb15e6e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

The pk-get tool fetches blobs, files, and directories.

Examples

Writes to stdout by default:

pk-get <blobref>                 // dump raw blob
pk-get -contents <file-blobref>  // dump file contents

Like curl, lets you set output file/directory with -o:

pk-get -o <dir> <blobref>
  (if <dir> exists and is directory, <blobref> must be a directory;
   use -f to overwrite any files)

pk-get -o <filename> <file-blobref>

Camget isn't very fleshed out. In general, using 'pk-mount' to just mount a tree is an easier way to get files back.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL