Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 667 Bytes

get.md

File metadata and controls

52 lines (36 loc) · 667 Bytes

get

Get hog configuration values.

This values comes from the file .hog.yml

Syntax

hog get [command]

Example

hog get protocol
hog get domain
hog get port

Command

protocol

Get protocol value. Should be http or https.

Syntax

hog get protocol

domain

Get domain value.

This is the domain from which the devices are going to reach the server, can be an ip like 192.168.1.101 or a public domain like example.com. This value is used for sharing functionalities

Syntax

hog get domain

port

Get port value.

This value should be a number

Syntax

hog get port