feat(dx): add default export

This commit is contained in:
Alexander Zeitler 2021-06-05 20:13:46 +02:00
parent 7eaf706be9
commit c4b60872ae

View file

@ -489,3 +489,33 @@ export const version = async function (
return Promise.reject(error)
}
}
export default {
upAll,
upMany,
upOne,
down,
stop,
stopOne,
kill,
rm,
exec,
run,
buildAll,
buildMany,
buildOne,
pullAll,
pullMany,
pullOne,
config,
configServices,
configVolumes,
ps,
push,
restartAll,
restartMany,
restartOne,
logs,
port,
version
}