Create a private entry with your SVN credentials. Make sure to only use the fields username
and password
and you can give it the name of your choice. Take note of your 1password entry id. You will need it later.
We need four env variable installed on your machine.
OP_AUTH_DOMAIN
-><your subdomain>.1password.com
the domain used by your 1password account.OP_AUTH_EMAIL
->[email protected]
your email associated with your 1password account.OP_AUTH_SECRET_KEY
->XX-XXXXXX-XXXXXX-XXXXX-XXXXX-XXXXX-XXXXX
your 1password secret key.OP_SVN_ENTRY
->XXXXXXXXXXXXXXXXXXXXXXXXXXXX
remember the entry id your created earlier? This is it.
Please follow this tutorial to add an ENV variable.
You can add your variables via your .bash_profile/rc/aliases with export
. e.g.: export foo='bar'
You need to download Docker before the installation.
After all the steps above are done, restart your terminal and run this!
curl -sL https://raw.githubusercontent.com/DeuxHuitHuit/push/main/install.sh | bash -