39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
|
---
|
||
|
date: 2021-02-02T13:20:04-08:00
|
||
|
title: "signaldctl account link"
|
||
|
slug: signaldctl_account_link
|
||
|
url: /signaldctl/signaldctl_account_link
|
||
|
---
|
||
|
## signaldctl account link
|
||
|
|
||
|
create a local account by linking to an existing Signal account
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
create a local account by linking to an existing Signal account
|
||
|
|
||
|
```
|
||
|
signaldctl account link [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for link
|
||
|
--no-wait return after the linking URI is printed to stdout. By default, signaldctl will wait until the server acknowledges that the linking has completed before exiting
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--config string config file (default is ~/.config/signaldctl.yaml) (default "/home/finn/.config/signaldctl.yaml")
|
||
|
-o, --output-format string the output format. options are usually table, yaml and json, default is usually table. Some commands have other options. (default "default")
|
||
|
--socket string the path to the signald socket file (default "/var/run/signald/signald.sock")
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [signaldctl account](/signaldctl/signaldctl_account) -
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 2-Feb-2021
|