evm-cli 2.6.0__tar.gz → 2.6.2__tar.gz
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.
- {evm_cli-2.6.0 → evm_cli-2.6.2}/PKG-INFO +2 -2
- {evm_cli-2.6.0 → evm_cli-2.6.2}/README.md +1 -1
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/__init__.py +1 -1
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/cli.py +12 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/PKG-INFO +2 -2
- {evm_cli-2.6.0 → evm_cli-2.6.2}/LICENSE +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/__main__.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_completion.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_crypto.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_groups.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_history.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_io.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_json.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_schema.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_typing.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_upgrade.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/exceptions.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/formatters.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/manager.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/SOURCES.txt +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/dependency_links.txt +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/entry_points.txt +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/not-zip-safe +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/requires.txt +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/top_level.txt +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/pyproject.toml +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/setup.cfg +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/setup.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_additional.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_boundary.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_coverage.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_coverage_gap.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_formatters.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_inject.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_io_boundary.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main_entry.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main_module.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_shell_integration.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_upgrade.py +0 -0
- {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_v230_fixes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: evm-cli
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.2
|
|
4
4
|
Summary: A command-line tool for managing environment variables
|
|
5
5
|
Author-email: EVM Tool <evm@example.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
A powerful command-line tool for managing environment variables on macOS and Linux systems.
|
|
44
44
|
|
|
45
|
-
**Version**: 2.6.
|
|
45
|
+
**Version**: 2.6.2
|
|
46
46
|
|
|
47
47
|
## Features
|
|
48
48
|
|
|
@@ -148,6 +148,18 @@ Group Management:
|
|
|
148
148
|
evm groups
|
|
149
149
|
evm delete-group dev
|
|
150
150
|
|
|
151
|
+
Shell Integration (load vars into current shell):
|
|
152
|
+
evm init # Install evm-load + completion into your rc
|
|
153
|
+
# After restarting your shell, evm-load is available:
|
|
154
|
+
evm-load # = eval "$(evm inject)" — inject all vars
|
|
155
|
+
evm-load --env-file ./proj.json # From a project-specific file
|
|
156
|
+
evm-load --group prod # Only a group (group: prefix stripped)
|
|
157
|
+
evm-load --include-secrets # Also decrypt and inject secrets
|
|
158
|
+
evm-load --prefix EVM_ # Namespace all keys to avoid collisions
|
|
159
|
+
# evm-load is a shell function installed by `evm init`; it wraps
|
|
160
|
+
# `eval "$(evm inject)"` and handles --env-file flag positioning for you.
|
|
161
|
+
# `evm inject` is the underlying command for use without shell integration.
|
|
162
|
+
|
|
151
163
|
Options:
|
|
152
164
|
--json Output structured JSON to stdout (agent-friendly)
|
|
153
165
|
--quiet Suppress all human-readable output
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: evm-cli
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.2
|
|
4
4
|
Summary: A command-line tool for managing environment variables
|
|
5
5
|
Author-email: EVM Tool <evm@example.com>
|
|
6
6
|
License: MIT
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|
A powerful command-line tool for managing environment variables on macOS and Linux systems.
|
|
44
44
|
|
|
45
|
-
**Version**: 2.6.
|
|
45
|
+
**Version**: 2.6.2
|
|
46
46
|
|
|
47
47
|
## Features
|
|
48
48
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|