be icon indicating copy to clipboard operation
be copied to clipboard

Hide project configuration files

Open ruchitinfushion opened this issue 7 years ago • 4 comments

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

ruchitinfushion avatar Sep 13 '18 05:09 ruchitinfushion

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?

mottosso avatar Sep 13 '18 06:09 mottosso

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

Basically i want to hide this files from normal user

ruchitinfushion avatar Sep 13 '18 13:09 ruchitinfushion

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.

mottosso avatar Sep 13 '18 13:09 mottosso

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

ruchitinfushion avatar Sep 13 '18 14:09 ruchitinfushion