new
Create new nyl projects and components.
Synopsis
Section titled “Synopsis”nyl new project <dir>nyl new component <api-version> <kind>nyl new project
Section titled “nyl new project”Creates:
<dir>/├── nyl.toml└── components/Generated nyl.toml:
[project]components_search_paths = ["components"]helm_chart_search_paths = ["."]nyl new component
Section titled “nyl new component”Creates component chart files under:
components/<api-version>/<kind>/├── Chart.yaml├── values.yaml├── values.schema.json└── templates/deployment.yaml