@@ -51,18 +51,21 @@ with just running `make` command:
51
51
52
52
``` bash
53
53
bash # Get bash inside PHP container
54
- build # Build containers and start application in development mode
54
+ build # Build containers and start application in
55
+ # development mode
55
56
cache-clear # Clears the cache
56
57
cache-warmup # Warms up an empty cache
57
58
check-dependencies # Checks if any vendor dependency can be updated
58
59
clear-tools # Clears all tools depedencies
59
60
configuration # Prints out application current configuration
60
- ecs-fix # Runs The Easiest Way to Use Any Coding Standard to fix issues
61
+ ecs-fix # Runs The Easiest Way to Use Any Coding Standard
62
+ # to fix issues
61
63
ecs # Runs The Easiest Way to Use Any Coding Standard
62
64
generate-jwt-keys # Generates JWT auth keys
63
65
infection # Runs Infection to codebase
64
66
install-bin # Install composer bin dependencies
65
- lint-configuration # Lint current defined `application.json` that it contains valid JSON
67
+ lint-configuration # Lint current defined `application.json` that it
68
+ # contains valid JSON
66
69
lint-yaml # Lint config YAML files
67
70
local-configuration # Create local configuration files
68
71
logs # Show logs from all containers
@@ -74,20 +77,25 @@ phpmetrics # Generates PhpMetrics static analysis
74
77
phpstan # Runs PHPStan static analysis tool
75
78
psalm-github # Runs Psalm static analysis tool
76
79
psalm # Runs Psalm static analysis tool
77
- psalm-shepherd # Runs Psalm static analysis tool + report results to shepherd
80
+ psalm-shepherd # Runs Psalm static analysis tool + report results
81
+ # to shepherd
78
82
report-fastest # Creates clover and JUnit xml from fastest run
79
83
run-tests-fastest-phpdbg # Runs all test via fastest (phpdbg)
80
84
run-tests-fastest-php # Runs all test via fastest (pure PHP)
81
- run-tests-fastest # Runs all test via fastest (Uses phpdbg if that is installed)
85
+ run-tests-fastest # Runs all test via fastest (Uses phpdbg if that is
86
+ # installed)
82
87
run-tests-phpdbg # Runs all tests via phpunit (phpdbg)
83
88
run-tests-php # Runs all tests via phpunit (pure PHP)
84
- run-tests # Runs all tests via phpunit (Uses phpdbg if that is installed)
89
+ run-tests # Runs all tests via phpunit (Uses phpdbg if that
90
+ # is installed)
85
91
start # Start application in development mode
86
92
stop # Stop application containers
87
93
update-bin # Update composer bin dependencies
88
94
update # Update composer dependencies
89
- watch-build # Build containers and start application in development mode + watch output
90
- watch-start # Start application in development mode + watch output
95
+ watch-build # Build containers and start application in
96
+ # development mode + watch output
97
+ watch-start # Start application in development mode + watch
98
+ # output
91
99
```
92
100
93
101
### Symfony console [ ᐞ] ( #table-of-contents )
0 commit comments