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
rsconnect 1.22.0 does not support rsconnect write-manifest html or rsconnect write-manifest other-content. Both of these options are supported by rsconnect deploy <type>.
This means that manifest generation and deployment cannot be separated for html and other-content.
$ rsconnect write-manifest html index.html
Usage: rsconnect write-manifest [OPTIONS] COMMAND [ARGS]...
Try 'rsconnect write-manifest --help' for help.
Error: No such command 'html'.
$ rsconnect write-manifest other-content
Usage: rsconnect write-manifest [OPTIONS] COMMAND [ARGS]...
Try 'rsconnect write-manifest --help' for help.
Error: No such command 'other-content'.
The text was updated successfully, but these errors were encountered:
rsconnect deploy other-content shows help on how to deploy other content. rsconnect write-manifest other-content could do the same, but it isn't a functional limitation (just a documentation/help limitation).
And deploy other-content doesn't seem to work as intended anymore:
$ rsconnect deploy other-content
Usage: rsconnect deploy other-content [OPTIONS]
Show help on how to deploy other content to Posit Connect.
Options:
--help Show this message and exit.
$ rsconnect deploy other-content --help
Usage: rsconnect deploy other-content [OPTIONS]
Show help on how to deploy other content to Posit Connect.
Options:
--help Show this message and exit.
rsconnect 1.22.0 does not support
rsconnect write-manifest html
orrsconnect write-manifest other-content
. Both of these options are supported byrsconnect deploy <type>
.This means that manifest generation and deployment cannot be separated for
html
andother-content
.The text was updated successfully, but these errors were encountered: