You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created two server urls ( one for dev and another one for Prod)
From build machine, I registred (code-push-standalone register dev-server-url) for dev server url and got the access key and saved it in same build machine.
Now from the same build machine if I try to register for Prod server url then it will generate one more access key for Prod server.
so while adding the new app from the build machine, is it possible to use accesskey to create new app for specific server url (Prod or Dev) ?
I mean, code-push-standalone app add using Prod or Dev url.
Or before adding the new app, should I logout and login using access key generated using register step.
code-push-standalone login --accessKey (generated by Prod Url or Dev url).
Please suggest.
The text was updated successfully, but these errors were encountered:
@rahman2835 Why are you creating two different server URLs?
One server URL already contains different production and staging environments; you can add more environments as needed.
Maybe Access-Keys is something that might help in creating an automated login/logout.
Also, please don't tag me in any future issues, as I am not a collaborator. This helps keep notifications manageable.
If someone’s input is required, you can mention it in the comments without tagging, and they can engage as needed.
Hello every one,
I have one use case where
I mean, code-push-standalone app add using Prod or Dev url.
Or before adding the new app, should I logout and login using access key generated using register step.
code-push-standalone login --accessKey (generated by Prod Url or Dev url).
Please suggest.
The text was updated successfully, but these errors were encountered: