Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Dec 16, 2020
1 parent b36fc19 commit 711ea44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,13 @@ Perform a dry sync:
```bash
php artisan sync pull staging assets --dry
```

List the origin, target, options, and port in a nice table:
```bash
php artisan sync:list pull staging assets
```

List all rsync commands:
```bash
php artisan sync:commands pull staging assets
```

0 comments on commit 711ea44

Please sign in to comment.