Skip to content

orcdkestrator/orcdk-plugin-dotenvx

Repository files navigation

Orcdkestrator Plugin: Dotenvx

Environment variable management plugin for Orcdkestrator using dotenvx

Installation

npm install @orcdkestrator/orcdk-plugin-dotenvx --save-dev

Configuration

Add to your orcdk.config.json:

{
  "plugins": [
    {
      "name": "dotenvx",
      "enabled": true,
      "config": {
        // Plugin-specific configuration
      }
    }
  ]
}

Usage

See configuration section above and examples directory for detailed usage.

API Reference

See API Documentation for detailed information.

Configuration Options

Option Type Default Description
enabled boolean true Enable/disable the plugin

How It Works

The plugin loads environment variables from .env files using dotenvx, supporting encrypted environments and multiple environment files.

Examples

See the examples directory for complete examples.

Development

# Clone the repository
git clone https://github.com/orcdkestrator/orcdk-plugin-dotenvx.git

# Install dependencies
npm install

# Run tests
npm test

# Build
npm run build

Contributing

See CONTRIBUTING.md for contribution guidelines.

License

MIT - see LICENSE for details.

<!-- CI test -->