fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Export whole system to fusio.yml

Open bofhWQ opened this issue 6 years ago • 2 comments

Feature Request

Hi Fusio is a great project! Many thanks for that!

I'm looking for a feature to export a existing API to a fusio.yml file, so you can deploy it easyly form your dev server to an production server.

Most thinks like Actions and Routes can be change on the UI. For beginners it is also easy to build a complete API only with the the UI.

As I have seen you can export the API over the swagger-ui an import it on the other system. But in the swagger.json the used Action are missing.

So I thing it would be great feature to be able to generate an yml file from the current system, which can be easily deployed on a other server

bofhWQ avatar Jul 11 '19 13:07 bofhWQ

I have seen the is an shell command : fusio system:export and fusio system:import which handelt it over JSON.

I have not found it on the document, may be it would good to mention that

bofhWQ avatar Jul 11 '19 13:07 bofhWQ

Hi, yes so you can use the system:export and system:import to export/import your complete config. Maybe we should add a reference about the available commands at the documentation.

chriskapp avatar Jul 13 '19 08:07 chriskapp