-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What do you want to happen?
The current demo in the README is outdated and should be replaced with a dynamic and maintainable alternative. Using Asciinema, we can create a script and a Makefile target to generate an updated demo, making it easier to refresh and maintain.
Therefore, we need to create a script to record a demo using Asciinema.
In this way, we mainly need:
A script that will
- Start recording a new session.
- Run the required commands to demonstrate Kubebuilder functionality.
- Stop the recording and save the cast file.
- Optionally upload to Asciinema.org for easy sharing.
Then: - Add a Makefile target to automate the recording process. (i.e demo-generate)
- Replace the current demo section in README with an embedded Asciinema player. (
)
Extra Labels
No response
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.