mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 05:07:40 +00:00
As we auto-generate the reference docs for 15.0, but not 14.0, let's just copy the version 15 docs into 14 so we have them available online. Query: are the docs accurate for 14.0 or have options changed?
46 lines
817 B
Markdown
46 lines
817 B
Markdown
---
|
|
title: km-package-get
|
|
---
|
|
<!-- DO NOT MODIFY THIS FILE! It was generated by help2md 1.48.4. -->
|
|
## Summary
|
|
|
|
Download a Keyman keyboard package
|
|
## Syntax
|
|
|
|
```bash
|
|
km-package-get [-h] [--version] [-v] [-vv] id
|
|
```
|
|
|
|
### Parameters
|
|
|
|
`id` <br>
|
|
Keyman keyboard id
|
|
|
|
`-h`, `--help` <br>
|
|
__optional__ <br>
|
|
show this help message and exit
|
|
|
|
`--version` <br>
|
|
__optional__ <br>
|
|
show program's version number and exit
|
|
|
|
`-v`, `--verbose` <br>
|
|
__optional__ <br>
|
|
verbose logging
|
|
|
|
`-vv`, `--veryverbose` <br>
|
|
__optional__ <br>
|
|
very verbose logging
|
|
|
|
## Description
|
|
|
|
Download Keyman keyboard package to `~/.cache/keyman`
|
|
## See also
|
|
|
|
- [`km-package-install`](km-package-install)
|
|
<br>
|
|
- [`km-config`](km-config)
|
|
<br>
|
|
- [`km-package-list-installed`](km-package-list-installed)
|
|
<br>
|
|
- [`km-package-uninstall`](km-package-uninstall)
|