def services(): ''' List the services running for the application. ''' with cd(buildman.get_current_path()): runner.run_script(constants.SCRIPT_LIST_SERVICES)