Skip to content

Commit

Permalink
docs: console call screenshot (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Jun 9, 2024
1 parent b4950da commit bf87cac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/content/docs/getting-started/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,18 @@ dev` to rebuild and redeploy the module.

### Open the console

FTL has a console that allows navigation of the cluster topology, logs, traces,
FTL has a console that allows interaction with the cluster topology, logs, traces,
and more. Open a browser window at [https://localhost:8892](https://localhost:8892) to view it:

[![FTL Console](console.png)](console.png)

### Call your verb

Open a new terminal and use `ftl call` to call your verb:
You can call verbs from the console:

![console call](consolecall.png)

Or from a terminal use `ftl call` to call your verb:

[![ftl call](ftlcall.png)](ftlcall.png)

Expand Down

0 comments on commit bf87cac

Please sign in to comment.