Files
infisical/npm
Daniel Hougaard 65f122bd41 Update index.cjs
2024-11-16 01:37:43 +04:00
..
2024-11-16 01:37:43 +04:00
2024-11-12 20:36:09 +04:00
2024-11-12 21:38:34 +04:00

Infisical

The open-source secret management platform: Sync secrets/configs across your team/infrastructure and prevent secret leaks.

Slack | Infisical Cloud | Self-Hosting | Docs | Website | Hiring (Remote/SF)

Infisical is released under the MIT license. PRs welcome! git commit activity Cloudsmith downloads Slack community channel Infisical Twitter

Introduction

Infisical is the open source secret management platform that teams use to centralize their application configuration and secrets like API keys and database credentials as well as manage their internal PKI.

We're on a mission to make security tooling more accessible to everyone, not just security teams, and that means redesigning the entire developer experience from ground up.

Installation

The Infisical CLI NPM package serves as a new installation method in addition to our existing installation methods.

After installing the CLI with the command below, you'll be able to use the infisical CLI across your machine.

$ npm install -g @infisical/cli

Full example:

# Install the Infisical CLI
$ npm install -g @infisical/cli

# Authenticate with the Infisical CLI
$ infisical login 

# Initialize your Infisical CLI
$ infisical init

# List your secrets with Infisical CLI
$ infisical secrets

Documentation

Our full CLI documentation can be found here.