posit-dev / posit-dev/rsconnect-python
write-manifest lacks html and other-content subcommands
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 37
- 派生
- 28
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 7
描述
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'.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 write-manifest 命令的 CLI 实现,并将其与现有的 deploy html 和 other-content 入口点进行比较。运行文档中记录的命令,以确定当前的失败情况;完成的标准是两个子命令都能被接受,并且可以独立于部署生成 manifest。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100