Ionic package error

I was able to get past this by setting the app_id to an empty string in my ionic.config.json file:

{
 "name": "MyIonic2Project", 
"app_id": "", 
"v2": true, 
"typescript": true 
}

Then the ionic cloud commands started working