Skip to content

Npm package that helps you copy environment variables from a dotenv file to Fly.io secrets.

Notifications You must be signed in to change notification settings

imhjnoh/fly-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fly-dotenv

https://www.npmjs.com/package/fly-dotenv

A Node.js package that helps you copy environment variables from a dotenv file to Fly.io secrets.

This package is inspired by heroku-dotenv

Installation

npm install --global fly-dotenv

Usage

  1. Before using the package, you need to install flyctl by following the instructions on https://fly.io/docs/hands-on/install-flyctl/.

  2. After installing flyctl and setting up your Fly.io account and app, you can run the fly-dotenv command to copy the environment variables from a .env file to Fly.io secrets.

  3. You can optionally provide the path to your .env file as a command line argument. If no argument is provided, the package will look for a .env file in the current directory.

fly-dotenv
fly-dotenv .env.for.you

About

Npm package that helps you copy environment variables from a dotenv file to Fly.io secrets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published