OAuth based authentication grants your agents and collaborators temporary access to locally encrypted secrets, making them revocable at any time.
$ capyWhen we say one command, we mean it—capy is all you need to sync, push, and pull variables for a project. Other operations use familiar git primitives.
capy| Variable | Value |
| ACCESS_TOKEN | a.........en1 (NEW) |
capy users
capy invite jon@mycompany.com
capy kick lars@mycompany.com| User | Added |
| me@mycompany.com | 4 months ago |
-MY_SECRET_ENV=capy:Q94Zd4:Z04...4aFe
+MY_SECRET_ENV=myverysecuresecret123capy| Variable | Local | Remote |
| MY_SECRET_ENV | myv...123 | mys...234 |
capy checkout -b staging
capy checkout development
capy checkout stagingcapy run -- [runtime]capy checkout production
capy deploy