Commands Reference
bnv remove
Usage
bnv remove KEY [KEY...]Description
Remove one or more key names from the current project’s .better-env. Does not delete from the global store.
Examples
# Remove a single key from the project map
bnv remove UNUSED_FLAG
# Remove multiple keys
bnv remove API_KEY_OLD LEGACY_SECRET