Tink CLI - create sample configuration #334
Labels
area/tink-cli
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
size/S
estimate of the amount of work to address the issue
Expected Behaviour
The
cli
provides the capability to generate sample output that an end user can easily take as a starting point to modifying and customise to their own needs.In Kubernetes an end user can accomplish something similar with the
--dry-run
flag that will create output instead of applying or creating a configuration.An additional benefit is that this would always generate output that matches the specification of the structs in the tinkerbell server.
Current Behaviour
An end user has to take a large amount of json or yaml from docs and modify it to their own needs. We've seen issues where the docs haven't reflected changes to the yaml/json spec resulting in broken deployments.
Context
Simplify the UX for the end user
The text was updated successfully, but these errors were encountered: