You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing git-backed deployment, users see the following warnings. I recognize this is intentional and expected, but, in contrast, other deployment workflows in rsconnect do not have parallel warnings.
Accordingly, users tend to be more concerned they've used an incorrect workflow when calling connectapi::deploy_repo() (vs. other deployment methods). Related discussion: rstudio/rsconnect#888
Warning messages:
1: You are using a newer version of Posit Connect (2023.09.0) than was tested (2022.09.0). Most APIs should function as expected.
This warning is displayed once per session.
2: The `deploy_repo` function is experimental and subject to change without warning in a future release
This warning is displayed once per session.
3: The `repo_set` function is experimental and subject to change without warning in a future release
This warning is displayed once per session.
Possible options to consider:
Update the version used to test more regularly (e.g., via GitHub Actions)
Turn off the messaging for more-commonly used or mature workflows where it's unlikely the API would change
The text was updated successfully, but these errors were encountered:
When initializing git-backed deployment, users see the following warnings. I recognize this is intentional and expected, but, in contrast, other deployment workflows in
rsconnect
do not have parallel warnings.Accordingly, users tend to be more concerned they've used an incorrect workflow when calling
connectapi::deploy_repo()
(vs. other deployment methods). Related discussion: rstudio/rsconnect#888Warnings:
Possible options to consider:
The text was updated successfully, but these errors were encountered: