quickstart#
Create a new Posit Connect project of the given TYPE in ./
Usage:
quickstart [OPTIONS] TYPE NAME
Options:
--python VERSION Python version for 'requires-python' in the generated
pyproject.toml. A bare 'major.minor' like '3.10' means any
3.10.x; a full '3.11.14' is exact; pass an operator for
full control (e.g. '>=3.11' or '>=3.11,<3.14'). Defaults
to '>=<major.minor>' of the interpreter running rsconnect.
--help Show this message and exit.