Packages

@osndot/plugin-env

Environment variable management for osn. plugins.

osn. plugin-env

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 .env file with standard, best-practice examples.
  • osn env list - List and securely preview defined environment variables from the current .env file.

Documentation

For more information and the full command reference, visit the main repository.

← Previous@osndot/sdkNext →@osndot/plugin-git