Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit abd9f09

Browse files
Command to list tasks
1 parent 9579ac3 commit abd9f09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ shift-cli run --dirty anonymous-migrations
4747

4848

4949
## Automated Tasks
50+
To see a list of all available tasks, you may run: `shift-cli --tasks`
51+
52+
Below is a list of the free tasks included with this package:
53+
5054
- **anonymous-migrations**: (default) Convert class based database migrations into anonymous classes.
5155
- **check-lint**: Check PHP files for syntax errors.
5256
- **class-strings**: (default) Convert strings which contain class references to actual references using `::class`.

0 commit comments

Comments
 (0)