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.
Files changed (41) hide show
  1. {evm_cli-2.6.0 → evm_cli-2.6.2}/PKG-INFO +2 -2
  2. {evm_cli-2.6.0 → evm_cli-2.6.2}/README.md +1 -1
  3. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/__init__.py +1 -1
  4. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/cli.py +12 -0
  5. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/PKG-INFO +2 -2
  6. {evm_cli-2.6.0 → evm_cli-2.6.2}/LICENSE +0 -0
  7. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/__main__.py +0 -0
  8. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_completion.py +0 -0
  9. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_crypto.py +0 -0
  10. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_groups.py +0 -0
  11. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_history.py +0 -0
  12. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_io.py +0 -0
  13. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_json.py +0 -0
  14. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_schema.py +0 -0
  15. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_typing.py +0 -0
  16. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/_upgrade.py +0 -0
  17. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/exceptions.py +0 -0
  18. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/formatters.py +0 -0
  19. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm/manager.py +0 -0
  20. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/SOURCES.txt +0 -0
  21. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/dependency_links.txt +0 -0
  22. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/entry_points.txt +0 -0
  23. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/not-zip-safe +0 -0
  24. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/requires.txt +0 -0
  25. {evm_cli-2.6.0 → evm_cli-2.6.2}/evm_cli.egg-info/top_level.txt +0 -0
  26. {evm_cli-2.6.0 → evm_cli-2.6.2}/pyproject.toml +0 -0
  27. {evm_cli-2.6.0 → evm_cli-2.6.2}/setup.cfg +0 -0
  28. {evm_cli-2.6.0 → evm_cli-2.6.2}/setup.py +0 -0
  29. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_additional.py +0 -0
  30. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_boundary.py +0 -0
  31. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_cli_coverage.py +0 -0
  32. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_coverage_gap.py +0 -0
  33. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_formatters.py +0 -0
  34. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_inject.py +0 -0
  35. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_io_boundary.py +0 -0
  36. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main.py +0 -0
  37. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main_entry.py +0 -0
  38. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_main_module.py +0 -0
  39. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_shell_integration.py +0 -0
  40. {evm_cli-2.6.0 → evm_cli-2.6.2}/tests/test_upgrade.py +0 -0
  41. {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.0
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.0
45
+ **Version**: 2.6.2
46
46
 
47
47
  ## Features
48
48
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  A powerful command-line tool for managing environment variables on macOS and Linux systems.
4
4
 
5
- **Version**: 2.6.0
5
+ **Version**: 2.6.2
6
6
 
7
7
  ## Features
8
8
 
@@ -3,7 +3,7 @@ EVM - Environment Variable Manager
3
3
  A command-line tool for managing environment variables.
4
4
  """
5
5
 
6
- __version__ = "2.6.0"
6
+ __version__ = "2.6.2"
7
7
  __author__ = "EVM Tool"
8
8
 
9
9
  from .exceptions import (
@@ -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.0
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.0
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