Files
ubicloud/cli-commands/kc/list.rb
mohi-kalantari e0958b7871 Add CLI support for listing KubernetesClusters
New command is added to CLI which allows the customers to list
the KubernetesClusters.

A corresponding KubernetesCluster model is also created in the
Ubicloud ruby SDK.
2025-07-02 10:34:03 +02:00

4 lines
107 B
Ruby

# frozen_string_literal: true
UbiCli.list("kc", %w[location name id display_state version cp_node_count])