We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13b43 commit 6153412Copy full SHA for 6153412
1 file changed
README.md
@@ -277,20 +277,6 @@ php warvil make:table Users
277
php warvil migration:run User:up
278
```
279
280
-#### Utility Commands
281
-```sh
282
-# Generate an application key
283
-php warvil key:generate
284
-
285
-# Release new versions
286
-php warvil release # General release command
287
-php warvil release:patch # Release a patch version (0.1.0 → 0.1.1)
288
-php warvil release:minor # Release a minor version (0.1.0 → 0.2.0)
289
-php warvil release:major # Release a major version (0.1.0 → 1.0.0)
290
-php warvil release:help # Show release command help
291
-```
292
293
294
#### Utility Commands
295
```sh
296
# Generate an application key
0 commit comments