Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.66 KB

README.md

File metadata and controls

73 lines (49 loc) · 1.66 KB

dotenvx-ext-hub

🚫 DEPRECATED: to be replaced by [dotenvx pro]

Quickstart npm version

Extend dotenv with hub (deprecated).

npm install @dotenvx/dotenvx-ext-hub --save

 

or install globally

with brew 🍺
brew install dotenvx/brew/dotenvx-ext-hub
dotenvx ext hub help

 

with curl 🌐
curl -sfS https://dotenvx.sh/ext/hub | sh
dotenvx ext hub help

 

or with github releases 🐙
curl -L -o dotenvx-ext-hub.tar.gz "https://github.com/dotenvx/dotenvx-ext-hub/releases/latest/download/dotenvx-ext-hub-$(uname -s)-$(uname -m).tar.gz"
tar -xzf dotenvx-ext-hub.tar.gz
./dotenvx-ext-hub help

 

Usage

$ dotenvx ext hub
Usage: @dotenvx/dotenvx-ext-hub [options] [command]

🚫 DEPRECATED: to be replaced by [dotenvx pro]

Options:
  -V, --version               output the version number
  -h, --help                  display help for command

Commands:
  login [options]             authenticate to dotenvx hub
  push [options] [directory]  push .env.keys to dotenvx hub
  pull [options] [directory]  pull .env.keys from dotenvx hub
  open [options]              view repository on dotenvx hub
  token [options]             print the auth token dotenvx hub is configured to use
  status                      display logged in user
  logout [options]            log out this machine from dotenvx hub
  help [command]              display help for command