Add package integration tests to test CLI changes end-to-end. This should prevent having to manually test and build binary for testing and increase confidence on CLI changes or added features.
Acceptance Criteria:
[ ] add boilerplate integration test for root command
[ ] cover 50% commands in integration tests
[ ] (stretch) require PRs with passing tests for all commits to main branch
Suggestion:
Add package integration tests to test CLI changes end-to-end. This should prevent having to manually test and build binary for testing and increase confidence on CLI changes or added features.
Acceptance Criteria: