Hi ionic folks,
can someone help me with this problem. I want to run the ionic upload in a continuous integration environment. Therefore I want to use the ionic upload command with the parameters email and password. However I’m not able to get it up and running. I tried it like this: ionic upload --email "thisIsATest@test.de" --password “testPwd”
Just using email as a parameter works but as soon as I’m using password the command is not working.
Andy help will be highly appreciated