🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@infisical/cli

Package Overview
Dependencies
Maintainers
5
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infisical/cli

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.</

latest
Source
npmnpm
Version
0.43.14
Version published
Maintainers
5
Created
Source

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)

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

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/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.

Keywords

infisical

FAQs

Package last updated on 21 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts