deployed and published as a bundle :smile:
# sdf
f
deployed and published as a bundle 😄
e
Wow, impressive. Any insights or snippets you could share?
f
what exactly is your question? Its pretty straight forward for the most part
I think the most important call is
Copy code
./sdf/sdfcli authenticate -account $NS_DEPLOY_ACCOUNT_ID -authid deployment -savetoken -tokenid $NS_DEPLOY_ACCOUNT_TOKEN_ID -tokensecret $NS_DEPLOY_ACCOUNT_TOKEN_SECRET
To authenticate the sdfcli on our CI system based on tokens
e
Yes, that's what I'm working toward.
Interesting that you automated the bundle creation too? Is that even possible?
f
Well you need to use something like nightmare to simulate a browser
its definitely not elegant or easy todo
e
Ya, that's sounds dangerous
f
Not really dangerous as potentially fragile (especially since the suite bundler wizard process is sometimes very slow). So far we have no issues with that solution
e
Impressive.