0.1.0 • Published 11 months ago

set-e v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

set-e

A tool to set environment variables from various types of files.

Installation

npm install set-env

Usage

set-env <environment> [--project <projectId>]

Google Cloud Project ID is optional. If provided, the script will fetch secrets from GCP Secret Manager and set them as environment variables.

Supported file types for environment configuration:

  • .yaml
  • .env
  • .json
  • .js