Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: systemCheckCommand to display system information and enhance Vers… #29

Merged
merged 9 commits into from
Dec 9, 2024

Conversation

dermatz
Copy link
Collaborator

@dermatz dermatz commented Dec 9, 2024

This pull request introduces a new command to display system information and enhances the existing version command with improved output formatting. The most important changes include the addition of the SystemCheckCommand class and updates to the VersionCommand class.

New command addition:

  • src/Console/Command/SystemCheckCommand.php: Added a new command SystemCheckCommand to display system information such as PHP version, Node.js version, MySQL version, and OS information. The command also fetches the latest LTS version of Node.js from the Node.js API.

Enhancements to existing command:

  • src/Console/Command/VersionCommand.php: Updated the VersionCommand class to use SymfonyStyle for improved output formatting. The command now displays version information in a more structured and readable format. [1] [2]

image

@dermatz dermatz requested a review from Morgy93 December 9, 2024 20:16
@dermatz dermatz requested a review from Copilot December 9, 2024 21:00

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 4 changed files in this pull request and generated no suggestions.

Files not reviewed (3)
  • src/Console/Command/SystemCheckCommand.php: Language not supported
  • src/Console/Command/VersionCommand.php: Language not supported
  • src/etc/di.xml: Language not supported
@dermatz dermatz merged commit 5368e39 into main Dec 9, 2024
3 checks passed
@dermatz dermatz deleted the command-system-check branch December 9, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant