An open API service indexing awesome lists of open source software.

https://github.com/hackthevalley/hack_the_valley_cli

CLI for HTV administrators
https://github.com/hackthevalley/hack_the_valley_cli

cli rust

Last synced: over 1 year ago
JSON representation

CLI for HTV administrators

Awesome Lists containing this project

README

          

# Hack The Valley CLI
CLI for HTV administrators.

## Build

To build, you must have Rust and Cargo package manager installed, then run following commands:

```
$ cargo run # If you wish to debug
$ cargo build # If you wish to build binary
```

## Basic Usage

```
USAGE:
htv-cli [OPTIONS] [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-k, --key Sets the API key to use, required if accessing private resources.
-u, --url Optionally sets the API url to use, default https://api.hackthevalley.io.

SUBCOMMANDS:
api-ver Check API version
hackers Fetch hackers
help Prints this message or the help of the given subcommand(s)
```