You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add import configuration command for JSON files
- Introduced a new command `import-config` to import various configuration files (Flow Manager, RBAC Manager, Backoffice, Fast Data, API Console) into a Mia-Platform project.
- Created example configuration files for Flow Manager, RBAC Manager, Fast Data, and Extensions.
- Implemented file validation and JSON reading functions to ensure proper configuration structure.
- Added confirmation prompt before executing the import to prevent accidental changes.
- Developed unit tests to validate the functionality of the import command and its components.
0 commit comments