E.g. in the 5.1.x builds, seqcli help app should list available subcommands, but instead displays the help for app run:
> seqcli help app
seqcli app [<args>]
Host a .NET `[SeqApp]` plug-in
Arguments:
-d, --directory=VALUE The directory containing .NET Standard assemblies;
defaults to the current directory
-t, --type=VALUE The [SeqApp] plug-in type name; defaults to
scanning assemblies for a single type marked
with this attribute
-p, --property=NAME=VALUE Specify name/value settings for the app, e.g. `-p
ToAddress=example@example.com -p Subject="
Alert!"`
-s, --server=VALUE The URL of the Seq server, used only for app
configuration (no connection is made to the
server); by default the `connection.serverUrl`
value will be used
--storage=VALUE A directory in which app-specific data can be
stored; defaults to the current directory
E.g. in the 5.1.x builds,
seqcli help appshould list available subcommands, but instead displays the help forapp run: