cloudmesh.dryrun.command.dryrun¶
Module Contents¶
Classes¶
-
class
cloudmesh.dryrun.command.dryrun.DebugCommand¶ Bases:
cloudmesh.shell.command.PluginCommand-
do_dryrun(self, args, arguments)¶ - Usage:
dryrun on dryrun off dryrun
Description:
dryrun on
Sets the variable
dryrun=True
dryrun off
Sets the variable
dryrun=False
dryrun
Returns the value of dryrun
-