Skip to content

fitctl v0.1.0

Choose a tag to compare

@tznurmin tznurmin released this 16 Apr 23:06

Initial public release of fitctl.

fitctl surveys a live Linux host, records the results as typed JSON artifacts, and uses them to decide whether workloads fit.

This release includes:

  • the core survey -> contract -> validate workflow
  • machine-readable validation reports for automation
  • optional state capture for runtime-sensitive validation
  • example policies, service profiles, and fixtures
  • public documentation for validation, configuration, and artifacts

Getting started:

cargo install --path crates/fitctl-cli --locked

Quick live summary:

fitctl survey | fitctl inspect

Documentation:

  • docs/validation.md
  • docs/configuration.md
  • docs/artifacts.md

License: Apache-2.0