man pages: consoldate commit options in apk(8)

cute-signatures
Drew DeVault 2020-01-25 10:43:18 -05:00 committed by Timo Teräs
parent 03952ecc35
commit ee24da7d36
5 changed files with 30 additions and 104 deletions

View File

@ -15,32 +15,8 @@ them if not already present, ensuring all dependencies are met.
# OPTIONS # OPTIONS
## COMMIT OPTIONS *apk add* supports the commit options described in *apk*(8), as well as the
following options:
*apk add* commits the database, and supports the same options as other commit
operations.
*-s, --simulate*
Simulate the requested operation without making any changes.
*--clean-protected*
Do not create .apk-new files in configuration directories.
*--overlay-from-stdin*
Read list of overlay files from stdin.
*--no-scripts*
Do not execute any scripts.
*--no-commit-hooks*
Skip pre/post hook scripts (but not other scripts).
*--initramfs-diskless-boot*
Enables options for diskless initramfs boot (e.g. skip hooks).
## ADD OPTIONS
The following options affect the *add* operation.
*--initdb* *--initdb*
Initialize a new package database. Initialize a new package database.

View File

@ -15,32 +15,8 @@ required by any other packages.
# OPTIONS # OPTIONS
## COMMIT OPTIONS *apk del* supports the commit options described in *apk*(8), as well as the
following options:
*apk del* commits the database, and supports the same options as other commit
operations.
*-s, --simulate*
Simulate the requested operation without making any changes.
*--clean-protected*
Do not create .apk-new files in configuration directories.
*--overlay-from-stdin*
Read list of overlay files from stdin.
*--no-scripts*
Do not execute any scripts.
*--no-commit-hooks*
Skip pre/post hook scripts (but not other scripts).
*--initramfs-diskless-boot*
Enables options for diskless initramfs boot (e.g. skip hooks).
## DELETE OPTIONS
The following options affect the *delete* operation.
*-r, --rdepends* *-r, --rdepends*
Recursively delete all top-level reverse dependencies, too. Recursively delete all top-level reverse dependencies, too.

View File

@ -15,32 +15,8 @@ the specified packages, or all installed packages if none are specified.
# OPTIONS # OPTIONS
## COMMIT OPTIONS *apk fix* supports the commit options described in *apk*(8), as well as the
following options:
*apk fix* commits the database, and supports the same options as other commit
operations.
*-s, --simulate*
Simulate the requested operation without making any changes.
*--clean-protected*
Do not create .apk-new files in configuration directories.
*--overlay-from-stdin*
Read list of overlay files from stdin.
*--no-scripts*
Do not execute any scripts.
*--no-commit-hooks*
Skip pre/post hook scripts (but not other scripts).
*--initramfs-diskless-boot*
Enables options for diskless initramfs boot (e.g. skip hooks).
## FIX OPTIONS
The following options affect the *fix* operation.
*-d, --depends* *-d, --depends*
Also fix dependencies of specified packages. Also fix dependencies of specified packages.

View File

@ -15,32 +15,8 @@ configured package repositories (see *apk-repositories*(5)).
# OPTIONS # OPTIONS
## COMMIT OPTIONS *apk upgrade* supports the commit options described in *apk*(8), as well as the
following options:
*apk upgrade* commits the database, and supports the same options as other
commit operations.
*-s, --simulate*
Simulate the requested operation without making any changes.
*--clean-protected*
Do not create .apk-new files in configuration directories.
*--overlay-from-stdin*
Read list of overlay files from stdin.
*--no-scripts*
Do not execute any scripts.
*--no-commit-hooks*
Skip pre/post hook scripts (but not other scripts).
*--initramfs-diskless-boot*
Enables options for diskless initramfs boot (e.g. skip hooks).
## UPGRADE OPTIONS
The following options affect the *upgrade* operation.
*-a, --available* *-a, --available*
Resets version constraints in _world_ (see *apk-world*(5)) and prefers Resets version constraints in _world_ (see *apk-world*(5)) and prefers

View File

@ -157,6 +157,28 @@ The following options are available for all commands.
Wait for TIME seconds to get an exclusive repository lock before Wait for TIME seconds to get an exclusive repository lock before
failing. failing.
# COMMIT OPTIONS
The following options are available for all commands which commit the database.
*-s, --simulate*
Simulate the requested operation without making any changes.
*--clean-protected*
Do not create .apk-new files in configuration directories.
*--overlay-from-stdin*
Read list of overlay files from stdin.
*--no-scripts*
Do not execute any scripts.
*--no-commit-hooks*
Skip pre/post hook scripts (but not other scripts).
*--initramfs-diskless-boot*
Enables options for diskless initramfs boot (e.g. skip hooks).
# NOTES # NOTES
This apk has coffee making abilities. This apk has coffee making abilities.