Skip to content

Commit

Permalink
Update command names in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarouth committed Oct 23, 2023
1 parent 38a77e5 commit 9c468af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
You can install the package via composer:

```bash
compose require ziffmedia/laravel-mysql-snapshots
composer require ziffmedia/laravel-mysql-snapshots
```

You can publish the config file with:
Expand All @@ -25,33 +25,33 @@ while loading snapshots will be locked to the `local` environment.
#### List Snapshots

```bash
artisan mysql-snapshot:list
artisan mysql-snapshots:list
```

#### Create Snapshots

```bash
artisan mysql-snapshot:create daily
artisan mysql-snapshots:create daily
```

To create snapshots, and automatically cleanup up old snapshots:

```bash
artisan mysql-snapshot:create daily --cleanup
artisan mysql-snapshots:create daily --cleanup
```

#### Load Snapshots

To load the newest snapshot in the first available plan:

```bash
artisan mysql-snapshot:load
artisan mysql-snapshots:load
```

With Plan:

```bash
artisan mysql-snapshot:load daily
artisan mysql-snapshots:load daily
```

**Additional options**
Expand Down

0 comments on commit 9c468af

Please sign in to comment.