commandbox.system.modules_app.system-commands.commands

Class reload

lucee.Component
    extended by commandbox.system.modules_app.system-commands.commands.reload

Reload CommandBox. This is a maintenance operation to recreate the shell and reload all commands in the command folders. Use this if developing commands to quickly reload your changes after modifying the command's CFC file. All files will be recreated except /system/BootStrap.cfm. . {code:bash} reload {code}

Class Attributes:
  • aliases : r
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • excludefromhelp : true
  •  
    Method Summary
    any run([Boolean clearScreen='true'])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run([Boolean clearScreen='true'])

    Parameters:
    clearScreen - Clear the screen after reload