Replies: 2 comments 5 replies
-
I support idea 4. Most of the OSS projects such as Kubernetes are using this approach. I see ORAS is using reference status to showcase the CLI option status. We might need to introduce different feature flags like But in the case the CLI option is still under early development and not available to use, it should not be included in an official release. Maybe we can provide an automated build binary (like a weekly build) for technical users to try.
|
Beta Was this translation helpful? Give feedback.
-
+1 to idea 4. How about introducing weekly-build or bi-weekly build? At current stage, daily build could be too much. With this, we could also start the work of introducing auto E2E test to assure the quality of weekly-build, at least not breaking existing beta or stable features. This will also help us to identify issues early, and users can also use the latest stable build for trying stable features and experimental feature, then provide early feedback. |
Beta Was this translation helpful? Give feedback.
-
There are some cli options which aren't complete due to planning/time/priorities, or we know are broken. This is the case now, but I see this being the case even potentially longer term as we introduce new capabilities. So - the question is what approach should we take for these CLI options or commands to enable a better user experience?
Some ideas might include:
Beta Was this translation helpful? Give feedback.
All reactions