As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
When I try to initialize my app by specifying "kinvey init --app APPNAME [other options]" it prints:
kinvey: error: unrecognized arguments: --app
This is somewhat inconvenient because I am trying to do this non-interactively so I want to specify all the arguments on the command line instead of requiring the user to enter stuff through stdin.
Also, the latest version of the script (0.1.2) still reports the version as 0.1.1 when running "kinvey -v" :)
Jason Barron
http://devcenter.kinvey.com/rest/tutorials/business-logic-revisions
When I try to initialize my app by specifying "kinvey init --app APPNAME [other options]" it prints:
kinvey: error: unrecognized arguments: --app
This is somewhat inconvenient because I am trying to do this non-interactively so I want to specify all the arguments on the command line instead of requiring the user to enter stuff through stdin.
Also, the latest version of the script (0.1.2) still reports the version as 0.1.1 when running "kinvey -v" :)