0.0.3 • Published 8 months ago

wrangler-secret v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago