commit | 3b5e65255fe186218281df20cdb2737589998e26 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Fri Jun 26 18:36:09 2020 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Jun 26 19:43:32 2020 +0200 |
tree | f8bf2f5b524cc5dc9a12622f93519d1c7e194bcb | |
parent | 70d7f7aff35b5a48e074f3ace64dd268febe22e0 [diff] |
Rework dump command parsing Includes better error message and tab completion. Issue: https://tree.taiga.io/project/jktjkt-netconf-cli/issue/182 Issue: https://tree.taiga.io/project/jktjkt-netconf-cli/issue/183 Change-Id: I6d91870617f99423cc25926522bd1408587c2459
This program provides an interactive console for working with YANG data. It can connect to NETCONF servers, and also talk to sysrepo locally.
For building, one needs:
Use an exact commit of any dependencies as specified in submodules/dependencies/*
.
The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install
.
Issue reporting and feature requests are welcome via Taiga.io.
We are using Gerrit for patch submission, code review and Continuous Integration (CI). Development roadmap and planning happens over Taiga.io.
Copyright © CESNET, https://www.cesnet.cz/ . Portions copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Most of the code was written by Václav Kubernát (CESNET, formerly FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.