# Functions
RebrandCommand allows to prefix a command with cmds.RebrandingPrefix ie: with cmds.RebrandingPrefix == "safe " "safescale ..." becomes "safe deploy ..." with cmds.RebrandingPrefix == "my" "perform ..." becomes "myperform ...".
# Variables
ClusterAddFeatureCommand ...
ClusterCallCommand handles 'perform dcos CLUSTERNAME'.
ClusterCreateCommand handles 'perform <clustername> create".
ClusterDeleteCommand handles 'perform <clustername> delete'.
ClusterDeleteFeatureCommand ...
ClusterDeleteNodeCommand ...
ClusterDisableFeatureCommand ...
ClusterEnableFeatureCommand ...
ClusterExpandCommand handles 'perform <clustername> expand'.
ClusterInspectCommand handles 'perform <clustername inspect'.
ClusterInspectNodeCommand ...
ClusterListCommand handles 'perform list'.
ClusterListNodesCommand ...
ClusterProbeFeatureCommand ...
ClusterProbeNodeCommand ...
ClusterShrinkCommand handles 'perform <clustername> shrink'.
ClusterStartCommand handles 'perform <clustername> start'.
ClusterStartFeatureCommand ...
ClusterStartNodeCommand ...
ClusterStateCommand handles 'perform state CLUSTERNAME'.
ClusterStateFeatureCommand ...
ClusterStopCommand handles 'perform <clustername> stop'.
ClusterStopFeatureCommand ...
ClusterStopNodeCommand ...
RebrandingPrefix is used to store the optional prefix to use when calling external SafeScale commands.