CommandMessage#

class wattson.services.deployment.cli.messages.command_message.CommandMessage(msg_dict: dict | None = None)#

Bases: CLIMessage

A message that contains a printing command, mostly in server to client communication. Messages can be formatted in different ways, e.g. as table or plain text.

Methods

__init__

parse

to_dict

__init__(msg_dict: dict | None = None)#