You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get started with varlock by installing the CLI:
52
+
You can get started with varlock by installing the CLI:
53
53
54
54
```bash
55
55
# Run the installation wizard, which will install as a dependency in a JavaScript project
@@ -67,13 +67,13 @@ See the full [installation docs](https://varlock.dev/getting-started/installatio
67
67
68
68
## Workflow
69
69
70
-
Validate your `.env.schema` and pretty print your environment variables with:
70
+
Validate your `.env.schema` and pretty print your environment variables with:
71
71
72
72
```bash
73
73
varlock load
74
74
```
75
75
76
-
If you need to pass resolved env vars into another process, you can run:
76
+
If you need to pass resolved env vars into another process, you can run:
77
77
78
78
```bash
79
79
varlock run -- python script.py
@@ -85,7 +85,7 @@ Or you can integrate more deeply with one of our [integrations](https://varlock.
85
85
86
86
Varlock is built on top of @env-spec, a new DSL for attaching a schema and additional functionality to .env files using JSDoc style comments. The @env-spec package contains a parser and info about the spec itself.
0 commit comments