API Reference
lean cloud object-store get
Introduction
Download an object store value to disk from the organization's cloud object store.
$ lean cloud object-store get [OPTIONS] [KEY]...
Description
Downloads one or more values from the organization's cloud Object Store to your local disk.
Provide one or more <key> arguments to select which entries to download.
By default, files are saved to the current directory.
Use the --destination-folder option to specify a different output folder.
To view the keys available in the Object Store, use lean cloud object-store list.
Options
The lean cloud object-store get command supports the following options:
| Option | Description |
|---|---|
--destination-folder <string> | The destination folder to download the object store values, if not provided will use to current directory |
--verbose | Enable debug logging |
--help | Display the help text of the lean cloud object-store get command and exit |