mirror of
https://github.com/ente-io/ente.git
synced 2025-05-08 22:05:49 +00:00
24 lines
598 B
Markdown
Generated
24 lines
598 B
Markdown
Generated
## ente export
|
|
|
|
Starts the export process
|
|
|
|
```
|
|
ente export [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--albums strings Comma-separated list of album names to export
|
|
--emails strings Comma-separated list of emails to export files shared with
|
|
-h, --help help for export
|
|
--hidden to exclude hidden albums, pass --hidden=false (default true)
|
|
--shared to exclude shared albums, pass --shared=false (default true)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [ente](ente.md) - CLI tool for exporting your photos from ente.io
|
|
|
|
###### Auto generated by spf13/cobra on 14-Aug-2024
|