Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: console call screenshot
Browse files Browse the repository at this point in the history
alecthomas committed Jun 9, 2024
1 parent b4950da commit e668764
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
@@ -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)

0 comments on commit e668764

Please sign in to comment.