How to run hciexport¶
Prerequisites¶
- hciexport has been installed in a Python virtual environment
- The virtual environment has been activated
- A configuation file (hciexport.cnf) has been created
Export workflows¶
(.venv) % hciexport -c hciexport.cnf -t workflows
authentication: OK
retrieving workflows: OK (7)
retrieving dataSources: OK (6)
retrieving pipelines: OK (14)
retrieving indexes: OK (6)
retrieving contentClasses: OK (3)
exporting workflows: OK (hciexport.workflow.bundle)
Export System configuration package¶
(.venv) % hciexport.py -c hciexport.cnf -t system
authentication: OK
retrieving business objects: OK
retrieving security settings: OK
retrieving identity providers: OK
retrieving groups: OK
retrieving roles: OK
retrieving notification rules: OK
retrieving client certificates: OK
retrieving system certificates: OK
retrieving plugin bundles: OK
building package: OK
exporting system config: OK (hciexport.system.package)