Skip to main content

Generates env variable scripts for Bash and PowerShell

Project description

Test Workflow

codecov

Genevieve

GENerate EnVIronmEnt Variables Everywhere.

This is an extremely simple utility that produces:

  • env.ps1 PowerShell script
  • env.env Bourne Shell script

The input is a yaml file in the form of:

variables:
  SOME_KEY: 'some_value'

In POSIX shells the generated env.env can be used via: source env.env to set the environment variables set in the YAML file. In PowerShell the env.ps1 script should be run directly: ./env.ps1.

Troubleshooting

Script execution permissions

PowerShell

Adjust your ExecutionPolicy.

Bourne shell

Run chmod +x env.env.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

genevieve-1.0.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page