0.0.16 • Published 2 years ago

@ottofeller/zero v0.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago