# Create a Source "foo-source" for deployment "foo" in namespace "default"odigos sources create foo-source --workload-kind=Deployment --workload-name=foo --workload-namespace=default -n default# Update all existing Sources in namespace "default" to disable instrumentationodigos sources update --disable-instrumentation -n default# Delete all Sources in group "mygroup"odigos sources delete --group mygroup --all-namespaces
--kube-context string (optional) name of the kubeconfig context to use --kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG") -v, --verbose enable verbose output