Skip to content

Commit 5387000

Browse files
committed
Updates CLI Tool documentation: adds "Creating Migrations" section with commands, descriptions, and examples to improve clarity and usability.
1 parent c27e676 commit 5387000

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/guide/cli tool.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,18 @@ This feature is under development.
8383

8484
---
8585

86-
### 5. **List Available Commands**
86+
### 5. **Create Migrations**
87+
88+
- **Command**: `php fire migrate::create <name>`
89+
- **Description**: Creates a new migration file in the migrations directory.
90+
- **Example**:
91+
```bash
92+
php fire migrate::create --name=UsersTable
93+
```
94+
95+
---
96+
97+
### 6. **List Available Commands**
8798

8899
- **Command**: `php fire list`
89100
- **Description**: Displays a comprehensive list of all available CLI commands, including their descriptions, arguments, and options.

0 commit comments

Comments
 (0)