yq --prettyPrint -o=json replication-output-sample.yaml
https://github.com/kubernetes-sigs/kwok/
# Unit tests
cargo test
# Integration tests
cargo test -- --ignored
# All tests
cargo test -- --include-ignored
cargo install cargo-benchcmp
cargo install flamegraph
cargo install cargo-audit
cargo audit
airbyte-replication-driver --command state --replication hello-airbyte-file-to-csv --store-path tmp
airbyte-replication-driver --command state --replication hello-airbyte-file-to-csv --store k8s
cargo install --locked tokio-console