Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write-manifest lacks html and other-content subcommands #548

Open
aronatkins opened this issue Mar 1, 2024 · 2 comments
Open

write-manifest lacks html and other-content subcommands #548

aronatkins opened this issue Mar 1, 2024 · 2 comments

Comments

@aronatkins
Copy link
Collaborator

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'.
@mmarchetti
Copy link
Collaborator

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.

@aronatkins
Copy link
Collaborator Author

Note: When resolved, update the Connect-side tests which attempt to deploy HTML content using rsconnect-python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants