Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

begin deploy output #98

Open
brianleroux opened this issue Nov 4, 2022 · 1 comment
Open

begin deploy output #98

brianleroux opened this issue Nov 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@brianleroux
Copy link
Member

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
@brianleroux brianleroux added the enhancement New feature or request label Nov 4, 2022
@tbeseda
Copy link
Member

tbeseda commented Jan 23, 2024

I like having the history persist in my terminal. maybe we default to a terse output for style points and let the logs flow with a --verbose flag?

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

No branches or pull requests

2 participants