Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-10-18 12:22:38 +05:30
cmd Remove config cmd 2023-10-18 12:22:38 +05:30
internal Promot for export dir during add 2023-10-16 23:48:00 +05:30
pkg Continue export during decryption failure 2023-10-18 12:22:28 +05:30
utils Improve logging 2023-10-16 23:26:31 +05:30
.gitignore Add script to create binary 2023-09-14 12:24:09 +05:30
config.yaml Add readme 2023-09-14 13:03:20 +05:30
Dockerfile Clean up Dockerfile 2023-10-18 12:17:30 +05:30
go.mod Add dependency on zalando/go-keyring 2023-09-21 12:25:20 +05:30
go.sum Add dependency on zalando/go-keyring 2023-09-21 12:25:20 +05:30
main.go Continue export during decryption failure 2023-10-18 12:22:28 +05:30
README.md Update README.md 2023-09-25 14:19:03 +05:30
release.sh Add readme 2023-09-14 13:03:20 +05:30

cli tool for exporting data from ente.io

You can configure multiple accounts for export

Getting Started

Accounts

  • Add an account

    ente-cli account add
    
  • List accounts

    ente-cli account list
    

Testing

Run the release script to build the binary and run it.

  ./release.sh

or you can run the following command

 go build -o "bin/ente-cli" main.go
./bin/ente-cli --help

Docker

Build the docker image

docker build -t ente-cli:latest .

Run the commands using:

  docker run -it --rm ente-cli:latest ./ente-cli --help