summaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hss/hss.md
blob: 995f8e447757a99dddc3fa4493355e5df91d934d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `arti hss`

## The `onion-name` subcommand

Print the `.onion` address of a hidden service:

```console
$ arti -c hss.toml hss --nickname acutus-cepa onion-name
mnyizjj7m3hpcr7i5afph3zt7maa65johyu2ruis6z7cmnjmaj3h6tad.onion

$ arti -c hss.toml hss --nickname flamingo onion-name
? 127
[..]/arti: error: Service flamingo is not configured

```