Docs wrong?
Solved
Surfer
-
In the docs it says:
Put a directory (the /. below meand that the contents of build dir get copied into the root of surfer. Without it, a build directory will get created in the root of surfer).
surfer put build/. /
But I just copied and pasted the command and ran it and I see a build directory in the root.
-
I think it was supposed to be:
surfer put build/* /
I figured that out by looking at the CLI help, which interestingly, also happens to have a typo in it:
-
@nebulon said in Docs wrong?:
For the cli help, did you mean the
/app/data/*
->/*
? If so that is also fixed but pending a cli release.Yes, I was referring to the 4th example:
surfer put dir/* / # puts dir/* as /app/data/*
-