class Morpheus::Cli::SelfServiceCommand
Public Instance Methods
Source
# File lib/morpheus/cli/commands/self_service_command.rb, line 12 def handle(args) print_error yellow,"[DEPRECATED] The command `self-service` is deprecated and replaced by `catalog-item-types`.",reset,"\n" Morpheus::Cli::CatalogItemTypesCommand.new.handle(args) end