Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions content/doc/aptly/publish/show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
date: "2017-01-12T13:33:38Z"
title: "aptly publish show"
tags:
- command
menu:
doc:
parent: aptly publish
weight: 55
---

aptly publish show
-------------------

Shows detailed information of published repository.

Usage:

$ aptly publish show <distribution> [[<endpoint>:]<prefix>]

Params:

- `distribution` is a distribution name for published repository (as
displayed by `aptly publish list`).
- `endpoint` is publishing endpoint, if not specified, it would
default to empty endpoint (local file system).
- `prefix` is an optional prefix for publishing, if not specified,
prefix is considered to be `.`.

Example:

$ aptly publish show squeeze-backports
Prefix: .
Distribution: squeeze
Architectures: amd64 i386
Sources:
main: back3 [snapshot]

2 changes: 2 additions & 0 deletions content/doc/aptly/snapshot/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Example:
Created At: 2013-12-24 15:39:29 MSK
Description: Snapshot from mirror [backports2]: http://mirror.yandex.ru/backports.org/ squeeze-backports
Number of packages: 3898
Sources:
backports2 [repo]
Packages:
altos-1.0.3~bpo60+1_i386
amanda-client-1:3.3.1-3~bpo60+1_amd64
Expand Down