Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

new

Create new nyl projects and components.

Synopsis

nyl new project <dir>
nyl new component <api-version> <kind>

nyl new project

Creates:

<dir>/
├── nyl.toml
└── components/

Generated nyl.toml:

[project]
components_search_paths = ["components"]
helm_chart_search_paths = ["."]

nyl new component

Creates component chart files under:

components/<api-version>/<kind>/
├── Chart.yaml
├── values.yaml
├── values.schema.json
└── templates/deployment.yaml