Terminal Output:
~/PhpstormProjects/*****-neos$ tools/neos/flow content:export --source 7e3b6308-8cda-4057-aab3-746a9cd16b4b --package-key "*******.******" --site-name "site" --filename "example"
We're about to export the marked node and all it's sub-nodes.
| Lorem Ipsum Dolor Sit Amet (*******.******:Document.HomePage)
| -> Lorem Ipsum (*******.******:Document.Page)
Continue (y/n)? y
Exporting the content at "/sites/site/node-79br0aw7tpnsl" to package "*******.******"...
Partial export of "/sites/site/node-79br0aw7tpnsl" to package "*******.******" completed.
Expected:
Terminal output shows correct name of file (example.xml)
Actual:
Terminal output shows incorrect name of file (example.xml -> node-79br0aw7tpnsl)
Terminal Output:
Expected:
Terminal output shows correct name of file (
example.xml)Actual:
Terminal output shows incorrect name of file (
example.xml->node-79br0aw7tpnsl)