Files
Aaru.Documentation/5.0/Update-database.mediawiki
jonasrosland d6a140b3fc First reorg of documents
Signed-off-by: jonasrosland <jrosland@vmware.com>
2020-03-04 12:17:13 -05:00

30 lines
942 B
Plaintext

==Command description==
This operation will update the master database, and can optionalyl clear the master and local database.
==Command usage==
<code>Aaru -d [true/false] -v [true/false] database update -h [true/false]</code>
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''<br />
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
<code>--clear [true/false]</code> clears existing master database before updating ''(default false)''<br />
<code>--clear-all [true/false]</code> clears existing master and local database before updating ''(default false)''<br />
==Example==
<code>Aaru database update --clear-all</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}