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

https://github.com/crc-org/admin-helper

The administrator service needed by CRC
https://github.com/crc-org/admin-helper

Last synced: about 2 months ago
JSON representation

The administrator service needed by CRC

Awesome Lists containing this project

README

        

# admin-helper, all admin commands required by [CRC](https://github.com/crc-org/crc)

This project gathers all the interactions with the hosts that CRC needs to perform as administrator.

## Usage

For full usage directions simply call `admin-helper -h`

```shell
Usage:
admin-helper [command]

Available Commands:
add Add an entry to the hostsfile
clean Clean all entries added with a particular suffix
help Help about any command
remove Remove host(s) if exists

Flags:
-h, --help help for admin-helper
-v, --version version for admin-helper

Use "admin-helper [command] --help" for more information about a command.
```

## License

[MIT](LICENSE)