mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
14 lines
757 B
Plaintext
14 lines
757 B
Plaintext
|
|
// Module included in the following assemblies:
|
||
|
|
//
|
||
|
|
// * cli_reference/openshift_developer_cli/odo-architecture.adoc
|
||
|
|
|
||
|
|
[id="developer-setup_{context}"]
|
||
|
|
|
||
|
|
= Developer setup
|
||
|
|
|
||
|
|
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.
|
||
|
|
|
||
|
|
{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.
|
||
|
|
|
||
|
|
{odo-title}{nbsp}{odo-ver} supports Node.js and Java components.
|