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

x/pass_cli_wrapper/mod.ts>entryContents

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

Gets entire (trimmed) contents of entry in the password store.

If entry does not exist, an EntryNotFoundError is thrown.

Parameters

entry: string

Returns

Promise<string>