-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Oliver Stark
committed
May 29, 2018
1 parent
3c4b7b7
commit 5e190e8
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# Changelog | ||
|
||
## 1.0.0-beta1 - 2018-05-29 | ||
|
||
Initial (beta) release. Supported commands: | ||
|
||
- `php craft copy` Environment check | ||
- `php craft copy/setup` Setup | ||
- `php craft copy/assets/down` Sync Assets down | ||
- `php craft copy/assets/up` Sync Assets up | ||
- `php craft copy/code/down` Git pull | ||
- `php craft copy/code/up` Git push | ||
- `php craft copy/db/down` Sync database down | ||
- `php craft copy/db/up` Sync database up | ||
- `php craft copy/db/from-file` Import database | ||
- `php craft copy/db/to-file` Export database | ||
|
||
|
||
## 1.0.0 - 2018-06-01 | ||
- Initial release |