#command

2 commande(s) avec le tag #command

Commandes partagées par la communauté CodeBox, copiables en un clic.

Exécute une commande shell sur tous les hôtes.

bash
ansible all -m shell -a "uptime"

Génère une commande Artisan personnalisée.

bash
php artisan make:command NomCommand