Files
ubicloud/cli-commands/pg/list.rb
Jeremy Evans b35b01fb30 Fix capitalization in destroy confirm/error messages
Add constants in UbiCli to hold the capitalized and lowercase forms,
so they do not need to be specified per call to list/destroy.
2025-02-19 10:25:42 -08:00

4 lines
86 B
Ruby

# frozen_string_literal: true
UbiCli.list("pg", %w[location name id version flavor])