vismo currently requires a live cluster. It would be powerful to also analyse local YAML files - either raw manifests or rendered Helm/Kustomize output - without connecting to anything. vismo get -f my-deployment.yaml --field spec.replicas would parse the file and run the source detection and field analysis locally. Useful in CI before a deploy.
vismocurrently requires a live cluster. It would be powerful to also analyse local YAML files - either raw manifests or rendered Helm/Kustomize output - without connecting to anything.vismo get -f my-deployment.yaml --field spec.replicaswould parse the file and run the source detection and field analysis locally. Useful in CI before a deploy.