tb mock (removed)

tb mock has been removed.

Use one of these alternatives:

  • Create fixture files manually in the fixtures/ folder.
  • Append sample data using tb datasource append.

For testing workflows, see Configure local testing and tb test.

Examples

Create a fixture file manually:

cat > fixtures/user_actions.ndjson <<'EOF'
{"timestamp":"2026-01-01 00:00:00","action":"CLICKED","user_id":"u_1"}
{"timestamp":"2026-01-01 00:01:00","action":"VIEWED","user_id":"u_2"}
EOF

Append sample data directly:

tb datasource append user_actions --file fixtures/user_actions.ndjson

Options

OptionDescription
N/ACommand removed.

Environment support

EnvironmentSupportedDescription
--local✗ NoCommand removed.
--cloud✗ NoCommand removed.
--branch=BRANCH_NAME✗ NoCommand removed.
Updated