Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 925 Bytes

snip_che-upgrading-the-chectl-management-tool.adoc

File metadata and controls

37 lines (26 loc) · 925 Bytes

This section describes how to upgrade the {prod-cli} management tool.

Prerequisites
Procedure
  • Run the following command in the terminal to update {prod-cli} to the latest version.

    # {prod-cli} update

    The command updates {prod-cli} based on its current channel.

Note

Two update channels are available for {prod-cli}: stable and next.

  • stable is for the latest released version of {prod}.

  • next is updated after each activity in the main branch of the {prod-cli} repository.

To move to a different channel, invoke the update with the name of the channel as an optional argument.

# {prod-cli} update [next|stable]
Additional resources
  • {link-prod-cli-documentation}