summaryrefslogtreecommitdiff
path: root/doc/apk.8.scd
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02fetch: enable --timeout to set network progress timeoutTimo Teräs1-0/+4
implement it also for connecting to hosts fixes #10869
2023-04-11apk: add --force-missing-repositoriestt-stable-wipTimo Teräs1-0/+3
2023-04-11doc: remove inconsistent syntax for option parametersTimo Teräs1-2/+2
2023-04-11db, dot, fetch, info, list, search: support --from=FROMSPECTimo Teräs1-1/+12
Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only.
2023-04-10cache: improve and document purgingTimo Teräs1-2/+4
Document cache clean --purge better. Add a cache purge alias for it. And also purge installed package copies on disk installs. fixes #10857
2022-12-28cache, upgrade: do not continue if repositories have issuesTimo Teräs1-1/+4
There are subtle issues where solving fails with --available, and install_if rules if the repository indexes are not available. Also it can be considered upgrade failure if index update failed. Abort cache download, cache sync and upgrade operations early in the above mentioned cases. Also document side effects of --simulate that might affect upgrade. fixes #10726, #10764
2022-12-21apk, fetch: implement --no-check-certificateTimo Teräs1-0/+3
fixes #10650
2022-12-20apk: improve interactive mode handlingTimo Teräs1-0/+5
- implement and document --no-interactive - improve --interactive documentation - treat EOF as Y fixes #10860
2021-07-23Document apk-searchRodrigo Lourenço1-0/+2
Fixes #10746.
2021-07-23Remove AUTHORS section from man pagesTimo Teräs1-5/+0
Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead.
2020-10-06db: make the --repositories-file change more announcedTimo Teräs1-2/+3
Document the version when changed. And print error with similar note if the given repositories-file cannot be read.
2020-10-05db: make --repositories-file relative to host rootTimo Teräs1-3/+3
It used to be relative to the --root specified root, but that causes issues with relative command line filenames and is unintuitive. Update documentation accordingly. Fixes #10702.
2020-05-06man pages: make more friendly for help generationTimo Teräs1-18/+28
Also few minor fixups added.
2020-04-24man pages: fix apk-del section in the main indexTimo Teräs1-1/+1
2020-04-21man pages: format email addresses consistentlyFredrik Gustafsson1-1/+1
Some email addresses was underlined and some wasn't. Remove underline from all email addresses to be consistent. The reason for chosing no underline is that the email address isn't clickable and to be consistent with the output from git log.
2020-01-26man pages: consoldate commit options in apk(8)Drew DeVault1-0/+22
2020-01-26add apk-list(8)Drew DeVault1-1/+1
2020-01-26Initial riggings for man pages, add apk(8)Drew DeVault1-0/+167
This commit sets up the build system to compile man pages with scdoc, and adds the first man page: apk(8).