Skip to content

Commit

Permalink
Adding bash command to list strapi controllers (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisharkjangir committed Apr 2, 2024
1 parent 6b3e3da commit 205820c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/docs/dev-docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,10 @@ strapi hooks:list

Display a list of all the registered [controllers](/dev-docs/backend-customization/controllers.md).

```bash
strapi controllers:list
```

## strapi services:list

Display a list of all the registered [services](/dev-docs/backend-customization/services.md).
Expand Down

0 comments on commit 205820c

Please sign in to comment.