@infisical/cli

Manage secrets seamlessly across workflows and applications

npmmacoslinuxwindows
Try with needOr install directly
Source

About

<h1 align="center">Infisical CLI</h1> <p align="center"> <p align="center"><b>Embrace shift-left security with the Infisical CLI and strengthen your DevSecOps practices by seamlessly managing secrets across your workflows, pipelines, and applications.</

Commands

infisical

Examples

Login to your Infisical account$ infisical login
Retrieve secrets from a project and inject them into a command$ infisical run -- npm start
Pull secrets from Infisical and save them to a .env file$ infisical export --format dotenv > .env