Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.91 KB

commands.md

File metadata and controls

29 lines (17 loc) · 1.91 KB
description
Commands offer additional functionality like providing debug information and performing maintenance tasks.

Commands

Commands are intended to be run from within the CLI of the container and from the application's root directory. The application directory is located at: /app/www

When using the commands below they should be prefixed with php artisan, so the about command will look like php artisan about.

Core commands

Core commands exist at the framework level and might be extended to provide additional functionality.

CommandDescription
aboutProvides information on the current version of Speedtest Tracker, Laravel and Filament.

Application commands

Application commands are built to extend Speedtest Tracker's functionality from the CLI.

CommandDescription
app:installInstalls a fresh version of Speedtest Tracker. If you have an existing install this will delete all data.
app:ookla-list-serversGet a list of local Ookla speedtest servers.
app:user-change-roleChange the role for a user.
app:user-reset-passwordChange the password for a user.
app:versionSends a notification to the admin users when Speedtest Tracker is outdated.

Maintenance commands

Maintenance commands help fix issues that might crop up over time.

CommandDescription
app:result-fix-statusesReviews the data payload of each result and corrects the status attribute.