morphix-env 0.7.0-beta.1 → 0.7.0
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 +4 -0
- package/dist/cli.js +3 -2
- package/docs/logo.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="docs/logo.png" width="160" alt="morphix-env" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# morphix-env
|
|
2
6
|
|
|
3
7
|
`morphix-env` is a secret composition CLI for local development, CI, and agent-assisted workflows. It does not become another secret vault: Infisical, Doppler, macOS Keychain, dotenvx, and local files continue to own their values, authentication, access controls, rotation, and provider UI.
|
package/dist/cli.js
CHANGED
|
@@ -37255,7 +37255,7 @@ function cmdSkill(subcommand, options) {
|
|
|
37255
37255
|
// package.json
|
|
37256
37256
|
var package_default = {
|
|
37257
37257
|
name: "morphix-env",
|
|
37258
|
-
version: "0.7.0
|
|
37258
|
+
version: "0.7.0",
|
|
37259
37259
|
description: "Secret composition CLI \u2014 Infisical, Doppler, macOS Keychain, dotenvx, and local files stay value owners; composes them into one value-safe child environment and ships a built-in Agent Skill (mx-env skill install).",
|
|
37260
37260
|
author: "MorphixAI <dev@morphixai.com>",
|
|
37261
37261
|
homepage: "https://github.com/Morphicai/morphix-env#readme",
|
|
@@ -37279,7 +37279,8 @@ var package_default = {
|
|
|
37279
37279
|
prepublishOnly: "pnpm build && pnpm test"
|
|
37280
37280
|
},
|
|
37281
37281
|
files: [
|
|
37282
|
-
"dist"
|
|
37282
|
+
"dist",
|
|
37283
|
+
"docs/logo.png"
|
|
37283
37284
|
],
|
|
37284
37285
|
keywords: [
|
|
37285
37286
|
"env",
|
package/docs/logo.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "morphix-env",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Secret composition CLI — Infisical, Doppler, macOS Keychain, dotenvx, and local files stay value owners; composes them into one value-safe child environment and ships a built-in Agent Skill (mx-env skill install).",
|
|
5
5
|
"author": "MorphixAI <dev@morphixai.com>",
|
|
6
6
|
"homepage": "https://github.com/Morphicai/morphix-env#readme",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"prepublishOnly": "pnpm build && pnpm test"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
|
-
"dist"
|
|
27
|
+
"dist",
|
|
28
|
+
"docs/logo.png"
|
|
28
29
|
],
|
|
29
30
|
"keywords": [
|
|
30
31
|
"env",
|