The resource:upload command uploads Flow resources from a local Flow or Neos project to a Beach instance.
Resource data (that is, the actual files containing binary data) will be uploaded from the Data/Persistent/Resources directory.
It is your responsibility to make sure that the database content is matching this data. Be aware that Neos and Flow keep track of existing resources by a database table. If resources are not registered in there, Flow does not know about them.
Use this command by switching to the root directory of your Flow or Neos installation and then running resource:upload and specify the instance identifier.
Note: Existing data in the Beach instance will be left unchanged.
The
resource:upload
command uploads Flow resources from a local Flow or Neos project to a Beach instance.Resource data (that is, the actual files containing binary data) will be uploaded from the
Data/Persistent/Resources
directory.It is your responsibility to make sure that the database content is matching this data. Be aware that Neos and Flow keep track of existing resources by a database table. If resources are not registered in there, Flow does not know about them.
Use this command by switching to the root directory of your Flow or Neos installation and then running
resource:upload
and specify the instance identifier.Note: Existing data in the Beach instance will be left unchanged.