Skip to content

Commit 52a3bf9

Browse files
authored
Merge pull request #13324 from quarto-dev/bugfix/13014
Remove ability to publish to Posit Cloud
2 parents 4bba7f4 + dbb6f0a commit 52a3bf9

File tree

6 files changed

+10
-653
lines changed

6 files changed

+10
-653
lines changed

news/changelog-1.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All changes included in 1.8:
88
- ([#12780](https://github.com/quarto-dev/quarto-cli/issues/12780)): `keep-ipynb: true` now works again correctly and intermediate `.quarto_ipynb` is not removed.
99
- ([#13051](https://github.com/quarto-dev/quarto-cli/issues/13051)): Fixed support for captioned Markdown table inside Div syntax for crossref. This is special handling, but this could be output by function like `knitr::kable()` with old option support.
1010

11+
## Backwards-compatibility breaking changes
12+
13+
- ([#13104](https://github.com/quarto-dev/quarto-cli/issues/13104)): Remove `posit-cloud` as `quarto publish` destination. See <https://docs.posit.co/cloud/whats_new/#october-2024> for details.
14+
1115
## Dependencies
1216

1317
- Update `bootstrap-icons` to version v1.13.1 from v1.11.1.

src/command/publish/cmd.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const publishCommand =
5050
" - Quarto Pub (quarto-pub)\n" +
5151
" - GitHub Pages (gh-pages)\n" +
5252
" - Posit Connect (connect)\n" +
53-
" - Posit Cloud (posit-cloud)\n" +
5453
" - Netlify (netlify)\n" +
5554
" - Confluence (confluence)\n" +
5655
" - Hugging Face Spaces (huggingface)\n\n" +
@@ -114,10 +113,6 @@ export const publishCommand =
114113
"Publish with explicit credentials",
115114
"quarto publish connect --server example.com --token 01A24233E294",
116115
)
117-
.example(
118-
"Publish project to Posit Cloud",
119-
"quarto publish posit-cloud",
120-
)
121116
.example(
122117
"Publish without confirmation prompt",
123118
"quarto publish --no-prompt",

src/publish/posit-cloud/api/index.ts

Lines changed: 0 additions & 281 deletions
This file was deleted.

src/publish/posit-cloud/api/types.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)