Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Command line interface
  • Getting started with the CLI
    • All guides
    • CLI installation
    • CLI update
  • CLI releases
  • Troubleshooting

In this article:

  • Viewing your CLI version
  • Updating your CLI
  • Rolling back your CLI version
  1. Step-by-step guides
  2. CLI update

CLI update

Written by
Yandex Cloud
Updated at April 10, 2025
  • Viewing your CLI version
  • Updating your CLI
  • Rolling back your CLI version

Viewing your CLI versionViewing your CLI version

To learn your current CLI version, run this command in the terminal:

yc version

Result:

Yandex Cloud CLI 0.144.0 darwin/arm64

For information about the CLI versions, see YC CLI Releases.

Updating your CLIUpdating your CLI

The CLI checks for updates automatically. If an update is available, the following message is displayed when you invoke any CLI command in the terminal:

There is a new yc version '0.145.0' available. Current version: '0.144.0'.
See release notes at https://yandex.cloud/ru/docs/cli/release-notes
You can install it by running the following command in your shell:
    $ yc components update

To update your CLI to a new version, run this command:

yc components update

Result:

Installing yc 0.145.0 ...
Update is complete!
Please reload your shell for changes to take place.
Now we have zsh completion. Type "echo 'source /Users/vnkiryushkin/yandex-cloud/completion.zsh.inc' >>  ~/.zshrc" to install it

Rolling back your CLI versionRolling back your CLI version

To roll back to the previous CLI version, run this command:

yc components restore

Result:

Restoring backup...
Restoration done!

Was the article helpful?

Previous
CLI installation
Next
Authenticating as a user
Yandex project
© 2025 Yandex.Cloud LLC