This section describes how to install the chectl management tool on Windows.

Procedure

  • Run the following command in the PowerShell terminal:

    C:\Users> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://www.eclipse.org/che/chectl/win/'))

    The chectl binary is installed at C:\ProgramData\chectl.

Additional resources