Skip to content

Bulk send Secret from .env files to the server with Cloudflare Workers / Pages

License

Notifications You must be signed in to change notification settings

node-libraries/wrangler-secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrangler-secret

Bulk send Secret from .env files to the server with Cloudflare Workers / Pages

usage

npm install -D wrangler-secret

USAGE
        wrangler-secret [options] <env_path>
ARGUMENTS
        <path> Path to the env file
OPTIONS
        -c, --config <path> Path to the wrangler config file(Default is wrangler.toml)
        -e, --env <environment> Environment

example

  • .env.environment
abc = "123"
def = "456"

Internal calls to wrangler are processed sequentially.

npx wrangler-secret .env.environment

About

Bulk send Secret from .env files to the server with Cloudflare Workers / Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published