152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
152
153
154
155
156
157
158
159
160
|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
|
make:twig-extension Create a new Twig extension with its runtime class
make:user Create a new security user class
make:validator Create a new validator and constraint class
make:voter Create a new security voter class
make:webhook Create a new Webhook
router
router:match Help debug routes by simulating a path info match
sass
sass:build Builds the Sass assets
secrets
secrets:decrypt-to-local Decrypt all secrets and stores them in the local vault
secrets:encrypt-from-local Encrypt all local secrets to the vault
secrets:generate-keys Generate new encryption keys
secrets:list List all secrets
secrets:remove Remove a secret from the vault
secrets:reveal Reveal the value of a secret
secrets:set Set a secret in the vault
security
security:hash-password Hash a user password
server
server:dump Start a dump server that collects and displays dumps in a single place
server:log Start a log server that displays logs in real time
translation
translation:extract Extract missing translations keys from code to translation files
translation:pull Pull translations from a given provider.
translation:push Push translations to a given provider.
ux
ux:icons:import Import icon(s) from iconify.design
ux:icons:lock Scan project and import icon(s) from iconify.design
ux:icons:search Search icons and icon sets from ux.symfony.com
ux:icons:warm-cache Warm the icon cache
...
```
|