@penvhq/cli 1.0.0-alpha.3 → 1.0.0-alpha.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @penvhq/cli
2
2
 
3
- penv reads the `.env` you already have, writes a small committed schema next to it, validates every value before your process starts, generates types for your language, and configures your coding agent's harness so it cannot read the file.
3
+ penv is the open source CLI for Penv Cloud, a [secrets manager](https://penv.cloud) for `.env` files and API keys. penv reads the `.env` you already have, writes a small committed schema next to it, validates every value before your process starts, generates types for your language, and configures your coding agent's harness so it cannot read the file.
4
4
 
5
5
  ```bash
6
6
  npm i -g @penvhq/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@penvhq/cli",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4.1",
4
4
  "description": "penv, the CLI of penv.cloud: validate your .env, type it, and keep it out of your coding agent's reach.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://penv.cloud",
@@ -14,15 +14,15 @@
14
14
  "bin/penv.js"
15
15
  ],
16
16
  "optionalDependencies": {
17
- "@penvhq/cli-linux-x64": "1.0.0-alpha.3",
18
- "@penvhq/cli-linux-arm64": "1.0.0-alpha.3",
19
- "@penvhq/cli-darwin-x64": "1.0.0-alpha.3",
20
- "@penvhq/cli-darwin-arm64": "1.0.0-alpha.3",
21
- "@penvhq/cli-win32-x64": "1.0.0-alpha.3",
22
- "@penvhq/cli-win32-arm64": "1.0.0-alpha.3"
17
+ "@penvhq/cli-linux-x64": "1.0.0-alpha.4.1",
18
+ "@penvhq/cli-linux-arm64": "1.0.0-alpha.4.1",
19
+ "@penvhq/cli-darwin-x64": "1.0.0-alpha.4.1",
20
+ "@penvhq/cli-darwin-arm64": "1.0.0-alpha.4.1",
21
+ "@penvhq/cli-win32-x64": "1.0.0-alpha.4.1",
22
+ "@penvhq/cli-win32-arm64": "1.0.0-alpha.4.1"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/Itzfeminisce/penvhq.git"
26
+ "url": "git+https://github.com/penvhq/penvhq.git"
27
27
  }
28
28
  }