crabenv 0.0.2 → 0.0.4

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ crabenv update
62
62
  - A senior dev wants to reorganize, sort, standardize the structure of env vars? Re-sort them without thinking about it with `crabenv fmt`
63
63
  - A senior dev wants to check for any drift? `crabenv doctor`
64
64
 
65
- ## 📁 Languages supported:
65
+ ## 📁 Languages supported
66
66
 
67
67
  Regardless of the language or mix of languages in your repositories, you'll be able to use the same commands.
68
68
 
@@ -70,7 +70,7 @@ Regardless of the language or mix of languages in your repositories, you'll be a
70
70
  - [x] 🐍 Python
71
71
  - [x] 🦀 Rust
72
72
  - [x] 🐦 Flutter
73
- - [x] More? Request an adapter.
73
+ - [x] More? Request an adapter via issue (the conventional standard must be discussed).
74
74
 
75
75
  <!--### 🤒 Pains solved:
76
76
 
@@ -103,7 +103,8 @@ crabenv doctor # It's a checklist of common mistakes
103
103
  crabenv doctor --fix
104
104
 
105
105
  # CRUD
106
- crabenv list # Lists variables
106
+ crabenv list # Searchable interactive env inventory, expanded by default
107
+ crabenv ls -p # Print env inventory for scripts/agents
107
108
  crabenv add # Wizard-like experience
108
109
  crabenv update # Wizard-like experience
109
110
  crabenv remove # Wizard-like experience
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabenv",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "The simplest, opinionated way to keep .env files, schemas, and examples aligned.",
5
5
  "main": "bin.js",
6
6
  "bin": {