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
- Host: GitHub
- URL: https://github.com/oxr463/luci-cli
- Owner: oxr463
- License: apache-2.0
- Created: 2021-05-21T15:49:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T16:53:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T15:41:24.130Z (4 months ago)
- Topics: cli, luci, openwrt
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenWrt luci command-line tool
[](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)