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
- Host: GitHub
- URL: https://github.com/crc-org/admin-helper
- Owner: crc-org
- License: mit
- Created: 2020-11-23T15:15:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T10:23:33.000Z (about 1 year ago)
- Last Synced: 2024-06-21T22:15:21.217Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 9.15 MB
- Stars: 1
- Watchers: 5
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 existsFlags:
-h, --help help for admin-helper
-v, --version version for admin-helperUse "admin-helper [command] --help" for more information about a command.
```## License
[MIT](LICENSE)