Skip to content

A VSCode extension to sanitize your dotenv files to easily create examples, or cleanup before a commit.

Notifications You must be signed in to change notification settings

jacob-ebey/dotenv-santize

Repository files navigation

dotenv-sanitize README

Quickly sanitize your .env (dotenv) files.

Features

  • Cross Platform
  • Windows / Linux
    • Ctrl + Shift + P to bring up the dialog and search for "Dotenv: Sanitize" on VSCode for PCs.
  • macOS - - Cmd + Shift + P to bring up the dialog and search for "Dotenv: Sanitize" on VSCode for macOS.

VS Code Settings

All updates to be configured from within

  • editor.dotenvSecretReplacement: The value to replace string secrets with
  • editor.dotenvSecretReplacementRedactions: An array of keys to remove entirely from the results of the sanitization process.
  • editor.dotenvSecretReplacementExemptions: An array of keys to ignore from sanatizing entirely.

Release Notes

1.0.0

Initial release of dotenv-sanitize

About

A VSCode extension to sanitize your dotenv files to easily create examples, or cleanup before a commit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published