We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
ODO_EXPERIMENTAL_MODE=true odo list component -o json 2> /dev/null
Experimental mode enabled for flag: --run-on. Use at your own risk. More details on https://odo.dev/docs/user-guides/advanced/experimental-mode { "componentInDevfile": "node-echo", "components": [ { "name": "node-echo", "managedBy": "", "managedByVersion": "", "runningIn": { "deploy": false, "dev": false }, "projectType": "Node.js" } ] }
Messages must not be displayed with JSON output
{ "componentInDevfile": "node-echo", "components": [ { "name": "node-echo", "managedBy": "", "managedByVersion": "", "runningIn": { "deploy": false, "dev": false }, "projectType": "Node.js" } ] }
The text was updated successfully, but these errors were encountered:
feloy
Successfully merging a pull request may close this issue.
/kind bug
How did you run odo exactly?
Actual behavior
Expected behavior
Messages must not be displayed with JSON output
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: