1.0.3 • Published 11 months ago

@spg-energy/jobi-npm-login v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

SPG / JOBI npm login

Requirements

  • AWS CLI
  • aws-vault
  • NodeJS (node and npm commands)

Usage

To login to SPG JOBI private registry, please consider using one of the following methods listed below.

npx (preferred)

In this method, no installation is required. It's suitable for CI environments and developers who don't want to install global packages.

aws-vault exec spg-energy-tools -- npx @spg-energy/jobi-npm-login@latest

npm install (globally)

This method requires an extra step (first time and whenever the package is updated) and

# step 1) install @spg/jobi-npm-login globally (once)
npm i -g @spg-energy/jobi-npm-login@latest

# step 2) login to JOBI private repo
aws-vault exec spg-energy-tools -- jobi-npm-login
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago