Recently the BaaS provider Backand started providing hosting in their service. However I'm trying to deploy my project using the information at Backand.com, and running into an issue. The documentation says the deployment code is:
backand sync --app <app_name> --master <app master token> --user <user token> --folder </path/to/project/folder> \
I'm confused, though. Where do I get the user token? Is that a value I make up, or is it on the dashboard somewhere?
i've just seen in the docs the following lines which describes where you can get the option values:
--app: The current app name
--master: The master token of the app (get it from Social & Keys)
--user: The token of the current user (get it from Team and click on key icon)
--folder: The path of the local Angular folder to sync and deploy
hope it will help you !