Commit 068d122
authored
Merge pull request #3 from OpenPathfinder/feat/version-compatibility
Changes:
- New Features
- Introduced CLI commands to display version information and perform a health check on the visionBoard API.
- Added support for configuring the visionBoard CLI via an environment variable.
- Documentation
- Updated documentation to explain configuration options and usage examples.
- Tests
- Added unit tests for CLI commands and utility functions.
- Chores
- Added new dependencies for HTTP requests, validation, and testing.
- Refactor
- Improved CLI structure by delegating command logic and output handling to dedicated modules.File tree
10 files changed
+705
-12
lines changed- src
- __tests__
10 files changed
+705
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
53 | 75 | | |
54 | 76 | | |
55 | 77 | | |
| |||
0 commit comments