writeManifest {rsconnect} | R Documentation |
Given a directory content targeted for deployment, write a manifest.json into that directory describing the deployment requirements for that content.
writeManifest( appDir = getwd(), appFiles = NULL, appPrimaryDoc = NULL, contentCategory = NULL, python = NULL, forceGeneratePythonEnvironment = FALSE, verbose = FALSE )
appDir |
Directory containing the content (Shiny application, R Markdown document, etc). |
appFiles |
Optional. The full set of files and directories to be
included in future deployments of this content. Used when computing
dependency requirements. When |
appPrimaryDoc |
Optional. Specifies the primary document in a content
directory containing more than one. If |
contentCategory |
Optional. Specifies the kind of content being
deployed (e.g. |
python |
Full path to a python binary for use by |
forceGeneratePythonEnvironment |
Optional. If an existing
|
verbose |
If TRUE, prints progress messages to the console |