Skip to content

feat(cli): implement CLI baseline functionality

Description

  • Replace main code with NuNet CLI instead of DMS
  • Allow DMS to be launched using "nunet run" command
  • Refactor MakeInternalRequest function with better structure and error handling
  • Create unit tests for MakeInternalRequest and GetInternalBaseURL functions
  • Implement #148 (closed)

Resolves: #148 (closed), #209 (closed)

Checklist

  • I have update updated the @version string in main.go. See https://semver.org/
  • I have update CHANGELOG.md with a short description of changes.
  • I have run swag init to update the swagger docs.

Closes #209 (closed)

Edited by Dagim Sisay

Merge request reports