10 lines
312 B
Markdown
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
|
|
```
|