1
0
mirror of synced 2026-01-04 00:04:25 -05:00
Files
airbyte/tools/internal/README.md

10 lines
312 B
Markdown

Scripts in this directory are for Airbyte's employees
# `demo.sh`
This script helps maintain Airbyte's demo instance:
```shell
./tools/internal/demo.sh ssh # connects you to the airbyte instance
./tools/internal/demo.sh tunnel # creates a local tunnel so you can access the configurable version of airbyte
```