hostedpi info url
Get the URL of a Raspberry Pi server
Usage: hostedpi info url [OPTIONS] NAME
Arguments
- name [str]
Name of the Raspberry Pi server
Options
- --ssl
Show the URL with HTTPS instead of HTTP
- --help
Show this message and exit
Usage
Get the HTTP URL of a Pi:
$ hostedpi info url mypi
http://www.mypi.hostedpi.com
Get the HTTPS URL of a Pi:
$ hostedpi info url mypi --ssl
https://www.mypi.hostedpi.com