2.1.2 • Published 4 years ago
@onextech/vercel-env v2.1.2
@kykungz/vercel-env
Set Vercel environment variables with env file
Usage
$ npm install -g @onextech/vercel-env
$ vercel-env COMMAND
running command...
$ vercel-env (-v|--version|version)
@onextech/vercel-env/2.1.2 darwin-x64 node-v14.15.4
$ 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