table of contents
APTLY-PUBLISHER(1) | User Commands | APTLY-PUBLISHER(1) |
NAME¶
aptly-publisher - tool for easy creation of Aptly multi component publishes
DESCRIPTION¶
usage: aptly-publisher [-h] [-v] [-d] [--dry] [--timeout TIMEOUT] --url URL
- [--recreate] [--no-recreate] [--force-overwrite]
- [--publish-contents] [-c CONFIG] [--dists DISTS [DISTS ...]] [--architectures ARCHITECTURES [ARCHITECTURES ...]] [--source SOURCE] [--target TARGET] [--components COMPONENTS [COMPONENTS ...]] [--packages PACKAGES [PACKAGES ...]] [--diff] action
positional arguments:¶
- action
- Action to perform (publish, promote, cleanup)
optional arguments:¶
- -h, --help
- show this help message and exit
Common:¶
-v, --verbose
-d, --debug
--dry, --dry-run
- --timeout TIMEOUT
- Aptly client timeout. Raise for larger publishes and slow server.
- --url URL
- URL to Aptly API, eg. http://localhost:8080
- --recreate
- Drop publish and create it again, only way to add new components
- --no-recreate
- Never recreate publish (even when we are adding new components where it's the only option)
- --force-overwrite
- Overwrite files in pool/ directory without notice
- --publish-contents
- Publish contents. It's slow so disabled by default to support large repositories.
Action 'publish':¶
- -c CONFIG, --config CONFIG
- Configuration YAML file
- --dists DISTS [DISTS ...]
- Space-separated list of distribution to work with (including prefix), default all.
- --architectures ARCHITECTURES [ARCHITECTURES ...]
- List of architectures to publish (also determined by config, defaults to amd64, i386)
Action 'promote':¶
- --source SOURCE
- Source publish to take snapshots from
- --target TARGET
- Target publish to update
- --components COMPONENTS [COMPONENTS ...]
- Space-separated list of components to promote
- --packages PACKAGES [PACKAGES ...]
- Space-separated list of packages to promote
- --diff
- Show differences between publishes (snapshots to be updated)
SEE ALSO¶
The full documentation for aptly-publisher is maintained as a Texinfo manual. If the info and aptly-publisher programs are properly installed at your site, the command
- info aptly-publisher
should give you access to the complete manual.
April 2017 | aptly-publisher 0.9.1-1 |