Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 authored Dec 26, 2023
1 parent d584ab2 commit eca479d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Syncs the catalog.
### Update
> heavyscript update [Flags]
| Flag | Example | Parameter | Description |
|------------------------|------------------------------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Flag | Example | Parameter | Description |
|--------------------------|------------------------------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| -a<br>--include-major | -a<br>--include-major | | Update the application even if it is a major version update |
| -b<br>--backup | -b 14<br>--backup 14 | Integer | Take a backup, and set the number of backups to keep |
| -c<br>--concurrent | -c 5<br>--concurrent 5 | Integer | How many applications to concurrently update (default: 1) |
Expand All @@ -148,10 +148,10 @@ Syncs the catalog.
| -p<br>--prune | -p<br>--prune | | Prune unused images after the update |
| -r<br>--rollback | -r<br>--rollback | | Roll back to the previous version if update failure |
| -s<br>--sync | -s<br>--sync | | Sync the catalog prior to updating applications |
| -x<br>--stop | -x<br>--stop | | Stop the application prior to updating |
| -x<br>--stop | -x<br>--stop | | Stop the application prior to updating (Not recommended) |
| -t<br>--timeout | -t 500<br>--timeout 500 | Integer | Set the timeout for the update process in seconds (default: 500) |
| -U<br>--self-update | -U<br>--self-update | | Update HeavyScript itself prior to updating |
| -v<br>--verbose | -v<br>--verbose | | Display verbose output |
| -v<br>--verbose | -v<br>--verbose | | Display verbose output


<br>
Expand Down

0 comments on commit eca479d

Please sign in to comment.