#info

8 commande(s) avec le tag #info

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

Affiche tous les facts Ansible d'un hôte (OS, IP, mémoire, etc.).

bash
ansible mon-serveur -m setup

Affiche la version Apache avec les options de compilation et chemins.

bash
apache2 -V

Affiche la version de Laravel installée.

bash
php artisan --version

Affiche la version d'Ansible et la configuration active.

bash
ansible --version

Affiche les informations clés de l'application.

bash
php artisan about

Affiche les versions Angular CLI et des packages installés.

bash
ng version

Affiche la version d'Apache2 installée.

bash
apache2 -v

Affiche la version Flutter et Dart installées.

bash
flutter --version