Skip to content

Commit

Permalink
docs: add forc index status to quickstart (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0x3 authored Nov 9, 2023
1 parent 98cb9a3 commit fd14dab
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/src/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,32 @@ If all goes well, you should see the following:
▪▪▪▪▪ ✅ Successfully deployed indexer.
```

And we can check the status of our newly deployed indexer using:

```bash
forc index status
```

Which should show:

```text
✅ Successfully fetched service health:
client status: OK
database status: OK
uptime: 1m 30s
Indexers:
─ fuellabs
└─ hello_world
• id: 1
• created at: 2023-11-08 15:09:49.205698 UTC (52s ago)
• status: running
• status message:
Indexed 5440 blocks
```

> #### What is a "deployment" exactly?
>
> A _deployment_ within the context of Fuel's indexer is a series of steps taken to get your indexer project running in the wild.
Expand Down

0 comments on commit fd14dab

Please sign in to comment.