srijanone / vega

Vega (वेग) is a project scaffolding tool to speed up development process.
Apache License 2.0
9 stars 7 forks source link

Newly created files and folders in profiles are not showing in container. #145

Open buntybatra opened 4 years ago

buntybatra commented 4 years ago

When vega is already running, newly created files and folder for modules is not showing showing in container terminal for profiles folder.

Steps :-

  1. Run vega up
  2. Create new folder in profile directory on path "profiles/profile_name/modules/custom/new_module_name/new_module_name.info.yml
  3. Clear cache.
  4. Check module is still not available in container.

Note :- If new module created in docroot/modules/new_module_name/new_module_name.info.yml its work fine and visible in container as expected.

AshishThakur commented 4 years ago

@buntybatra seems the message was misunderstood. Currently we have to only use vega for secret management capabilities which is documented here with FAQs: https://github.com/srijanone/vega/blob/develop/docs/git-secrets.md.

vega up etc is not required as of now and you could continue with your current set up.

AshishThakur commented 4 years ago

Though not valid in current scope but still this is a bug we will check this.