📊
SecretsFoundry
  • Welcome 👋
  • Installation
  • Getting Started
  • Secret Loaders
    • AWS Parameter Store
    • AWS Secrets Manager
    • Hashicorp Vault
    • AWS S3
  • Usage
    • Run SecretsFoundry
    • Integrating with Docker
  • Configuration Managment
    • Multiple Environments
Powered by GitBook
On this page
  • Local
  • Global
  • Confirm Installation

Was this helpful?

Installation

SecretsFoundry is a tooling to enable efficient secret sharing amoung your various environments.

PreviousWelcome 👋NextGetting Started

Last updated 3 years ago

Was this helpful?

SecretsFoundry is currently available as an . SecretsFoundry can be used as either a local dependency in your node projects, or as a global dependency for any kind of project.

Local

To add secretsfoundry to your node(^12.x.x) project, use

npm install secretsfoundry --save-dev
yarn add secretsfoundry -D

The pakcage can then be evoked using secretsfoundry under the package scripts.

Global

To use secertsfoundry as a global package, run the following command

npm install secretsfoundry -g
yarn global add secretsfoundry

Confirm Installation

secretsfoundry --version
yarn secretsfoundry --version
NPM package