command - The terminal command that should be assigned Optionalforce - Create the class even if the console command already exists Optionalpest - Generate an accompanying Pest test for the Console command Optionaltest - Generate an accompanying PHPUnit test for the Console command Optionalname - The name of the command Requiredphp artisan make:command [-f|--force] [--command [COMMAND]] [--test] [--pest] [--] <name>