Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
devops_rse's avatar
devops_rse
Honored Guest
4 years ago

Problem uploading an app using ovr-platform-util

Hi, I am attempting to upload a new app version to the dashboard using the ovr-platform-util tool. The problem I have is that I cannot get it to accept my launch parameters. As an example:

 

--launch-params "-argument_name 12345"

 

It will not accept this unless I remove the leading hyphen. As long as the hyphen is there, I get this error: "Not enough arguments following: launch-params". Of course, if I remove the hyphen then the command will not be interpreted properly by the app. This seems like a bug perhaps?

1 Reply

  • Immediately after posting this, I discovered that putting a space in front of the hyphen allows me to pass the argument as intended (the space doesn't appear to show up in the build info on the dashboard). Still, this shouldn't be needed.