Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: console call screenshot #1717

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: console call screenshot
alecthomas committed Jun 9, 2024
commit e66876488aef2c10e903b0f056976a37ba5409ca
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)