Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@infisical/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Infisical CLI
Embrace shift-left security with the Infisical CLI and strengthen your DevSecOps practices by seamlessly managing secrets across your workflows, pipelines, and applications.
Slack | Node.js SDK | Infisical Cloud | Self-Hosting | Docs | Website | Hiring (Remote/SF)
Introduction
The Infisical CLI is a powerful command line tool that can be used to retrieve, modify, export and inject secrets into any process or application as environment variables. You can use it across various environments, whether it’s local development, CI/CD, staging, or production.
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/cliFull 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 secretsDocumentation
Our full CLI documentation can be found here.