redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
774 stars 244 forks source link

Implement `odo init` example Golden Path Template #7117

Closed rm3l closed 8 months ago

rm3l commented 9 months ago

As a Backstage contributor contributing a template to my organization, I want to see an example of a working end-to-end template asking users to select a Devfile and starter project, and calling odo to generate a starter project, So that I can understand how I could adapt this template to my own organization needs.

Acceptance Criteria

Related Epic: https://github.com/redhat-developer/odo/issues/7114

rm3l commented 8 months ago

Marking this as complete. I created an example of Backstage GPT relying on the Devfile Selector custom field extension and the custom action plugin. For now, this is available as a POC under my personal GH account: https://github.com/rm3l/odo-backstage-golden-path-template/blob/main/README.md

We'll create additional issues based on the next steps about this.

Remaining things to do:

/close