@orcdkestrator/orcdk-plugin-dotenvx
v1.0.0
Published
Environment variable management plugin for Orcdkestrator using dotenvx
Downloads
5
Maintainers
Readme
Orcdkestrator Plugin: Dotenvx
Environment variable management plugin for Orcdkestrator using dotenvx
Installation
npm install @orcdkestrator/orcdk-plugin-dotenvx --save-devConfiguration
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 buildContributing
See CONTRIBUTING.md for contribution guidelines.
License
MIT - see LICENSE for details.
<!-- CI test -->
