1.0.7 • Published 5 years ago
@kykungz/vercel-env v1.0.7
@kykungz/vercel-env
Set Vercel environment variables with env file
Usage
$ npm install -g @kykungz/vercel-env
$ vercel-env COMMAND
running command...
$ vercel-env (-v|--version|version)
@kykungz/vercel-env/1.0.7 darwin-x64 node-v10.20.1
$ vercel-env --help [COMMAND]
USAGE
$ vercel-env COMMAND
...Commands
vercel-env development [FILE]vercel-env help [COMMAND]vercel-env preview [FILE]vercel-env production [FILE]
vercel-env development [FILE]
Deploy environment variables to Development environment
USAGE
$ vercel-env development [FILE]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ vercel-env development ./.env.developmentSee code: src/commands/development.ts
vercel-env help [COMMAND]
display help for vercel-env
USAGE
$ vercel-env help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
vercel-env preview [FILE]
Deploy environment variables to Preview environment
USAGE
$ vercel-env preview [FILE]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ vercel-env preview ./.env.previewSee code: src/commands/preview.ts
vercel-env production [FILE]
Deploy environment variables to Production environment
USAGE
$ vercel-env production [FILE]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ vercel-env production ./.env.productionSee code: src/commands/production.ts