Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

This script retrieves the sites and apps information from a bench.
Use [-j, --json] option to output a dict in cli :

{
    "sites": {
        site_name: {
            "scheduler": bool,
            "maintenance": bool,
            "url": "http://site_name"
        }
    },
    "apps": {
        app_name: {
            "app_version": version
        }
    }
}

Command example :

/path/to/bench/env/bin/python erpnext_info.py -j /path/to/bench

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages