Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pass_cli_wrapper/mod.ts>passwordFor

A very crappy tiny Deno script for accessing secrets in a password-store via the pass CLI.
Go to Latest
function passwordFor
import { passwordFor } from "https://deno.land/x/pass_cli_wrapper@0.1.0/mod.ts";

Gets the first non-empty line from the specified entry in the password store.

Parameters

entry: string

Returns

Promise<string | undefined>