You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running deployctl deploy --project my-project main.ts where previously printed lines cannot be replaced, deployctl will cause a lot of spam. As an example, when running this command on Gitlab CI:
In the job I checked, there was 1400+ lines of progress for upload. And most of them seemed to have unchanged percentage, where only the symbol at the beginning was changing.
It would be great if deployctl could auto-detect when the shell/terminal/stdout is non-interactive, and automatically change to either remove remove progress entirely, only log when % changes, or log in an interval.
The text was updated successfully, but these errors were encountered:
jeiea
linked a pull request
Jun 3, 2024
that will
close
this issue
When running
deployctl deploy --project my-project main.ts
where previously printed lines cannot be replaced,deployctl
will cause a lot of spam. As an example, when running this command on Gitlab CI:In the job I checked, there was 1400+ lines of progress for upload. And most of them seemed to have unchanged percentage, where only the symbol at the beginning was changing.
It would be great if
deployctl
could auto-detect when the shell/terminal/stdout is non-interactive, and automatically change to either remove remove progress entirely, only log when % changes, or log in an interval.The text was updated successfully, but these errors were encountered: