-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
5f5056b
commit 4bc23a0
Showing
3 changed files
with
56 additions
and
38 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @lyledouglass |
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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Functionality | ||
|
||
`wowtools.exe <flag> <parameter>` | ||
|
||
## CLI Flags | ||
|
||
wowtools allows you to specify specific flags when calling the app from the CLI which will perform specific tasks outside the functionality listed above | ||
|
||
`backup` | ||
|
||
- Zips up the WTF directory (`C:\Program Files (x86)\World of Warcraft\_retail_\WTF`) and backs it up to `C:\Program Files (x86)\World of Warcraft\_retail_\Backups\WTF`, with the format of YYYY-MM-DD.zip | ||
- Reads the `retention_rate` from the yml and removes the oldest zip file if the count in the folder is higher than it. | ||
|
||
`wtfrestore` | ||
|
||
- Performs a destructive action to remove the current WTF folder and replace it with a specific backup from the `C:\Program Files (x86)\World of Warcraft\_retail_\Backups\WTF` directory | ||
|
||
`ptrcopy` | ||
|
||
- This flag will run wowtools and _only_ do the following | ||
- Remove the WTF and Interface folder from your PTR install folder | ||
- Use Windows Robocopy to copy the WTF and Interface folder from your retail folder to the PTR folder. | ||
|
||
`update` | ||
|
||
- This flag will run wowtools and _only_ do the following | ||
- Check the version of the application against the latest release on github | ||
- If the version is different, it will download the latest release to your downloads folder so you can replace the current executable | ||
|
||
`help` | ||
|
||
- Shows help text for the application | ||
- This flag is not complete and there is more help text to be added |