Skip to content

Commit 6153412

Browse files
committed
docs: update README with CLI commands
1 parent 9e13b43 commit 6153412

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -277,20 +277,6 @@ php warvil make:table Users
277277
php warvil migration:run User:up
278278
```
279279

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-
294280
#### Utility Commands
295281
```sh
296282
# Generate an application key

0 commit comments

Comments
 (0)