Skip to content

Commit

Permalink
doc: Add CLI note about au1 oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
benolayinka committed Mar 22, 2021
1 parent 264dd5f commit dbc4cad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/content/getting-started/cli/installing-cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ For a standard deployment on `thethings.example.com`, all you need is:
$ ttn-lw-cli use thethings.example.com [--fetch-ca] [--user] [--overwrite]
```

{{< warning >}} If configuring `ttn-lw-cli` for {{% tts %}} Cloud, see [Cloud Addresses]({{< ref "getting-started/cloud-hosted/addresses" >}}) for information about endpoints.
{{</ warning >}}

{{< note >}} On Windows, use `ttn-lw-cli.exe` instead of `ttn-lw-cli`. {{</ note >}}

This will generate and save the required CLI config file. By default, the file is saved on the current directory, use the `--user` to save it under the user config directory.
Expand Down Expand Up @@ -88,6 +91,9 @@ device-template-converter-grpc-address: 'thethings.example.com:8884'
qr-code-generator-grpc-address: 'thethings.example.com:8884'
```
{{< warning >}} If configuring `ttn-lw-cli` for {{% tts %}} Cloud, see [Cloud Addresses]({{< ref "getting-started/cloud-hosted/addresses" >}}) for information about endpoints.
{{</ warning >}}

If you are using an `https` port other than `443`, you need to specify that port, e.g.:

```yaml
Expand Down

0 comments on commit dbc4cad

Please sign in to comment.