IO-Design-Team / one_password_dart

Inject 1Password secrets into all reference files in the current directory

Home Page:https://pub.dev/packages/one_password_dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inject 1Password secrets into all reference files in the current directory

Installation

$ dart pub global activate one_password_dart

Usage

  1. Create files containing 1Password references with filenames matching the pattern *.opr.* (ex. references.opr.dart)
  2. Run opd in the terminal

This will create files with filenames matching the pattern *.ops.* containing the injected secrets

IMPORTANT

Make sure you have *.ops.* in your .gitignore file so that your secrets don't end up in version control

About

Inject 1Password secrets into all reference files in the current directory

https://pub.dev/packages/one_password_dart

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%