blob: 58dfca4d0e8bd319cfbf2e494486edf1b7c506ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Run state management commands for an Arti hidden service client
Usage: arti hsc [OPTIONS] <COMMAND>
Commands:
get-key Prepare a service discovery key for connecting to a service running in restricted discovery mode
help Print this message or the help of the given subcommand(s)
Options:
-c, --config <FILE> Specify which config file(s) to read. Defaults to [File("[..]"), Dir("[..]")]
-o <KEY=VALUE> Override config file parameters, using TOML-like syntax.
-l, --log-level <LEVEL> Override the log level (usually one of 'trace', 'debug', 'info', 'warn', 'error').
--disable-fs-permission-checks Don't check permissions on the files we use.
-h, --help Print help
|