Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.05 KB

Apache-2.0 license

sm-hub-frontend

How to run

sbt -DsmPath=/path/ -Dworkspace=/workspace/ -DgithubOrg=your-github-org-name run

This will start the application on port 1024

You also need to provide the path to your service manager config and workspace using a -D args (replace smPath, workspace and githubOrg in the above example)

How to test

sbt clean coverage test coverageReport

Features

  • See currently running services based your teams sm profile
  • Search through all available profiles
  • Search through all available services
  • See which ports are available to use
  • See conflicting port usages
  • Catalogue of test routes for services
  • See currently available versions of assets frontend
  • Generate config

License

This code is open source software licensed under the Apache 2.0 License.