datalust / seqcli

The Seq command-line client. Administer, log, ingest, search, from any OS.
https://datalust.co/seq
Apache License 2.0
147 stars 21 forks source link

`seqcli app uninstall` #342

Closed nblumhardt closed 6 months ago

nblumhardt commented 6 months ago
seqcli app uninstall [<args>]

Uninstall an app package

Example:
  seqcli app uninstall --package-id 'Seq.App.JsonArchive'

Arguments:
      --package-id=VALUE     The package id of the app package to uninstall
  -i, --id=VALUE             The id of a single app package to uninstall
  -s, --server=VALUE         The URL of the Seq server; by default the `
                               connection.serverUrl` config value will be used
  -a, --apikey=VALUE         The API key to use when connecting to the server;
                               by default the `connection.apiKey` config
                               value will be used
      --profile=VALUE        A connection profile to use; by default the `
                               connection.serverUrl` and `connection.apiKey`
                               config values will be used
      --verbose              Print verbose output to `STDERR`