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

https://github.com/oxr463/luci-cli

OpenWrt luci command-line tool
https://github.com/oxr463/luci-cli

cli luci openwrt

Last synced: 2 months ago
JSON representation

OpenWrt luci command-line tool

Awesome Lists containing this project

README

        

# OpenWrt luci command-line tool

[![Development Status](https://img.shields.io/badge/development--status-pre--alpha-yellow?style=flat-square)](https://pypi.org/classifiers)

## Dependencies

- [curl](https://curl.haxx.se)

## Acknowledgement

Inspired by [`kubectl`](https://kubernetes.io/docs/reference/kubectl).

Original implementation written as a [public gist](https://gist.github.com/oxr463/ba3af20541647ee613e47f0787168084).

## License

SPDX-License-Identifier: [Apache-2.0](LICENSE)

## Reference

- [OpenWrt LuCI API Reference](https://openwrt.github.io/luci/api/index.html)
- [LuCI Wiki - HowTo: Using the JSON-RPC API](https://github.com/openwrt/luci/wiki/JsonRpcHowTo)