@modootoday/envs 0.1.1 → 0.1.2
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 +8 -8
- package/dist/{chunk-NQHT5UCU.js → chunk-YXL6WEE3.js} +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,14 +61,14 @@ used it, most of this is already familiar.
|
|
|
61
61
|
|
|
62
62
|
## Documentation
|
|
63
63
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
| Getting started
|
|
67
|
-
| The format rule, measured against dotenv
|
|
68
|
-
| Recovery codes
|
|
69
|
-
| How it compares to dotenv, dotenvx, Doppler and Infisical | <https://envs.build/compare/>
|
|
70
|
-
| Sharing a catalog, and what the server cannot see
|
|
71
|
-
| All 28 commands
|
|
64
|
+
| | |
|
|
65
|
+
| --------------------------------------------------------- | ------------------------------ |
|
|
66
|
+
| Getting started | <https://envs.build/guide/> |
|
|
67
|
+
| The format rule, measured against dotenv | <https://envs.build/format/> |
|
|
68
|
+
| Recovery codes | <https://envs.build/recovery/> |
|
|
69
|
+
| How it compares to dotenv, dotenvx, Doppler and Infisical | <https://envs.build/compare/> |
|
|
70
|
+
| Sharing a catalog, and what the server cannot see | <https://envs.build/hosted/> |
|
|
71
|
+
| All 28 commands | <https://envs.build/commands/> |
|
|
72
72
|
|
|
73
73
|
## Requirements
|
|
74
74
|
|
|
@@ -264,7 +264,7 @@ function printHelp(ui, commands, notImplemented) {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
// src/cli/version.ts
|
|
267
|
-
var VERSION = true ? "0.1.
|
|
267
|
+
var VERSION = true ? "0.1.2" : "0.0.0-source";
|
|
268
268
|
|
|
269
269
|
// src/commands/add.ts
|
|
270
270
|
import { existsSync as existsSync2, readFileSync as readFileSync2 } from "fs";
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1574,7 +1574,7 @@ function printHelp(ui, commands, notImplemented) {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
1576
|
// src/cli/version.ts
|
|
1577
|
-
var VERSION = true ? "0.1.
|
|
1577
|
+
var VERSION = true ? "0.1.2" : "0.0.0-source";
|
|
1578
1578
|
|
|
1579
1579
|
// src/commands/add.ts
|
|
1580
1580
|
var import_node_fs5 = require("fs");
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modootoday/envs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"author": "modootoday",
|
|
6
6
|
"description": "Environment values in an encrypted catalog rather than scattered files — provenance, releases, rollback and a strict .env format gate. dotenv-compatible surface.",
|