Creating script without parent u/username/scriptname - What does this means ?
In workspace1 , I added a script and a flow
In cli , I pulled that workspace 1, So locally I have the script and flow
Now I copied this to another local directory (say new directory)
I added workspace 2 to cli
In this new directory, I ran
wmill sync push --skip-pullso it applied the flow and script changes to workspace 2 . I confirmed in the hosted webapp too.
But in cli after push command, I got the message as in title.
So what does
without parent means ?Thanks in advance!