cli.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. LAKEsuperior Command Line Reference
  2. ===================================
  3. The LAKEsuperior command line tool is used for maintenance and
  4. administration purposes.
  5. The script should be in your executable path if you install LAKEsuperior with
  6. ``pip``. The tool is self-documented, so this is just a redundant overview::
  7. $ lsup_admin
  8. Usage: lsup-admin [OPTIONS] COMMAND [ARGS]...
  9. Options:
  10. --help Show this message and exit.
  11. Commands:
  12. bootstrap Bootstrap binary and graph stores.
  13. check_fixity [STUB] Check fixity of a resource.
  14. check_refint Check referential integrity.
  15. cleanup [STUB] Clean up orphan database items.
  16. migrate Migrate an LDP repository to LAKEsuperior.
  17. stats Print repository statistics.
  18. *TODO: Add instructions to access from Docker.*
  19. All entries marked ``[STUB]`` are not yet implemented, however the
  20. ``lsup_admin <command> --help`` command will issue a description of what
  21. the command is meant to do. Check the
  22. `issues page <https://github.com/scossu/lakesuperior/issues>`__ for what's on
  23. the radar.
  24. All of the above commands are also available via, and based upon, the
  25. native Python API.