feat(inventory): rename inventory to scan-inventory

This commit is contained in:
pedrooot
2024-10-01 13:57:52 -06:00
parent c5929efc99
commit 2b51cf8fca
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Prowler allows you to execute a quick inventory to extract the number of resourc
Currently, it is only available for AWS provider.
- You can use option `-i`/`--inventory` to execute it:
- You can use option `-i`/`--scan-inventory` to execute it:
```sh
prowler <provider> -i
```