Skip to content

dsv-cli-v1.40.2

Compare
Choose a tag to compare
@sheldonhull sheldonhull released this 03 Mar 16:55
· 76 commits to main since this release
7a7ab5d

v1.40.2 - 2023-03-03

🔨 Refactor

  • Allow defining command handlers which could return an error instead of exit code.
  • Move store package to internal/store. Do not use custom ApiError in the store package.
  • Reduce number of API calls in E2E tests by using CLI configuration profile instead of requesting a new token on each CLI run.

🐛 Bug Fix

Contributors