File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- main_commit : 54c7493e9
3- analyzed_date : 2026-02-10
2+ main_commit : 76b946025
3+ analyzed_date : 2026-02-16
44key_files :
55 - src/publish/provider-types.ts
66 - src/publish/provider.ts
@@ -11,6 +11,9 @@ key_files:
1111 - src/publish/common/account.ts
1212 - src/publish/types.ts
1313 - src/command/publish/cmd.ts
14+ - src/publish/posit-connect-cloud/posit-connect-cloud.ts
15+ - src/publish/posit-connect-cloud/api/index.ts
16+ - src/publish/posit-connect-cloud/api/types.ts
1417---
1518
1619# Quarto Publishing Architecture
@@ -104,7 +107,7 @@ export interface PublishHandler {
104107
105108### Pattern B: Bundle upload
106109
107- Used by: ` rsconnect ` (Posit Connect)
110+ Used by: ` rsconnect ` (Posit Connect), ` posit-connect-cloud ` (Posit Connect Cloud)
108111
109112File: ` src/publish/common/bundle.ts `
110113
@@ -208,6 +211,7 @@ Each provider can check for env vars in `accountTokens()`. Convention:
208211- ` QUARTO_PUB_AUTH_TOKEN `
209212- ` CONNECT_SERVER ` + ` CONNECT_API_KEY ` (rsconnect )
210213- ` NETLIFY_AUTH_TOKEN `
214+ - ` POSIT_CONNECT_CLOUD_ACCESS_TOKEN ` + ` POSIT_CONNECT_CLOUD_REFRESH_TOKEN ` + ` POSIT_CONNECT_CLOUD_ACCOUNT_ID ` (posit - connect - cloud )
211215
212216## Existing Providers Summary
213217
You can’t perform that action at this time.
0 commit comments