flownative / localbeach

The Local Beach client written in Go
Apache License 2.0
7 stars 3 forks source link

Implement "resource:upload" command #10

Closed kdambekalns closed 3 years ago

kdambekalns commented 4 years ago

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.