Packages
@osndot/plugin-env
Environment variable management for osn. plugins.

Provides utilities for scaffolding and interacting with .env files securely across your projects.
Installation
Install and register the plugin in your project using the osn CLI:
osn plugin add env
Commands
Once installed, the following commands are instantly available:
osn env init- Scaffold a new.envfile with standard, best-practice examples.osn env list- List and securely preview defined environment variables from the current.envfile.
Documentation
For more information and the full command reference, visit the main repository.