Docs for "connect-api" and "connect-sync"
I was able to find and download the docker images as tar files and was able to crack them open and find the raw binaries. I had mixed results when trying to execute them.
Is there documentation for these binaries if we wanted to try to run these standalone (outside of a docker container)? How would one point it to the "1password-credentials.json" file - as the "docker-compose.yaml" file tells docker to stick it in a "opuser" directory (a home directory within the docker container).
volumes: - "./1password-credentials.json:/home/opuser/.op/1password-credentials.json" - "data:/home/opuser/.op/data"
Just looking for documentation that might help me do this?
Has anyone else done this?
