0.0.16 • Published 3 years ago

@ottofeller/zero v0.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Zero TypeScript SDK

Short intro.

Typescript SDK for Zero. Provides a clear and simple interface for the secrets manager GraphQL API.

Installation

npm i @zero/zero

Usage

Fetch secrets for AWS by passing your zero token

import {zero} from '@zero/zero'

let result

try {
  result = zero({
    token: process.env.ZERO_TOKEN,
    apis: ["aws"],
  })
} catch(error) {
  console.error(error)
}

console.log(result) // {aws: {secret: "value", secret2: "value2"}}
0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago