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 is invoked from the main install directory. The tool is
  6. self-documented, so this is just a redundant overview:
  7. ::
  8. $ ./lsup_admin
  9. Usage: lsup-admin [OPTIONS] COMMAND [ARGS]...
  10. Options:
  11. --help Show this message and exit.
  12. bootstrap Bootstrap binary and graph stores.
  13. check_fixity [STUB] Check fixity of a resource.
  14. check_refint [STUB] Check referential integrity.
  15. cleanup [STUB] Clean up orphan database items.
  16. copy [STUB] Copy (backup) repository data.
  17. dump [STUB] Dump repository to disk.
  18. load [STUB] Load serialized repository data.
  19. stats Print repository statistics.
  20. All entries marked ``[STUB]`` are not yet implemented, however the
  21. ``lsup_admin <command> --help`` command will issue a description of what
  22. the command is meant to do. Please see the `TODO <TODO>`__ document for
  23. a rough road map.
  24. All of the above commands are also available via, and based upon, the
  25. native Python API.