Senv

Use this skill when the user wants to encrypt or decrypt .env files containing sensitive environment variables.

javimosch afed20e 812 B Updated

File contents

senv Plugin

Encrypt and decrypt .env files to protect sensitive environment variables.

Commands

Env Encryption

  • senv env encrypt — Encrypt .env files to protect sensitive values

Usage Examples

  • "Encrypt this .env file"
  • "Decrypt my environment variables"
  • "Secure my dotenv file for version control"

Installation

npm install -g senv

Examples

senv encrypt .env
senv decrypt .env.enc
senv encrypt .env --output .env.enc
senv decrypt .env.enc --output .env

Key Features

  • .env file encryption/decryption
  • Key-based protection
  • Safe for version control
  • Node.js ecosystem compatible
  • Simple CLI interface

javimosch/supercli/tree/main/plugins/senv/skills/quickstart commit afed20ea93

Frequently asked questions

npx skillmds@latest add javimosch/senv