-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I need guidance on how to add devfiles to existing apps (odo init --dry-run -o yaml
)
#4435
Comments
@ryanj thanks for describing the requirements/criteria so clearly. I think what you're looking for should be addressed to a good extent when #4436 gets merged. That PR is about not requiring cluster access to create a component. What it will do is only create devfile.yaml in your |
Thanks @dharmit I'll see if I can test the new build I forgot to mention that The flag is designed to provide a repeatable, no-op simulation that only writes to the standard output. Examples:
|
I like |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale
/lifecycle frozen
still valid
…On Thu, 20 May 2021 at 21:37, OpenShift Bot ***@***.***> wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4435 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN65W6XTV4MIYAMPPQVS3TOVQFRANCNFSM4XVKK3IQ>
.
|
--dry-run -o yaml
)odo init --dry-run -o yaml
)
/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
odo init nodejs frontend --dry-run -o yaml
should skip creation of thefrontend
component, AND print a fresh devfile to standard outodo init nodejs frontend --dry-run -o yaml > devfile.yaml
should bypass creation of thefrontend
component, and write a newdevfile.yaml
file to diskdevfile.yaml
(when added to my repo folder), should allow me to create a newfrontend
component by runningodo create frontend
Links
/kind user-story
The text was updated successfully, but these errors were encountered: