documenso-multi-env-setup

Documenso Multi-Environment Setup

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "documenso-multi-env-setup" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-documenso-multi-env-setup

Documenso Multi-Environment Setup

Overview

Configure and manage Documenso integrations across development, staging, and production environments with proper isolation and promotion workflows.

Prerequisites

  • Documenso accounts for each environment (or self-hosted instances)

  • Environment management infrastructure

  • Secret management solution (Vault, AWS Secrets Manager, etc.)

Instructions

Step 1: Environment Architecture

┌─────────────────────────────────────────────────────────┐

Step 2: Configuration Files

// config/documenso.development.json

Step 3: Environment Variables

NODE_ENV=development

Step 4: Client Factory

// src/documenso/factory.ts

Step 5: Mock Client for Development

// src/documenso/mock.ts

Step 6: Environment Promotion

// scripts/promote-templates.ts

Step 7: Webhook Configuration Per Environment

// src/webhooks/config.ts

Step 8: Testing Across Environments

// tests/integration/environment.test.ts

For detailed implementation code and configurations, load the reference guide: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)

Output

  • Environment Architecture

  • Configuration Files

  • Environment Variables

  • Client Factory

  • Mock Client for Development

  • Environment Promotion

Error Handling

Issue Cause Solution

Wrong environment Missing NODE_ENV Set explicitly

Key mismatch Using wrong key Check env var names

Config not loading File path wrong Verify config files

Mock not working mockEnabled: false Enable in dev config

Resources

  • 12-Factor App Config

  • Environment Management

  • Secret Management Best Practices

Next Steps

For monitoring setup, see documenso-observability .

Examples

Basic usage: Apply documenso multi env setup to a standard project setup with default configuration options.

Advanced scenario: Customize documenso multi env setup for production environments with multiple constraints and team-specific requirements.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review