Skip to content
  • Jessica Yuen's avatar
    Change directory structure generated by 'init' to support envs · 1e656f24
    Jessica Yuen authored
    This commit will remove the vendor/lib and vendor/schema directories
    generated by 'init'. An 'environments' directory will be created from
    the root app directory, with the default environment directory 'dev'
    and it's containing contents rooted at 'environments'.
    
    The intention of environments are to represent the deployment
    environments of Kubernete clusters, with the following example
    directory structure:
    
    app-name/
      ..
      envs/
        dev/
        us-west/
          prod/
          staging/
    1e656f24