Skip to content

Conversation

assafvayner
Copy link
Collaborator

@assafvayner assafvayner commented Sep 5, 2025

Adds progress bars to file uploads.

Adds --xet/-x flag to use xet for uploads, defaults to false

Screenshot 2025-09-04 at 5 15 29 PM Screenshot 2025-09-05 at 8 51 48 AM

Comment on lines +114 to +118
stop(): void {
if (!this.isQuiet && this.cliProgressAvailable && this.multibar) {
this.multibar.stop();
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also add:

[Symbol.dispose](): void { this.stop();}

then you can do using progressManager = ... and avoid try/catch on it

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried that but for some reason it caused the progress bar to never finish and the cli was hanging after committing (possible but unlikely caused by something else)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok feel free to revert

@coyotte508
Copy link
Member

let me know when this is ready for review :)

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.

2 participants