-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Feature] Show output in either table
/yaml
/json
format for timoni inspect resources
command
#454
Comments
timoni inspect resources
commandtable
/yaml
/json
format for timoni inspect resources
command
|
The external tool in question was very particular about requiring the complete YAML manifest from the Kubernetes API (🤦🏻 it wanted to track the I'll close this issue for now as I have moved on to a better workflow with timoni that doesn't require this server-side manifest. My new workflow for anyone curious
This replicates enough of my original workflow with Tilt that I can move away from it for now. |
Business Problem Being Solved For
> External tool requires YAML manifests of all resources deployed by timoni
Context:
Currently, we are using Tilt which requires the YAML manifest of all resources deployed by an external tool (in this case timoni)
Reference:
k8s_custom_deploy
Excerpt:
Work Around:
Currently, we are using a script like this to get the YAML manifest of all resources deployed by timoni:
Expected Outcome:
> Add a new flag for
timoni inspect resources
called--output
with valuestable
,yaml
orjson
which can be used to get the YAML manifest of all resources deployed by timoni.This great tool saves us a lot of time by abstracting CUE for Kubernetes.
Kudos! and much appreciation! 🙏
The text was updated successfully, but these errors were encountered: