You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add --json flag to status command (#825)
Add JSON output option to vunnel status command for structured data consumption.
The existing tree output remains the default, ensuring backward compatibility.
- Add --json flag to status subcommand
- Include root path and provider details in JSON response
- Add test coverage for JSON output format
Signed-off-by: James Gardner <[email protected]>
0 commit comments