Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 816 Bytes

File metadata and controls

15 lines (10 loc) · 816 Bytes

Building instructions for SafeScale

Following binaries will be produced :

  • safescale in SafeScale/cli/safescale/: CLI to deal with daemon safescaled. Available commands are described here
  • safescaled in SafeScale/cli/safescaled/: daemon in charge of executing requests from safescale on providers. Usage is described here

For each previous binaries a cover version, is produced. They generate code coverage reports and are therefore only intended for developers.

  • safescale-cover in SafeScale/lib/cli/safescale/
  • safescaled-cover in SafeScale/lib/cli/safescaled/