mottosso / be

minimal directory and environment management system for collaborative creative projects
GNU Lesser General Public License v2.1
47 stars 4 forks source link

Hide project configuration files #47

Open ruchitinfushion opened 6 years ago

ruchitinfushion commented 6 years ago

Where to define custom path for be.yaml, inventory.yaml & templates.yaml ?

mottosso commented 6 years ago

I don't think so, and I'm not sure how it would work. With be, the project configuration and folder must be one and the same.

Example

/projects/hulk/be.yaml
/projects/spiderman/be.yaml

What other folder would you like to store those files in?

ruchitinfushion commented 6 years ago

/projects/hulk/.config (hidden folder) or /mnt/scripts/hulk/be (somewhere on the server)

Basically i want to hide this files from normal user

mottosso commented 6 years ago

Basically i want to hide this files from normal user

That makes sense.

Would be happy to see a PR for adding a . to the file names, that would hide them on Linux, and then we could set file attributes for hiding them on Windows too.

ruchitinfushion commented 6 years ago

Would be happy to see a PR for adding a . to the file names, that would hide them on Linux yeah, good idea