Currently, we're using the connectapi package, specifically deploy_repo() to initialize programmatic deployments to Connect.
However, there is an increasing amount of active development in rsconnect that would motivate me to use only this package over connectapi for most interactions with the Connect API server.
Would it be possible support deploying via Git via the rsconnect::DeployApp() function family? I'm envisioning:
rsconnect::deployApp(..., repository = "X", branch = "Y", subdirectory = "Z")
Currently, we're using the
connectapipackage, specificallydeploy_repo()to initialize programmatic deployments to Connect.However, there is an increasing amount of active development in
rsconnectthat would motivate me to use only this package overconnectapifor most interactions with the Connect API server.Would it be possible support deploying via Git via the
rsconnect::DeployApp()function family? I'm envisioning: