rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

Need a flag to stop web browser opening a new tab after successful deployment to shinyapps.io

Open karangattu opened this issue 2 years ago • 1 comments

One of the use cases we are trying to solve for CI deployments to shinyapps.io is to not have the default web browser tab being open on every successful deployment due to this line in the code.

If we can have an alternative/flag that allows the user to not have a browser tab being opened after successful deployments. something along the lines of -o, --open_browser [yes|no] If the web browser tab should be automatically opened after deployment yes (default) or no)

so the usage would look like

rsconnect deploy shiny app_file_path --name server_nickname --open_browser no 

karangattu avatar Aug 16 '23 16:08 karangattu

This is essentially the same as #296. CC @mslynch

aronatkins avatar Aug 16 '23 16:08 aronatkins