Open
Description
/kind user-story
User Story
As a developer and/or team lead, I want to make it easier for team members to get started with devfiles by adding a valid devfile.yaml
to any existing repo.
Acceptance Criteria
- Running
odo init nodejs frontend --dry-run -o yaml
should skip creation of thefrontend
component, AND print a fresh devfile to standard out - Running
odo init nodejs frontend --dry-run -o yaml > devfile.yaml
should bypass creation of thefrontend
component, and write a newdevfile.yaml
file to disk - The resulting
devfile.yaml
(when added to my repo folder), should allow me to create a newfrontend
component by runningodo create frontend
Links
- Feature Request:
- Related issue:
/kind user-story
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status