I have existing roles that i want to add / link another permission using artisan command.
The documentation only says linking permission and creating a role can be done at the same time, is there anyway i can link / add permission to existing roles using artisan command?
they aren't artisan commands, but you should be able to run it in a controller or in tinker so that the relevant Spatie roles and permissions tables are updated