Command-line interface to GNS3 API, written in bash.
Go to file
Rob Pearce 9e14f38735 Fix issue where a filter matches one item exactly and others partially. 2022-01-14 15:39:14 +11:00
images Add readme images 2022-01-07 14:16:34 +11:00
README.md afds 2022-01-07 14:20:27 +11:00
gnscli.sh Fix issue where a filter matches one item exactly and others partially. 2022-01-14 15:39:14 +11:00

README.md

Overview

Command-line interface for GNS3 API, written in bash.

Requirements

  • bash (obviously)
  • curl
  • GNU awk
  • tmux
  • jq
  • a working GNS3 server

Screenshots

Basic usage:

basic usage

Connecting to a node via tmux:

tmux support