So, I'm trying out the new nodejs based `suiteclou...
# sdf
s
So, I'm trying out the new nodejs based
suitecloud
CLI... and it worries me that deploy no longer prompts me to confirm what's being deployed... .as it does in the java cli. Is there a way to enable that in the new CLI? I find I liked the old CLI telling me exactly what it intended to do before it did it 🙂
a
It's already reported on github issues. If you have more feedback please send it to us.
s
Thanks - I didn't think to look on github but will in the future.
will the 'java' cli continue to be supported? I think I like it more
a
There are no plans to deprecate it in near future.
👍 1
The NodeCLI can be used in non-interactive way just like sdfcli For example if you run
suitecloud project:deploy
without
-i
The project structure should be the one generated with NodeCLI
s
Yes, my problem is when I'm running it interactively it doesn't actually stop to tell me what it's about to clobber in the target system.
Does the latest java cli also use JDK 11?
a
Yes
s
jolly good
actually, I guess it would be silly if it didn't, since it's the java portion that requires the JDK and I assume that's shared between the nodeJS cli frontend and the java cli?
a
You are right
All suitecloud tools, except Eclipse are using JDK 11
@stalbert i will recommend to give NodeCli a try, and let us know the improvements you want to see.
There are more cool things coming in future, so you will be happy that you selected NodeCli.
s
I am trying it, which is what started my thread above 🙂. I definitely like the increased pace at which you're developing the CLI so keep up the good work!