@infisical/cli 0.31.8 → 0.31.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
- <h1 align="center">Infisical</h1>
1
+ <h1 align="center">Infisical CLI</h1>
2
2
  <p align="center">
3
- <p align="center"><b>The open-source secret management platform</b>: Sync secrets/configs across your team/infrastructure and prevent secret leaks.</p>
3
+ <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.</b></p>
4
4
  </p>
5
5
 
6
6
  <h4 align="center">
7
7
  <a href="https://infisical.com/slack">Slack</a> |
8
+ <a href="https://www.npmjs.com/package/@infisical/sdk">Node.js SDK</a> |
8
9
  <a href="https://infisical.com/">Infisical Cloud</a> |
9
10
  <a href="https://infisical.com/docs/self-hosting/overview">Self-Hosting</a> |
10
11
  <a href="https://infisical.com/docs/documentation/getting-started/introduction">Docs</a> |
@@ -12,7 +13,6 @@
12
13
  <a href="https://infisical.com/careers">Hiring (Remote/SF)</a>
13
14
  </h4>
14
15
 
15
-
16
16
  <h4 align="center">
17
17
  <a href="https://github.com/Infisical/infisical/blob/main/LICENSE">
18
18
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Infisical is released under the MIT license." />
@@ -36,10 +36,7 @@
36
36
 
37
37
  ### Introduction
38
38
 
39
- **[Infisical](https://infisical.com)** 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.
40
-
41
- 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.
42
-
39
+ 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.
43
40
 
44
41
  ### Installation
45
42
 
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infisical/cli",
3
3
  "private": false,
4
- "version": "0.31.8",
4
+ "version": "0.31.9",
5
5
  "keywords": [
6
6
  "infisical",
7
7
  "cli",
Binary file