An open API service indexing awesome lists of open source software.

https://github.com/steadybit/preflight-kit

The Steadybit PreflightKit enables the extension of Steadybit with new preflight capabilities that you can use to prevent experiment executions.
https://github.com/steadybit/preflight-kit

Last synced: 8 months ago
JSON representation

The Steadybit PreflightKit enables the extension of Steadybit with new preflight capabilities that you can use to prevent experiment executions.

Awesome Lists containing this project

README

          

PreflightKit logo depicting a crosshair within a rounded rectangle

# Steadybit PreflightKit

The Steadybit PreflightKit enables the extension of Steadybit with new preflight capabilities that you can use to prevent experiment executions. For example, PreflightKit can be used to author open/closed source:

- implement a preflight action based on your environment needs to allow or disallow experiment executions based on the experiment and its targets.

## Getting Started

We recommend that you read the following documentation to get started with PreflightKit.

- [Preflight API](/docs/preflight-api.md)
- [How-To Write A Preflight Action](/docs/how-to/write-a-preflight-action.md)
- [Preflight Registration](/docs/preflight-registration.md)
- [Terminology](/docs/terminology.md)
- [Examples](/docs/examples.md)
- [FAQ](/docs/faq.md)
- [Extension-Scaffold](https://github.com/steadybit/extension-scaffold/blob/main/README.md)