1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/developer-cli-odo-developer-setup.adoc

14 lines
736 B
Plaintext
Raw Normal View History

2019-12-06 20:37:15 +01:00
// Module included in the following assemblies:
//
2020-05-11 14:48:40 +02:00
// * cli_reference/developer_cli_odo/odo-architecture.adoc
2019-12-06 20:37:15 +01:00
[id="developer-setup_{context}"]
= Developer setup
2020-10-01 10:02:53 -07:00
With {odo-title} you can create and deploy application on {product-title} clusters from a terminal. Code editor plug-ins use {odo-title} which allows users to interact with {product-title} clusters from their IDE terminals. Examples of plug-ins that use {odo-title}: VS Code OpenShift Connector, OpenShift Connector for Intellij, Codewind for Eclipse Che.
2019-12-06 20:37:15 +01:00
{odo-title} works on Windows, macOS, and Linux operating systems and from any terminal. {odo-title} provides autocompletion for bash and zsh command line shells.
2020-05-11 14:48:40 +02:00
{odo-title} supports Node.js and Java components.