Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

#1360 Docs: update extension push output examples to include channel and visibility

Opened by stack72 · 7/23/2026· Shipped 7/23/2026

What changed

PRs swamp-club/swamp#1931 and swamp-club/swamp#1932 (fixing swamp-club#1338) changed the swamp extension push output to always show channel (stable/beta/rc) and visibility (public/private) after a successful push. Private extensions also show a warning line.

What needs updating

content/manual/how-to/extensions/create-and-publish.md

Line 301-305 has the old push output example:

info    extension·push Pushed "@mycollective/disk-usage"@"2026.04.13.1"
info    extension·push Extension ID: "bbc4f071-..."
info    extension·push Archive size: "1.4KB"
info    extension·push "Models: 1, Workflows: 0, Vaults: 0, Bundles: 1"

Should now include Channel and Visibility lines:

info    extension·push Pushed "@mycollective/disk-usage"@"2026.04.13.1"
info    extension·push Channel: "stable"
info    extension·push Visibility: "public"
info    extension·push Extension ID: "bbc4f071-..."
info    extension·push Archive size: "1.4KB"
info    extension·push "Models: 1, Workflows: 0, Vaults: 0, Bundles: 1"

content/manual/reference/extensions/publishing.md

The push section (line 95+) only shows dry-run output — it has no example of a successful (non-dry-run) push output. Add one that includes Channel and Visibility.

Also consider adding a note that new extensions default to private visibility, and that private extensions are only pullable by collective members.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/23/2026, 4:10:30 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/23/2026, 3:54:08 PM

Sign in to post a ripple.