As in the title. Sometimes I need to deploy my app in the offline environment and I don’t see any option that allows me to download i.e. one big JSON with images as .png etc.
Hi,
the CLI provides some of these features:
https://docs.squidex.io/02-documentation/developer-guides/automation-tools
e.g. you can
download all assets:
.\sq assets export <YOUR_FOLDER>
Download contents
.\sq contents export <YOUR_SCHEMA> <YOUR_FILE> --format Json
.\sq contents export <YOUR_SCHEMA> <YOUR_FILE> --format Csv ...
Don’t follow the examples here one by one, please. I have not tested it. But a help is integrated into the CLI.
This topic was automatically closed after 2 days. New replies are no longer allowed.