Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 901 Bytes

README.org

File metadata and controls

34 lines (30 loc) · 901 Bytes

hd – HackDepot console client

A console client that allows to query HackDepot instance for items.

Configuration

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"

Usage

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

License

GNU General Public License version 3 or later. See COPYING file for details.