1.
Introduction
2.
Installation
3.
Quickstart
4.
Concepts
4.1.
Catalogs
4.2.
Facts
4.3.
Snapshots
4.4.
Samples And Traces
4.5.
Pipelines
4.6.
Secrets
4.7.
Selectors
5.
Guide
5.1.
Setup
5.2.
First Fact
5.3.
Building Pipelines
5.4.
Imports And Exports
5.5.
Review Workflow
5.6.
Multiple Facts
5.7.
Operating Outside A Catalog
6.
Command Reference
6.1.
init
6.2.
add
6.3.
edit
6.4.
show
6.5.
list
6.6.
rename
6.7.
remove
6.8.
resolve
6.9.
inspect
6.10.
diff
6.11.
check
6.12.
apply
6.13.
op list
6.14.
op show
6.15.
op eval
7.
Fact File Reference
8.
Snapshot Reference
9.
Operations Reference
9.1.
seed.file.text
9.2.
seed.net.http
9.3.
seed.run
9.4.
run
9.5.
compact
9.6.
slice
9.7.
text.lines
9.8.
text.find
9.9.
text.replace
9.10.
text.split
9.11.
text.tag
9.12.
text.trim
9.13.
html.find
9.14.
html.attribute
9.15.
html.inner.html
9.16.
html.inner.text
9.17.
json.find
10.
Tags
10.1.
Syntax
10.2.
Boundaries
10.3.
Rules
10.4.
Examples
10.5.
Pitfalls
11.
Configuration
12.
Troubleshooting
13.
Recipes
14.
Appendix
14.1.
Glossary
14.2.
Aliases
14.3.
Operation Index
14.4.
Catalog Layout
Light
Rust
Coal
Navy
Ayu
Ironclad
seed.run
Run one program and capture its stdout as a sample.
Options
program = "" args = []
Behavior
Runs once for the whole step
Uses the operation working directory
Produces one sample from stdout
Fails on non-zero exit