We remove files from our codebase that users manage through our admin interface.
For example, we allow users to edit the YAML for tables to change configuration.
These files do not appear in our codebase so that a pos-cli deploy action does not revert there changes.
We also allow users to create new content that is not in our codebase
Lookling at
pos-cli deploy [options] [environment]
Options:
  -f --force                 deprecated
  -d --direct-assets-upload  deprecated, this is default strategy
  -o --old-assets-upload     use old assets upload strategy
  -p --partial-deploy        Partial deployment, does not remove data from directories missing from the build
  -h, --help                 output usage information
Does   -p --partial-deploy suggest that the default behaviour is to remove items nbot include in the build? It has not been an issue so far, but we need to know if this is the intended behaviour or not as it would cause major issues if deploy started to remove missing items