I have stored my init.m as CloudObject["init.m"].
What I'd like to do is load it (that is, all of its symbol and function definitions) onto another Wolfram machine. I have tried
CloudGet[CloudObject["init.m"]]
but it doesn't work. What is the way to do this?