I like how files are organized under appropriate directories when generating them with the CLI (datasources, pipes, endpoints directories). Why do they not go under those when running `tb pull`?
Hey Bruno! When you do `tb pull`, you can add the `--auto` flag to automatically put them in the directories. Note that all .pipe files will by default go in the /pipe directory. You can move them to the /endpoints directory manually, or keep them in /pipes. The two directories are created just so you can better organize things. It's not a strict requirement that Endpoint Pipes go in the /endpoints directory.
I like how files are organized under appropriate directories when generating them with the CLI (datasources, pipes, endpoints directories). Why do they not go under those when running `tb pull`?
Hey Bruno! When you do `tb pull`, you can add the `--auto` flag to automatically put them in the directories. Note that all .pipe files will by default go in the /pipe directory. You can move them to the /endpoints directory manually, or keep them in /pipes. The two directories are created just so you can better organize things. It's not a strict requirement that Endpoint Pipes go in the /endpoints directory.