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.
- Host: GitHub
- URL: https://github.com/steadybit/preflight-kit
- Owner: steadybit
- License: mit
- Created: 2025-03-10T09:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T17:15:54.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:27:08.536Z (over 1 year ago)
- Language: Go
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)