index.rst.inc 913 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. `sentry`
  2. --------
  3. Sentry is cross-platform crash reporting built with love.
  4. The configuration file is looked up in the `~/.sentry` config
  5. directory but this can be overridden with the `SENTRY_CONF`
  6. environment variable or be explicitly provided through the
  7. `--config` parameter.
  8. Options
  9. ```````
  10. - ``--config PATH``: Path to configuration files.
  11. - ``--version``: Show the version and exit.
  12. - ``--help``: print this help page.
  13. Subcommands
  14. ```````````
  15. .. toctree::
  16. :maxdepth: 1
  17. files <files/index>
  18. plugins <plugins/index>
  19. upgrade <upgrade/index>
  20. run <run/index>
  21. help <help/index>
  22. queues <queues/index>
  23. exec <exec/index>
  24. devserver <devserver/index>
  25. repair <repair/index>
  26. django <django/index>
  27. start <start/index>
  28. init <init/index>
  29. cleanup <cleanup/index>
  30. export <export/index>
  31. createuser <createuser/index>
  32. import <import/index>
  33. shell <shell/index>
  34. config <config/index>
  35. tsdb <tsdb/index>