?
Download a file
Downloads a stored object to disk.
admin.files.get({ store: "assets", key: "hero.jpg" })
Downloads an object from a store to a local path, for inspecting or reprocessing a file the app produced.
Parameters
--store
string
RequiredThe store to read from.
--key
string
RequiredThe object's key within the store.
CLI
remy-admin files get --store assets --key hero.jpg ./hero.jpg