Red Hat CloudForms 4.7 adds the ability to export and import custom buttons so that they can be moved from one environment to another. A procedure outlining how to do so must be added to the documentation.
Hey Chris, As per my understanding, it due to not provided proper directory path. We have to provide a directory path[1]. 1. For export $ mkdir /tmp/custom_buttons $ vmdb $ rake evm:export:custom_buttons -- --directory /tmp/custom_buttons $ cd /tmp/custom_buttons #here you can check created yaml file 2. For import $ vmdb $ rake evm:import:custom_buttons -- --source /tmp/custom_buttons" Note: While importing you can specify directory or specific yaml file as a source [2]. Chris, I am testing this feature on the same appliance, with steps [3]. Let me know this info helpful or not... Thanks, ~Nikhil [1] https://github.com/ManageIQ/manageiq/pull/17699 [2] https://github.com/ManageIQ/manageiq/pull/17726 [3] https://github.com/ManageIQ/integration_tests/blob/master/cfme/tests/automate/custom_button/test_import_export.py#L87