Skip to content

Commit

Permalink
add flowrs config add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbuel committed Nov 16, 2024
1 parent c0d3082 commit c3e680c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

build:
cargo build --release && cp target/release/flowrs .
cp flowrs /usr/local/bin/flowrs


logo:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cargo install --path .

You can register an Airflow server instance with the `flowrs config add` command:

![flowrs config add demo](./vhs/add_config.gif)


This creates an entry in a `~/.flowrs` configuration file. If you have multiple Airflow servers configured, you can easily switch between them in `flowrs` starting screen.
Expand Down
Binary file added vhs/add_config.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions vhs/add_config.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Set Theme "Dark+"
Require flowrs
Set Height 400

Sleep 1s
Type "flowrs config add"
Enter
Sleep 1s
Type "airflow-test"
Enter
Sleep 1s
Type "https://localhost:8080"
Sleep 1s
Enter
Sleep 1s
Enter
Type "airflow"
Sleep 1s
Enter
Type "airflow"
Sleep 1s
Enter
Type "airflow"
Sleep 500ms
Enter
Sleep 2s

0 comments on commit c3e680c

Please sign in to comment.