currently we get fairly minimal feedback but it keeps adding newlines
#! begin deploy
Archiving and uploading project to Begin...
Project uploaded, you can now exit this process and check its status with: begin deploy --status
Beginning deployment of 'staging'
Packaging build for deployment
Publishing build to Begin
Build completed!
Deployed 'staging' to: https://xxx-yyy.begin.app
Can we make this super terse output all on one line that updates dynamically ?
#! begin deploy
. . . Uploading 'staging'
#! begin deploy
. . . Deploying 'staging'; you can exit this process and check deploy status with ๐๐๐ ๐ข๐ง ๐๐๐ฉ๐ฅ๐จ๐ฒ --๐ฌ๐ญ๐๐ญ๐ฎ๐ฌ
#! begin deploy
โฅ Success! Deployed 'staging' to https://xxx-yyy.begin.app
currently we get fairly minimal feedback but it keeps adding newlines
Can we make this super terse output all on one line that updates dynamically ?