# Check Aliases Prowler allows you to use aliases for the checks. You only have to add the `CheckAliases` key to the check's metadata with a list of the aliases: "Provider": "", "CheckID": "", "CheckTitle": "", "CheckAliases": [ "" "", ... ], ... Then, you can execute the check either with its check ID or with one of the previous aliases: ```console prowler -c/--checks Using alias for check ... ```