right now there's no way to truly confirm what the...
# sdf
s
right now there's no way to truly confirm what the tool is going to do on deploy except to actually deploy and cross your fingers
a
Well there is a
preview
in java cli. Would you like something like that in other tools?
s
yes, if
preview
shows what it's about to do that would be great to have in the node cli
basically, I really want to have the tool show me everything it's about to do, but not do it. Then I can review that I agree with the actions it's about to take
👍 1
this is pretty important for production account especially.... imagine if I, as a mere faulty human, run the wrong project or have left my deploy.xml misconfigured or similar - disaster waiting to happen on a prod account 😕
a
https://github.com/oracle/netsuite-suitecloud-sdk/issues/100 We have this issue and its
waiting cases
It would be nice if you can vote up or comment your use case so i can put it in our backlog and work on it as soon as we get chance.
e
+1
a
please vote on github.
So i can justify the need. 🙂
e
I did
m
Agree, it would be really nice especially as the validate function does not really catch most of the things. Regarding dependencies and manifest it would be nice to improve this as well. It should be possible for sdf to automatically check what needs to be in the environment without having to add them in the manifest file. It should also support cross reference dependencies, as it is now it is not possible to add two object that reference each other without a lot of manual work.
p
+1
👍 1
d
How do I upvote this issue? Add to the thumbs up?
s
Yes, thumbsup is github's lame way of upvoting AFAIK
👍 1
p
Related to this atomic deployments would be greatly appreciated as last I checked a partial deployment might happen which can cause all kinds of bad things in the environment. I guess this is more on the server side though. (could be worked around with a --dry-run though)
s
+1d in github