@@ -1365,11 +1365,9 @@ <h2 id="deploy-api">deploy api<a class="headerlink" href="#deploy-api" title="Pe
13651365 the version from the detected environment.
13661366 -g, --force-generate Force generating "requirements.txt", even if
13671367 it already exists.
1368- -r, --requirements-file FILE Path to requirements file to record in the
1369- manifest instead of detecting the
1370- environment. Must be inside the deployment
1371- directory. Use 'none' to capture via pip
1372- freeze.
1368+ -r, --requirements-file FILE Path to requirements file listing the
1369+ project dependencies. Must be inside the
1370+ deployment directory.
13731371 --package-installer [PIP|UV] Select the Python package installer for
13741372 installs in the manifest. By default,
13751373 behavior is server-driven.
@@ -1464,11 +1462,9 @@ <h2 id="deploy-bokeh">deploy bokeh<a class="headerlink" href="#deploy-bokeh" tit
14641462 the version from the detected environment.
14651463 -g, --force-generate Force generating "requirements.txt", even if
14661464 it already exists.
1467- -r, --requirements-file FILE Path to requirements file to record in the
1468- manifest instead of detecting the
1469- environment. Must be inside the deployment
1470- directory. Use 'none' to capture via pip
1471- freeze.
1465+ -r, --requirements-file FILE Path to requirements file listing the
1466+ project dependencies. Must be inside the
1467+ deployment directory.
14721468 --package-installer [PIP|UV] Select the Python package installer for
14731469 installs in the manifest. By default,
14741470 behavior is server-driven.
@@ -1563,11 +1559,9 @@ <h2 id="deploy-dash">deploy dash<a class="headerlink" href="#deploy-dash" title=
15631559 the version from the detected environment.
15641560 -g, --force-generate Force generating "requirements.txt", even if
15651561 it already exists.
1566- -r, --requirements-file FILE Path to requirements file to record in the
1567- manifest instead of detecting the
1568- environment. Must be inside the deployment
1569- directory. Use 'none' to capture via pip
1570- freeze.
1562+ -r, --requirements-file FILE Path to requirements file listing the
1563+ project dependencies. Must be inside the
1564+ deployment directory.
15711565 --package-installer [PIP|UV] Select the Python package installer for
15721566 installs in the manifest. By default,
15731567 behavior is server-driven.
@@ -1662,11 +1656,9 @@ <h2 id="deploy-fastapi">deploy fastapi<a class="headerlink" href="#deploy-fastap
16621656 the version from the detected environment.
16631657 -g, --force-generate Force generating "requirements.txt", even if
16641658 it already exists.
1665- -r, --requirements-file FILE Path to requirements file to record in the
1666- manifest instead of detecting the
1667- environment. Must be inside the deployment
1668- directory. Use 'none' to capture via pip
1669- freeze.
1659+ -r, --requirements-file FILE Path to requirements file listing the
1660+ project dependencies. Must be inside the
1661+ deployment directory.
16701662 --package-installer [PIP|UV] Select the Python package installer for
16711663 installs in the manifest. By default,
16721664 behavior is server-driven.
@@ -1761,11 +1753,9 @@ <h2 id="deploy-flask">deploy flask<a class="headerlink" href="#deploy-flask" tit
17611753 the version from the detected environment.
17621754 -g, --force-generate Force generating "requirements.txt", even if
17631755 it already exists.
1764- -r, --requirements-file FILE Path to requirements file to record in the
1765- manifest instead of detecting the
1766- environment. Must be inside the deployment
1767- directory. Use 'none' to capture via pip
1768- freeze.
1756+ -r, --requirements-file FILE Path to requirements file listing the
1757+ project dependencies. Must be inside the
1758+ deployment directory.
17691759 --package-installer [PIP|UV] Select the Python package installer for
17701760 installs in the manifest. By default,
17711761 behavior is server-driven.
@@ -1860,11 +1850,9 @@ <h2 id="deploy-gradio">deploy gradio<a class="headerlink" href="#deploy-gradio"
18601850 the version from the detected environment.
18611851 -g, --force-generate Force generating "requirements.txt", even if
18621852 it already exists.
1863- -r, --requirements-file FILE Path to requirements file to record in the
1864- manifest instead of detecting the
1865- environment. Must be inside the deployment
1866- directory. Use 'none' to capture via pip
1867- freeze.
1853+ -r, --requirements-file FILE Path to requirements file listing the
1854+ project dependencies. Must be inside the
1855+ deployment directory.
18681856 --package-installer [PIP|UV] Select the Python package installer for
18691857 installs in the manifest. By default,
18701858 behavior is server-driven.
@@ -2061,11 +2049,9 @@ <h2 id="deploy-notebook">deploy notebook<a class="headerlink" href="#deploy-note
20612049 the version from the detected environment.
20622050 -g, --force-generate Force generating "requirements.txt", even if
20632051 it already exists.
2064- -r, --requirements-file FILE Path to requirements file to record in the
2065- manifest instead of detecting the
2066- environment. Must be inside the notebook
2067- directory. Use 'none' to capture via pip
2068- freeze.
2052+ -r, --requirements-file FILE Path to requirements file listing the
2053+ project dependencies. Must be inside the
2054+ notebook directory.
20692055 --package-installer [PIP|UV] Select the Python package installer for
20702056 installs in the manifest. By default,
20712057 behavior is server-driven.
@@ -2167,11 +2153,9 @@ <h2 id="deploy-panel">deploy panel<a class="headerlink" href="#deploy-panel" tit
21672153 the version from the detected environment.
21682154 -g, --force-generate Force generating "requirements.txt", even if
21692155 it already exists.
2170- -r, --requirements-file FILE Path to requirements file to record in the
2171- manifest instead of detecting the
2172- environment. Must be inside the deployment
2173- directory. Use 'none' to capture via pip
2174- freeze.
2156+ -r, --requirements-file FILE Path to requirements file listing the
2157+ project dependencies. Must be inside the
2158+ deployment directory.
21752159 --package-installer [PIP|UV] Select the Python package installer for
21762160 installs in the manifest. By default,
21772161 behavior is server-driven.
@@ -2256,11 +2240,9 @@ <h2 id="deploy-quarto">deploy quarto<a class="headerlink" href="#deploy-quarto"
22562240 the version from the detected environment.
22572241 -g, --force-generate Force generating "requirements.txt", even if
22582242 it already exists.
2259- -r, --requirements-file FILE Path to requirements file to record in the
2260- manifest instead of detecting the
2261- environment. Must be inside the project
2262- directory. Use 'none' to capture via pip
2263- freeze.
2243+ -r, --requirements-file FILE Path to requirements file listing the
2244+ project dependencies. Must be inside the
2245+ project directory.
22642246 --package-installer [PIP|UV] Select the Python package installer for
22652247 installs in the manifest. By default,
22662248 behavior is server-driven.
@@ -2351,11 +2333,9 @@ <h2 id="deploy-shiny">deploy shiny<a class="headerlink" href="#deploy-shiny" tit
23512333 the version from the detected environment.
23522334 -g, --force-generate Force generating "requirements.txt", even if
23532335 it already exists.
2354- -r, --requirements-file FILE Path to requirements file to record in the
2355- manifest instead of detecting the
2356- environment. Must be inside the deployment
2357- directory. Use 'none' to capture via pip
2358- freeze.
2336+ -r, --requirements-file FILE Path to requirements file listing the
2337+ project dependencies. Must be inside the
2338+ deployment directory.
23592339 --package-installer [PIP|UV] Select the Python package installer for
23602340 installs in the manifest. By default,
23612341 behavior is server-driven.
@@ -2450,11 +2430,9 @@ <h2 id="deploy-streamlit">deploy streamlit<a class="headerlink" href="#deploy-st
24502430 the version from the detected environment.
24512431 -g, --force-generate Force generating "requirements.txt", even if
24522432 it already exists.
2453- -r, --requirements-file FILE Path to requirements file to record in the
2454- manifest instead of detecting the
2455- environment. Must be inside the deployment
2456- directory. Use 'none' to capture via pip
2457- freeze.
2433+ -r, --requirements-file FILE Path to requirements file listing the
2434+ project dependencies. Must be inside the
2435+ deployment directory.
24582436 --package-installer [PIP|UV] Select the Python package installer for
24592437 installs in the manifest. By default,
24602438 behavior is server-driven.
@@ -2594,11 +2572,9 @@ <h2 id="deploy-voila">deploy voila<a class="headerlink" href="#deploy-voila" tit
25942572 the version from the detected environment.
25952573 -g, --force-generate Force generating "requirements.txt", even if
25962574 it already exists.
2597- -r, --requirements-file FILE Path to requirements file to record in the
2598- manifest instead of detecting the
2599- environment. Must be inside the notebook
2600- directory. Use 'none' to capture via pip
2601- freeze.
2575+ -r, --requirements-file FILE Path to requirements file listing the
2576+ project dependencies. Must be inside the
2577+ notebook directory.
26022578 --package-installer [PIP|UV] Select the Python package installer for
26032579 installs in the manifest. By default,
26042580 behavior is server-driven.
0 commit comments