summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02doc: fetch: correct --link short option to -lTimo Teräs1-1/+1
Seems originally it was indeed -L, but was inadvertently changed to -l in 2.12_rc1 in options refactoring commit 1d7123d8. Since already the 2.12-stable uses -l, update just documentation. fixes #10894
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-12index: implement --merge and --prune-originTimo Teräs1-0/+7
fixes #10886
2023-04-11apk: add --force-missing-repositoriestt-stable-wipTimo Teräs1-0/+3
2023-04-11audit: implement detail recordsTimo Teräs1-7/+14
2023-04-11audit: report errors as 'e'Timo Teräs1-0/+2
2023-04-11audit: add --ignore-busybox-linksTimo Teräs1-0/+3
Ignore any link that has the busybox binary as target. These links are created by a trigger script and not managed by apk.
2023-04-11audit: add a new --full modeTimo Teräs1-2/+9
2023-04-11audit: add --protected-paths to override the audit exceptionsTimo Teräs1-0/+4
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-11fetch: implement --built-afterTimo Teräs1-0/+4
ref #10873
2023-04-10cache: improve and document purgingTimo Teräs2-3/+11
Document cache clean --purge better. Add a cache purge alias for it. And also purge installed package copies on disk installs. fixes #10857
2023-01-17doc: fix typo in apk-world(5)Jakub Jirutka1-1/+1
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
2022-06-03fetch: implement --worldTimo Teräs1-0/+3
fixes #10838
2022-06-03add: allow specifying a version for --virtual packageTimo Teräs1-1/+3
fixes #10835
2022-01-21cache: allow various flags, and addition of dependenciesTimo Teräs1-6/+22
Allow controlling 'cache download' more closely to 'upgrade' so it can be used to pre-download packages for ugprade.
2021-11-12fetch: add --url option to print the download URLsTimo Teräs1-0/+3
2021-08-23list: recognize both --upgradable and --upgradeableTimo Teräs1-1/+1
fixes #10759
2021-07-23doc: add missing options to index, info, and versionRodrigo Lourenço3-12/+23
2021-07-23Document apk-searchRodrigo Lourenço3-0/+45
Fixes #10746.
2021-07-23Remove AUTHORS section from man pagesTimo Teräs22-110/+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.
2021-01-17man info: --install-if and --rinstall-if do not have short optionsTimo Teräs1-7/+7
Commit e4aae45f removed the short options. Update the documentation. Fixes #10733
2020-11-11manual: Add missing rAlex Denes1-1/+1
2020-11-10manual: Fix wrong argument nameAlex Denes1-1/+1
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-09-28Implement upgrade --prune to remove stale world dependenciesTimo Teräs1-0/+4
2020-08-24fix, simplify and document upgrade --ignoreTimo Teräs1-1/+7
2020-07-30upgrade: allow for specified package upgradesAriadne Conill1-1/+1
Fixes #10667 and #10700
2020-05-06index: add argument --no-warningsFredrik Gustafsson1-0/+5
When creating an index apk warns if a dependency is missing a provider. However when using a multi-arch repository, it's not an error that a certain architecture is missing a dependency because that dependency could be in an other architecture. Since apk index doesn't know about this, add an argument to disable that warning. Maintainer note: rebased for new option handling, and minor stylistic adjustments. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
2020-05-06man pages: make more friendly for help generationTimo Teräs12-74/+132
Also few minor fixups added.
2020-04-28apk: do not manage file ownership as non-root or when asked soFredrik Gustafsson1-0/+6
If apk is run as a non-root user, it's not possible to chown files. Maintainers note: minor wording changes on commit log and man page. Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
2020-04-24man pages: fix apk-del section in the main indexTimo Teräs1-1/+1
2020-04-21man pages: format email addresses consistentlyFredrik Gustafsson22-22/+22
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-26convert man page makefile to make.rules formatTimo Teräs1-38/+29
2020-01-26man pages: consoldate commit options in apk(8)Drew DeVault5-104/+30
2020-01-26man pages: merge scdoc targetesDrew DeVault1-4/+1
2020-01-26Makefile: install man pages to MANDIRDrew DeVault1-8/+18
2020-01-26add apk-cache(5)Drew DeVault2-0/+24
2020-01-26add apk-keys(5)Drew DeVault2-0/+19
2020-01-26add apk-version(8)Drew DeVault2-0/+54
2020-01-26add apk-stats(8)Drew DeVault2-0/+25
2020-01-26add apk-audit(8)Drew DeVault2-0/+56
2020-01-26add apk-verify(8)Drew DeVault2-0/+29
2020-01-26add apk-manifest(8)Drew DeVault2-0/+34
2020-01-26add apk-fetch(8)Drew DeVault2-0/+42