A console client that allows to query HackDepot instance for items.
There should be hd.yaml
file with the configuration in the
program directory.
Example of file contents:
HackDepot: instance: "hd.example.org" user: "alice@example.org" password: "secret"
List all items:
$ hd --user=alice --password=qerty item
Note that --user
and --password
parameters are optional when
their values were specified in hd.yaml
.
Get information about one of the items:
$ hd item 569c12f86d986e11b2000006
Get program usage information:
$ hd help
GNU General Public License version 3 or later. See COPYING
file
for details.