posit-dev / rsconnect-python

Command line interface for publishing to Posit Connect
https://docs.posit.co/rsconnect-python/
GNU General Public License v2.0
28 stars 23 forks source link

rsconnect-python should point to cloud content URL rather that app URL #289

Closed mslynch closed 2 years ago

mslynch commented 2 years ago

Currently, rsconnect-python shows the app URL at the end of deployment:

Application successfully deployed to https://fcadf37e6dd74f4c9848d959986a9816.app.staging.rstudio.cloud/

It should point to content URL instead:

https://staging.rstudio.cloud/content/1211316

The server information is stored on disk and can be used to construct the content URL

> rsconnect list 
Server information from /Users/omar/Library/Application Support/rsconnect-python/servers.json

Nickname: "cloud-staging"
    URL: https://api.staging.rstudio.cloud
    API key is saved
mslynch commented 2 years ago

Resolved in https://github.com/rstudio/rsconnect-python/pull/278/commits/eb72990ebf5e09696961f891e47a87063853d0c6.