Skip to content

feat: add --no-progress and auto-skip bars when piped - #391

Merged
Sereja313 merged 1 commit into
masterfrom
sereja/no-progress-flag
Aug 5, 2026
Merged

feat: add --no-progress and auto-skip bars when piped#391
Sereja313 merged 1 commit into
masterfrom
sereja/no-progress-flag

Conversation

@Sereja313

Copy link
Copy Markdown
Member

Problem: The spinner consumes nix's output, so piping a deploy into nix-output-monitor or CI logs showed nothing useful.

Solution: Only show the spinner on a terminal, and add --no-progress to force it off; otherwise nix's output (or --log-format internal-json) is forwarded directly.

Fixes #386

Problem: The spinner consumes nix's output, so piping a deploy into
nix-output-monitor or CI logs showed nothing useful.

Solution: Only show the spinner on a terminal, and add --no-progress to
force it off; otherwise nix's output (or --log-format internal-json) is
forwarded directly.
@Sereja313
Sereja313 force-pushed the sereja/no-progress-flag branch from f6ca91b to ebe7e47 Compare August 5, 2026 01:02
@Sereja313
Sereja313 merged commit f6f2359 into master Aug 5, 2026
14 checks passed
@Sereja313
Sereja313 deleted the sereja/no-progress-flag branch August 5, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

piping into nom broke?

1 participant