# cli tool for exporting ente photos ## Testing Run the release script to build the binary and run it. ```shell ./release.sh ``` or you can run the following command ```shell go build -o "bin/ente-cli" main.go ``` ```shell ./bin/ente-cli --help ``` ### Getting Started #### Accounts * Add an account ```shell ente-cli account add ``` * List accounts ```shell ente-cli account list ```