Currently import-cloud requires the :source
client :server-type
to be :cloud
and the :dest
:server-type
to be :dev-local
. It'd be great if this function allowed any :server-type
to be passed for :source
and :dest
. A possible use case would be copying a dev-local database to a cloud system for testing in a staging environment.