man pages: consoldate commit options in apk(8)
parent
03952ecc35
commit
ee24da7d36
|
@ -15,32 +15,8 @@ them if not already present, ensuring all dependencies are met.
|
|||
|
||||
# OPTIONS
|
||||
|
||||
## COMMIT 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.
|
||||
*apk add* supports the commit options described in *apk*(8), as well as the
|
||||
following options:
|
||||
|
||||
*--initdb*
|
||||
Initialize a new package database.
|
||||
|
|
|
@ -15,32 +15,8 @@ required by any other packages.
|
|||
|
||||
# OPTIONS
|
||||
|
||||
## COMMIT 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.
|
||||
*apk del* supports the commit options described in *apk*(8), as well as the
|
||||
following options:
|
||||
|
||||
*-r, --rdepends*
|
||||
Recursively delete all top-level reverse dependencies, too.
|
||||
|
|
|
@ -15,32 +15,8 @@ the specified packages, or all installed packages if none are specified.
|
|||
|
||||
# OPTIONS
|
||||
|
||||
## COMMIT 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.
|
||||
*apk fix* supports the commit options described in *apk*(8), as well as the
|
||||
following options:
|
||||
|
||||
*-d, --depends*
|
||||
Also fix dependencies of specified packages.
|
||||
|
|
|
@ -15,32 +15,8 @@ configured package repositories (see *apk-repositories*(5)).
|
|||
|
||||
# OPTIONS
|
||||
|
||||
## COMMIT 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.
|
||||
*apk upgrade* supports the commit options described in *apk*(8), as well as the
|
||||
following options:
|
||||
|
||||
*-a, --available*
|
||||
Resets version constraints in _world_ (see *apk-world*(5)) and prefers
|
||||
|
|
|
@ -157,6 +157,28 @@ The following options are available for all commands.
|
|||
Wait for TIME seconds to get an exclusive repository lock before
|
||||
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
|
||||
|
||||
This apk has coffee making abilities.
|
||||
|
|
Loading…
Reference in New Issue