Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@kentcdodds/onepassword

Resolve 1Password Connect item fields for secret-aware fetch with website host allowlisting.

connect/deployment-guide.d.ts

11 lines · 435 B · TypeScript
/**
 * Return markdown deployment instructions for 1Password Connect on Fly.io.
 *
 * @returns Multi-line markdown guide for secrets, deploy-fly, smoke, and bind.
 *
 * @example
 * import deploymentGuide from 'kody:@kentcdodds/onepassword/connect/deployment-guide'
 * const guide = await deploymentGuide()
 * // => '# 1Password Connect on Fly — deployment guide\n\n...'
 */
export default function deploymentGuide(): Promise<string>