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
- Host: GitHub
- URL: https://github.com/hackthevalley/hack_the_valley_cli
- Owner: hackthevalley
- Created: 2018-12-11T08:44:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T09:43:19.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:51:33.252Z (over 1 year ago)
- Topics: cli, rust
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```