From b7df7395a97c13ea09fa6f333a0caa34fda5e6ad Mon Sep 17 00:00:00 2001 From: Max Bohling <max.bohling@stud.h-da.de> Date: Wed, 20 Oct 2021 10:43:18 +0000 Subject: [PATCH] Replaced old CLI README section --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e3cb09fe..0835d28c9 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,8 @@ We have an instance of `goSDN` for each the latest master and current develop br ## Using the CLI -The `gosdn cli` command allows you to interact with a running `goSDN` controller. Use `gosdn help cli` to print the available commands and flags. - -## Example - -[](https://asciinema.org/a/dfrDlFQt5DPlG9HDyetdmeEW8) +The CLI for goSDN is provided as the separate `gosdnc` application. +Please refer to the [README](https://code.fbi.h-da.de/danet/gosdnc/-/blob/develop/README.md) there. # CI Status -- GitLab