Skip to main content

Ververica CLI: vvctl

vvctl, is the official command-line interface (CLI) for Ververica Platform, providing a streamlined way to manage your resources. Built on the platform's REST API, it is optimized for both interactive use and automated scripting.

Using vvctl, you can:

  • Manage resources with a command structure similar to kubectl (e.g., vvctl get deployments).
  • Browse and manage your workspaces and deployments with a full-screen, text-based user interface (TUI).
  • Easily integrate platform operations into your continuous integration and deployment pipelines.

Ververica CLI offers two mode of usage:

  • Interactive mode: This mode is ideal to monitor your deployments and workspaces in real time. It is very intuitive to use and allows you to interact with our platforms in an interactive way.
  • Command mode: This mode is used to execute commands directly. It is perfect to be used in pipelines. It is structure is very similar to other tools like kubectl where you manage your Ververica resources.