vdloo / hynocli

An unofficial command-line client for the Hypernode API in Racket.

Home Page:https://vdloo.github.io/hynocli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hynocli

An unofficial command-line client for the Hypernode API in Racket. For the official Hypernode-API client see the hypernode-systemctl documentation. This project is an unaffiliated implementation by me just to practice some Racket on the weekends out of personal interest. Hopefully if you are interested in talking to the Hypernode-API directly this could also be used as a helpful reference implementation.

Documentation

Setting up the project:

$ sudo apt-get install racket
$ git clone https://github.com/vdloo/hynocli
$ cd hynocli
$ raco pkg install --deps search-auto
$ export HYNOCLI_TOKEN=your_api_token
$ export HYNOCLI_APP=your_app_name
$ racket main.rkt --help

Then you can change a setting like for example:

$ racket main.rkt settings php_version 8.1

Check out the full documentation on https://vdloo.github.io/hynocli/

About

An unofficial command-line client for the Hypernode API in Racket.

https://vdloo.github.io/hynocli/

License:MIT License


Languages

Language:Racket 97.2%Language:Makefile 2.8%