blob: adab2965f565e549360c95b2eb55c90a0a559761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|