Skip to content

Let apl-feed backup write to stdout via '-'#99

Merged
d4rken merged 1 commit into
devfrom
feat/backup-stdout-mode
May 18, 2026
Merged

Let apl-feed backup write to stdout via '-'#99
d4rken merged 1 commit into
devfrom
feat/backup-stdout-mode

Conversation

@d4rken

@d4rken d4rken commented May 18, 2026

Copy link
Copy Markdown
Member

apl-feed backup - now writes the backup JSON straight to stdout instead of requiring a writable file path. Same schema as the file form, no confirmation message mixed in, and no umask/tempfile/rename dance to manage. Useful when a caller wants to consume the payload directly without staging a file on disk first.

The existing apl-feed backup <path> form keeps its prior behavior — the change is purely additive.

Lets callers pipe the backup payload directly without an intermediate file. Same schema, no confirmation noise on stdout, no permissions or tempfile to manage.
@d4rken d4rken added the enhancement New feature or request label May 18, 2026
@d4rken d4rken merged commit be88d95 into dev May 18, 2026
12 checks passed
@d4rken d4rken deleted the feat/backup-stdout-mode branch May 18, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant