Difference between revisions of "Sentry --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} <pre> sentry --help Usage: sentry [OPTIONS] COMMAND [ARGS]... Sentry is cross-platform crash reporting built with love. The configuration file is looked up in th...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
 +
sentry --help
 +
Usage: sentry [OPTIONS] COMMAND [ARGS]...
 +
 +
  Sentry is cross-platform crash reporting built with love.
 +
 +
  The configuration file is looked up in the `~/.sentry` config directory but this can be
 +
  overridden with the `SENTRY_CONF` environment variable or be explicitly provided through the
 +
  `--config` parameter.
 +
 +
Options:
 +
  --config PATH  Path to configuration files.
 +
  --version      Show the version and exit.
 +
  --help        Show this message and exit.
 +
 +
Commands:
 +
  [[cleanup]]        Delete a portion of trailing data based on...
 +
  [[cleanup_chunk]]
 
<pre>
 
<pre>
sentry --help
 
Usage: sentry [OPTIONS] COMMAND [ARGS]...
 
 
  Sentry is cross-platform crash reporting built with love.
 
 
  The configuration file is looked up in the `~/.sentry` config directory but this can be
 
  overridden with the `SENTRY_CONF` environment variable or be explicitly provided through the
 
  `--config` parameter.
 
 
Options:
 
  --config PATH  Path to configuration files.
 
  --version      Show the version and exit.
 
  --help        Show this message and exit.
 
 
Commands:
 
  cleanup        Delete a portion of trailing data based on...
 
  cleanup_chunk
 
 
   config        Manage runtime config options.
 
   config        Manage runtime config options.
 
   createuser    Create a new user.
 
   createuser    Create a new user.
Line 41: Line 42:
  
  
 +
== See also ==
 +
* {{sentry}}
  
{{sentry}}
+
[[Category:Sentry]]

Latest revision as of 10:22, 22 November 2022


sentry --help
Usage: sentry [OPTIONS] COMMAND [ARGS]...

  Sentry is cross-platform crash reporting built with love. 

  The configuration file is looked up in the `~/.sentry` config directory but this can be
  overridden with the `SENTRY_CONF` environment variable or be explicitly provided through the
  `--config` parameter.

Options:
  --config PATH  Path to configuration files.
  --version      Show the version and exit.
  --help         Show this message and exit. 

Commands:
  cleanup        Delete a portion of trailing data based on...
  cleanup_chunk
  config         Manage runtime config options.
  createuser     Create a new user.
  devserver      Starts a lightweight web server for...
  django         Execute Django subcommands.
  exec           Execute a script.
  export         Exports core metadata for the Sentry...
  files          Manage files from filestore.
  help           Show this message and exit.
  import         Imports data from a Sentry export.
  init           Initialize new configuration directory.
  permissions    Manage Permissions for Users.
  plugins        Manage Sentry plugins.
  queues         Manage Sentry queues.
  repair         Attempt to repair any invalid data.
  run            Run a service.
  shell          Run a Python interactive interpreter.
  start          DEPRECATED see `sentry run` instead.
  tsdb           Tools for interacting with the time series...
  upgrade        Perform any pending database migrations and...


See also[edit]

Advertising: