@onextech/vercel-env
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

@kykungz/vercel-env

Set Vercel environment variables with env file

oclif Version Downloads/week License

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]

Deploy environment variables to Development environment

USAGE
  $ vercel-env development [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ vercel-env development ./.env.development

See 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 CLI

See 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.preview

See 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.production

See code: src/commands/production.ts

Readme

Keywords

Package Sidebar

Install

npm i @onextech/vercel-env

Weekly Downloads

1

Version

2.1.2

License

MIT

Unpacked Size

10.5 kB

Total Files

15

Last publish

Collaborators

  • 1xt